Shades of Shadow #7E6D53
Tints of Shadow #7E6D53
RGB
CMYK
RGB Variations
Color information
#7E6D53 (or 0x7E6D53) is known color: Shadow. HEX triplet: 7E, 6D and 53. RGB value is (126,109,83). Sum of RGB (Red+Green+Blue) = 126+109+83=318 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.62% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6D53 is #8192AC. Grayscale: #6F6F6F. Windows color (decimal): -8491693 or 5467518. OLE color: 5467518.
HSL color Cylindrical-coordinate representation of color #7E6D53: hue angle of 36.28º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7E6D53 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 109 | 83 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.51 |
| HSL | 36.28º | 0.21% | 0.41% | - |
| HSV(B) | 36.28º | 0.34% | 0.49% | - |
| XYZ | 15.63 | 16 | 10.45 | - |
| YUV | 111.12 | 112.13 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 109 | 83 | 0 | 0.13 | 0.34 | 0.51 | 36.28 | 0.21 | 0.41 |
| Hex | 7E | 6D | 53 | 0 | D | 22 | 33 | 24 | 15 | 29 |
| Octal | 176 | 155 | 123 | 0 | 15 | 42 | 63 | 44 | 25 | 51 |
| Binary | 1111110 | 1101101 | 1010011 | 0 | 1101 | 100010 | 110011 | 100100 | 10101 | 101001 |
Color Harmonies of #7E6D53
Complementary color
Monochromatic Colors of #7E6D53
Black with #7E6D53
Text Example
Text Example
White with #7E6D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6D53; }
p { color: rgb(126,109,83); }
H1.HeaderClassName
{
color: #7E6D53;
}
.AnyTagClassName
{
color: #7E6D53;
}
</style>
background-color css
<style>
a { background-color: #7E6D53; }
a { background-color: rgb(126,109,83); }
div.DivClassName
{
background-color: #7E6D53;
}
.BgClassName
{
background-color: #7E6D53;
}
</style>
border-color css
<style>
span { border-color: #7E6D53; }
span { border-color: rgb(126,109,83); }
td.TdClassName
{
border-color: #7E6D53;
}
.TagClassName
{
border-color: #7E6D53;
}
</style>