color details

Color Details
#788078 Color Hex

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

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

Color Spaces
Color spaces of #788078Value
RGB120, 128, 120
HSL0.33, 0.03, 0.49
HSV120°, 6°, 50°
XYZ18.85, 20.79, 20.78
Base Numbers
Base Red Green Blue
Binary 1111000 10000000 1111000
Octal 170 200 170
Decimal 120 128 120
Hex 78 80 78

RGB Percentages for Color #788078

32.61%
34.78%
32.61%

CMYK Percentages of the Color #788078

6.25%
6.25%
49.8%
CSS Codes for Color #788078
.mybgColor {background-color: #788078;}
.myforeColor {color: #788078;}
.myborderColor {border:3px solid #788078;}
Text Font Color #788078

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

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

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

The background color of this div is #788078
Border Color #788078

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

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

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

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

Shadow Div Box

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

This div box has a shadow with a specified color. #788078

Scroll to Top