#76996f color RGB value is (7, 105, 150).
#76996f hex color red value is 7, green value is 105, and blue value is 150.
Cylindrical-coordinate representations (HSL) of color #76996f
hue: 198.88,
saturation: 0.91 and lightness: 0.31.
The process color (four-color CMYK) of #76996f color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #76996f is #ff9999. Color #76996f contains mainly RED.
| Color spaces of #76996f | Value |
|---|---|
| RGB | 118, 153, 111 |
| HSL | 0.31, 0.17, 0.52 |
| HSV | 110°, 27°, 60° |
| XYZ | 21.73, 27.78, 19.25 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1110110 | 10011001 | 1101111 |
| Octal | 166 | 231 | 157 |
| Decimal | 118 | 153 | 111 |
| Hex | 76 | 99 | 6F |
Shades of #76996f
Tints of #76996f
.mybgColor {background-color: #76996f;}
.myforeColor {color: #76996f;}
.myborderColor {border:3px solid #76996f;}
<p style="color:#76996f">Text here</p>
This sample text is styled with the font color #76996f. 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:#76996f">Div content here</div>
<div style="border:3px solid #76996f">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(118, 153, 111, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #76996f; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #76996f;
-webkit-box-shadow: 1px 1px 3px #76996f;
box-shadow: 1px 1px 3px #76996f; }
<p style="text-shadow: 4px 4px 2px rgba(118, 153, 111, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #76996f;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #76996f;
-webkit-box-shadow: 1px 1px 3px #76996f;
box-shadow: 1px 1px 3px #76996f;">Div content here</div>
