#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 of #7E4B3C | Value |
---|---|
RGB | 126, 75, 60 |
HSL | 0.04, 0.35, 0.36 |
HSV | 14°, 52°, 49° |
XYZ | 11.94, 9.8, 5.54 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 1111110 | 1001011 | 111100 |
Octal | 176 | 113 | 74 |
Decimal | 126 | 75 | 60 |
Hex | 7E | 4B | 3C |
Shades of #7E4B3C
Tints of #7E4B3C
.mybgColor {background-color: #7E4B3C;} .myforeColor {color: #7E4B3C;} .myborderColor {border:3px solid #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,
<div style="background-color:#7E4B3C">Div content here</div>
<div style="border:3px solid #7E4B3C">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(126, 75, 60, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #7E4B3C;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>