color details

Color Details
#7d746e Color Hex

#7d746e color RGB value is (7, 215, 70).
#7d746e hex color red value is 7, green value is 215, and blue value is 70.
Cylindrical-coordinate representations (HSL) of color #7d746e hue: 138.17, saturation: 0.94 and lightness: 0.44.

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

Color Spaces
Color spaces of #7d746eValue
RGB125, 116, 110
HSL0.07, 0.06, 0.46
HSV24°, 12°, 49°
XYZ17.52, 17.98, 17.3
Base Numbers
Base Red Green Blue
Binary 1111101 1110100 1101110
Octal 175 164 156
Decimal 125 116 110
Hex 7D 74 6E

RGB Percentages for Color #7d746e

35.61%
33.05%
31.34%

CMYK Percentages of the Color #7d746e

7.2%
12%
50.98%
CSS Codes for Color #7d746e
.mybgColor {background-color: #7d746e;}
.myforeColor {color: #7d746e;}
.myborderColor {border:3px solid #7d746e;}
Text Font Color #7d746e

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

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

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

The background color of this div is #7d746e
Border Color #7d746e

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

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

<p style="text-shadow: 4px 4px 2px rgba(125, 116, 110, 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 #7d746e;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #7d746e

Scroll to Top