Shades of Shadow #7E6A45
Tints of Shadow #7E6A45
RGB
CMYK
RGB Variations
Color information
#7E6A45 (or 0x7E6A45) is known color: Shadow. HEX triplet: 7E, 6A and 45. RGB value is (126,106,69). Sum of RGB (Red+Green+Blue) = 126+106+69=301 (39% of max value = 765). Red value is 126 (49.61% from 255 or 41.86% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6A45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6A45 is #8195BA. Grayscale: #6B6B6B. Windows color (decimal): -8492475 or 4549246. OLE color: 4549246.
HSL color Cylindrical-coordinate representation of color #7E6A45: hue angle of 38.95º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7E6A45 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 106 | 69 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.51 |
| HSL | 38.95º | 0.29% | 0.38% | - |
| HSV(B) | 38.95º | 0.45% | 0.49% | - |
| XYZ | 14.83 | 15.17 | 7.78 | - |
| YUV | 107.76 | 106.13 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 106 | 69 | 0 | 0.16 | 0.45 | 0.51 | 38.95 | 0.29 | 0.38 |
| Hex | 7E | 6A | 45 | 0 | 10 | 2D | 33 | 27 | 1D | 26 |
| Octal | 176 | 152 | 105 | 0 | 20 | 55 | 63 | 47 | 35 | 46 |
| Binary | 1111110 | 1101010 | 1000101 | 0 | 10000 | 101101 | 110011 | 100111 | 11101 | 100110 |
Color Harmonies of #7E6A45
Complementary color
Monochromatic Colors of #7E6A45
Black with #7E6A45
Text Example
Text Example
White with #7E6A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6A45; }
p { color: rgb(126,106,69); }
H1.HeaderClassName
{
color: #7E6A45;
}
.AnyTagClassName
{
color: #7E6A45;
}
</style>
background-color css
<style>
a { background-color: #7E6A45; }
a { background-color: rgb(126,106,69); }
div.DivClassName
{
background-color: #7E6A45;
}
.BgClassName
{
background-color: #7E6A45;
}
</style>
border-color css
<style>
span { border-color: #7E6A45; }
span { border-color: rgb(126,106,69); }
td.TdClassName
{
border-color: #7E6A45;
}
.TagClassName
{
border-color: #7E6A45;
}
</style>