color details

Color Details
#76996f Color Hex

#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
Color spaces of #76996fValue
RGB118, 153, 111
HSL0.31, 0.17, 0.52
HSV110°, 27°, 60°
XYZ21.73, 27.78, 19.25
Base Numbers
Base Red Green Blue
Binary 1110110 10011001 1101111
Octal 166 231 157
Decimal 118 153 111
Hex 76 99 6F

RGB Percentages for Color #76996f

30.89%
40.05%
29.06%

CMYK Percentages of the Color #76996f

22.88%
27.45%
40%
CSS Codes for Color #76996f
.mybgColor {background-color: #76996f;}
.myforeColor {color: #76996f;}
.myborderColor {border:3px solid #76996f;}
Text Font Color #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,

Background Color #76996f

<div style="background-color:#76996f">Div content here</div>

The background color of this div is #76996f
Border Color #76996f

<div style="border:3px solid #76996f">Div here</div>

The border color of this div is #76996f
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118, 153, 111, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #76996f;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #76996f

Scroll to Top