color details

Color Details
#79807c Color Hex

#79807c color RGB value is (7, 152, 7).
#79807c hex color red value is 7, green value is 152, and blue value is 7.
Cylindrical-coordinate representations (HSL) of color #79807c hue: 120, saturation: 0.91 and lightness: 0.31.

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

Color Spaces
Color spaces of #79807cValue
RGB121, 128, 124
HSL0.4, 0.03, 0.49
HSV146°, 5°, 50°
XYZ19.24, 20.96, 22.1
Base Numbers
Base Red Green Blue
Binary 1111001 10000000 1111100
Octal 171 200 174
Decimal 121 128 124
Hex 79 80 7C

RGB Percentages for Color #79807c

32.44%
34.32%
33.24%

CMYK Percentages of the Color #79807c

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

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

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

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

The background color of this div is #79807c
Border Color #79807c

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

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

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

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

Shadow Div Box

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

This div box has a shadow with a specified color. #79807c

Scroll to Top