Shades of Shadow #7E6D54
Tints of Shadow #7E6D54
RGB
CMYK
RGB Variations
Color information
#7E6D54 (or 0x7E6D54) is known color: Shadow. HEX triplet: 7E, 6D and 54. RGB value is (126,109,84). Sum of RGB (Red+Green+Blue) = 126+109+84=319 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.50% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6D54 is #8192AB. Grayscale: #6F6F6F. Windows color (decimal): -8491692 or 5533054. OLE color: 5533054.
HSL color Cylindrical-coordinate representation of color #7E6D54: hue angle of 35.71º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7E6D54 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 109 | 84 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.51 |
| HSL | 35.71º | 0.2% | 0.41% | - |
| HSV(B) | 35.71º | 0.33% | 0.49% | - |
| XYZ | 15.67 | 16.01 | 10.65 | - |
| YUV | 111.23 | 112.63 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 109 | 84 | 0 | 0.13 | 0.33 | 0.51 | 35.71 | 0.2 | 0.41 |
| Hex | 7E | 6D | 54 | 0 | D | 21 | 33 | 24 | 14 | 29 |
| Octal | 176 | 155 | 124 | 0 | 15 | 41 | 63 | 44 | 24 | 51 |
| Binary | 1111110 | 1101101 | 1010100 | 0 | 1101 | 100001 | 110011 | 100100 | 10100 | 101001 |
Color Harmonies of #7E6D54
Complementary color
Monochromatic Colors of #7E6D54
Black with #7E6D54
Text Example
Text Example
White with #7E6D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6D54; }
p { color: rgb(126,109,84); }
H1.HeaderClassName
{
color: #7E6D54;
}
.AnyTagClassName
{
color: #7E6D54;
}
</style>
background-color css
<style>
a { background-color: #7E6D54; }
a { background-color: rgb(126,109,84); }
div.DivClassName
{
background-color: #7E6D54;
}
.BgClassName
{
background-color: #7E6D54;
}
</style>
border-color css
<style>
span { border-color: #7E6D54; }
span { border-color: rgb(126,109,84); }
td.TdClassName
{
border-color: #7E6D54;
}
.TagClassName
{
border-color: #7E6D54;
}
</style>