color details

Color Details
#7E4B3C Color Hex

#7E4B3C color RGB value is (7, 228, 179).
#7E4B3C hex color red value is 7, green value is 228, and blue value is 179.
Cylindrical-coordinate representations (HSL) of color #7E4B3C hue: 166.7, saturation: 0.94 and lightness: 0.46.

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

Color Spaces
Color spaces of #7E4B3CValue
RGB126, 75, 60
HSL0.04, 0.35, 0.36
HSV14°, 52°, 49°
XYZ11.94, 9.8, 5.54
Base Numbers
Base Red Green Blue
Binary 1111110 1001011 111100
Octal 176 113 74
Decimal 126 75 60
Hex 7E 4B 3C

RGB Percentages for Color #7E4B3C

48.28%
28.74%
22.99%

CMYK Percentages of the Color #7E4B3C

40.48%
52.38%
50.59%
CSS Codes for Color #7E4B3C
.mybgColor {background-color: #7E4B3C;}
.myforeColor {color: #7E4B3C;}
.myborderColor {border:3px solid #7E4B3C;}
Text Font Color #7E4B3C

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(126, 75, 60, 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 #7E4B3C;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #7E4B3C
Scroll to Top