color details

Color Details
#747d76 Color Hex

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

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

Color Spaces
Color spaces of #747d76Value
RGB116, 125, 118
HSL0.37, 0.04, 0.47
HSV133°, 7°, 49°
XYZ17.81, 19.69, 20
Base Numbers
Base Red Green Blue
Binary 1110100 1111101 1110110
Octal 164 175 166
Decimal 116 125 118
Hex 74 7D 76

RGB Percentages for Color #747d76

32.31%
34.82%
32.87%

CMYK Percentages of the Color #747d76

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

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

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

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

The background color of this div is #747d76
Border Color #747d76

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

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

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

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

Shadow Div Box

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

This div box has a shadow with a specified color. #747d76

Scroll to Top