Shades of Shadow #8C7A45
Tints of Shadow #8C7A45
RGB
CMYK
RGB Variations
Color information
#8C7A45 (or 0x8C7A45) is known color: Shadow. HEX triplet: 8C, 7A and 45. RGB value is (140,122,69). Sum of RGB (Red+Green+Blue) = 140+122+69=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7A45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7A45 is #7385BA. Grayscale: #797979. Windows color (decimal): -7570875 or 4553356. OLE color: 4553356.
HSL color Cylindrical-coordinate representation of color #8C7A45: hue angle of 44.79º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C7A45 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 122 | 69 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.45 |
| HSL | 44.79º | 0.34% | 0.41% | - |
| HSV(B) | 44.79º | 0.51% | 0.55% | - |
| XYZ | 18.85 | 19.92 | 8.48 | - |
| YUV | 121.34 | 98.46 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 122 | 69 | 0 | 0.13 | 0.51 | 0.45 | 44.79 | 0.34 | 0.41 |
| Hex | 8C | 7A | 45 | 0 | D | 33 | 2D | 2D | 22 | 29 |
| Octal | 214 | 172 | 105 | 0 | 15 | 63 | 55 | 55 | 42 | 51 |
| Binary | 10001100 | 1111010 | 1000101 | 0 | 1101 | 110011 | 101101 | 101101 | 100010 | 101001 |
Color Harmonies of #8C7A45
Complementary color
Monochromatic Colors of #8C7A45
Black with #8C7A45
Text Example
Text Example
White with #8C7A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7A45; }
p { color: rgb(140,122,69); }
H1.HeaderClassName
{
color: #8C7A45;
}
.AnyTagClassName
{
color: #8C7A45;
}
</style>
background-color css
<style>
a { background-color: #8C7A45; }
a { background-color: rgb(140,122,69); }
div.DivClassName
{
background-color: #8C7A45;
}
.BgClassName
{
background-color: #8C7A45;
}
</style>
border-color css
<style>
span { border-color: #8C7A45; }
span { border-color: rgb(140,122,69); }
td.TdClassName
{
border-color: #8C7A45;
}
.TagClassName
{
border-color: #8C7A45;
}
</style>