#747d76 color RGB value is (7, 71, 215).
#747d76 hex color red value is 7, green value is 71, and blue value is 215.
Cylindrical-coordinate representations (HSL) of color #747d76
hue: 221.54,
saturation: 0.94 and lightness: 0.44.
The process color (four-color CMYK) of #747d76 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #747d76 is #ff9999. Color #747d76 contains mainly RED.
| Color spaces of #747d76 | Value |
|---|---|
| RGB | 116, 125, 118 |
| HSL | 0.37, 0.04, 0.47 |
| HSV | 133°, 7°, 49° |
| XYZ | 17.81, 19.69, 20 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1110100 | 1111101 | 1110110 |
| Octal | 164 | 175 | 166 |
| Decimal | 116 | 125 | 118 |
| Hex | 74 | 7D | 76 |
Shades of #747d76
Tints of #747d76
.mybgColor {background-color: #747d76;}
.myforeColor {color: #747d76;}
.myborderColor {border:3px solid #747d76;}
<p style="color:#747d76">Text here</p>
This sample text is styled with the font color #747d76. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#747d76">Div content here</div>
<div style="border:3px solid #747d76">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(116, 125, 118, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #747d76; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #747d76;
-webkit-box-shadow: 1px 1px 3px #747d76;
box-shadow: 1px 1px 3px #747d76; }
<p style="text-shadow: 4px 4px 2px rgba(116, 125, 118, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #747d76;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #747d76;
-webkit-box-shadow: 1px 1px 3px #747d76;
box-shadow: 1px 1px 3px #747d76;">Div content here</div>
