color details

Color Details
#78866B Color Hex

#78866B color RGB value is (7, 136, 102).
#78866B hex color red value is 7, green value is 136, and blue value is 102.
Cylindrical-coordinate representations (HSL) of color #78866B hue: 164.19, saturation: 0.9 and lightness: 0.28.

The process color (four-color CMYK) of #78866B color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #78866B is #ff9999. Color #78866B contains mainly RED.

Color Spaces
Color spaces of #78866BValue
RGB120, 134, 107
HSL0.25, 0.11, 0.47
HSV91°, 20°, 53°
XYZ18.92, 22.1, 17.18
Base Numbers
Base Red Green Blue
Binary 1111000 10000110 1101011
Octal 170 206 153
Decimal 120 134 107
Hex 78 86 6B

RGB Percentages for Color #78866B

33.24%
37.12%
29.64%

CMYK Percentages of the Color #78866B

10.45%
20.15%
47.45%
CSS Codes for Color #78866B
.mybgColor {background-color: #78866B;}
.myforeColor {color: #78866B;}
.myborderColor {border:3px solid #78866B;}
Text Font Color #78866B

<p style="color:#78866B">Text here</p>

This sample text is styled with the font color #78866B. 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 #78866B

<div style="background-color:#78866B">Div content here</div>

The background color of this div is #78866B
Border Color #78866B

<div style="border:3px solid #78866B">Div here</div>

The border color of this div is #78866B
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(120, 134, 107, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #78866B;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #78866B;
-webkit-box-shadow: 1px 1px 3px #78866B;
box-shadow: 1px 1px 3px #78866B;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120, 134, 107, 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 #78866B;">Text here</p>

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #78866B; -webkit-box-shadow: 1px 1px 3px #78866B; box-shadow: 1px 1px 3px #78866B;">Div content here</div>

This div box has a shadow with a specified color. #78866B
Scroll to Top