color details

Color Details
#7E6A3E Color Hex

#7E6A3E color RGB value is (7, 230, 163).
#7E6A3E hex color red value is 7, green value is 230, and blue value is 163.
Cylindrical-coordinate representations (HSL) of color #7E6A3E hue: 161.97, saturation: 0.94 and lightness: 0.46.

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

Color Spaces
Color spaces of #7E6A3EValue
RGB126, 106, 62
HSL0.11, 0.34, 0.37
HSV41°, 51°, 49°
XYZ14.63, 15.09, 6.7
Base Numbers
Base Red Green Blue
Binary 1111110 1101010 111110
Octal 176 152 76
Decimal 126 106 62
Hex 7E 6A 3E

RGB Percentages for Color #7E6A3E

42.86%
36.05%
21.09%

CMYK Percentages of the Color #7E6A3E

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

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

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

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

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

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

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

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

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

Shadow Div Box

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

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