#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 of #7E6A3E | Value |
---|---|
RGB | 126, 106, 62 |
HSL | 0.11, 0.34, 0.37 |
HSV | 41°, 51°, 49° |
XYZ | 14.63, 15.09, 6.7 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 1111110 | 1101010 | 111110 |
Octal | 176 | 152 | 76 |
Decimal | 126 | 106 | 62 |
Hex | 7E | 6A | 3E |
Shades of #7E6A3E
Tints of #7E6A3E
.mybgColor {background-color: #7E6A3E;} .myforeColor {color: #7E6A3E;} .myborderColor {border:3px solid #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,
<div style="background-color:#7E6A3E">Div content here</div>
<div style="border:3px solid #7E6A3E">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(126, 106, 62, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #7E6A3E;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>