Shades of Shadow #7E6945
Tints of Shadow #7E6945
RGB
CMYK
RGB Variations
Color information
#7E6945 (or 0x7E6945) is known color: Shadow. HEX triplet: 7E, 69 and 45. RGB value is (126,105,69). Sum of RGB (Red+Green+Blue) = 126+105+69=300 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6945 is #8196BA. Grayscale: #6B6B6B. Windows color (decimal): -8492731 or 4548990. OLE color: 4548990.
HSL color Cylindrical-coordinate representation of color #7E6945: hue angle of 37.89º 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 #7E6945 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 105 | 69 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.51 |
| HSL | 37.89º | 0.29% | 0.38% | - |
| HSV(B) | 37.89º | 0.45% | 0.49% | - |
| XYZ | 14.73 | 14.97 | 7.74 | - |
| YUV | 107.18 | 106.46 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 105 | 69 | 0 | 0.17 | 0.45 | 0.51 | 37.89 | 0.29 | 0.38 |
| Hex | 7E | 69 | 45 | 0 | 11 | 2D | 33 | 26 | 1D | 26 |
| Octal | 176 | 151 | 105 | 0 | 21 | 55 | 63 | 46 | 35 | 46 |
| Binary | 1111110 | 1101001 | 1000101 | 0 | 10001 | 101101 | 110011 | 100110 | 11101 | 100110 |
Color Harmonies of #7E6945
Complementary color
Monochromatic Colors of #7E6945
Black with #7E6945
Text Example
Text Example
White with #7E6945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6945; }
p { color: rgb(126,105,69); }
H1.HeaderClassName
{
color: #7E6945;
}
.AnyTagClassName
{
color: #7E6945;
}
</style>
background-color css
<style>
a { background-color: #7E6945; }
a { background-color: rgb(126,105,69); }
div.DivClassName
{
background-color: #7E6945;
}
.BgClassName
{
background-color: #7E6945;
}
</style>
border-color css
<style>
span { border-color: #7E6945; }
span { border-color: rgb(126,105,69); }
td.TdClassName
{
border-color: #7E6945;
}
.TagClassName
{
border-color: #7E6945;
}
</style>