Shades of Shadow #8C7854
Tints of Shadow #8C7854
RGB
CMYK
RGB Variations
Color information
#8C7854 (or 0x8C7854) is known color: Shadow. HEX triplet: 8C, 78 and 54. RGB value is (140,120,84). Sum of RGB (Red+Green+Blue) = 140+120+84=344 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.70% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7854 is #7387AB. Grayscale: #7A7A7A. Windows color (decimal): -7571372 or 5535884. OLE color: 5535884.
HSL color Cylindrical-coordinate representation of color #8C7854: hue angle of 38.57º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C7854 is Cyan = 0, Magento = 0.14, Yellow = 0.4 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 120 | 84 | - |
| CMYK | 0 | 0.14 | 0.4 | 0.45 |
| HSL | 38.57º | 0.25% | 0.44% | - |
| HSV(B) | 38.57º | 0.4% | 0.55% | - |
| XYZ | 19.13 | 19.65 | 11.17 | - |
| YUV | 121.88 | 106.63 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 120 | 84 | 0 | 0.14 | 0.4 | 0.45 | 38.57 | 0.25 | 0.44 |
| Hex | 8C | 78 | 54 | 0 | E | 28 | 2D | 27 | 19 | 2C |
| Octal | 214 | 170 | 124 | 0 | 16 | 50 | 55 | 47 | 31 | 54 |
| Binary | 10001100 | 1111000 | 1010100 | 0 | 1110 | 101000 | 101101 | 100111 | 11001 | 101100 |
Color Harmonies of #8C7854
Complementary color
Monochromatic Colors of #8C7854
Black with #8C7854
Text Example
Text Example
White with #8C7854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7854; }
p { color: rgb(140,120,84); }
H1.HeaderClassName
{
color: #8C7854;
}
.AnyTagClassName
{
color: #8C7854;
}
</style>
background-color css
<style>
a { background-color: #8C7854; }
a { background-color: rgb(140,120,84); }
div.DivClassName
{
background-color: #8C7854;
}
.BgClassName
{
background-color: #8C7854;
}
</style>
border-color css
<style>
span { border-color: #8C7854; }
span { border-color: rgb(140,120,84); }
td.TdClassName
{
border-color: #8C7854;
}
.TagClassName
{
border-color: #8C7854;
}
</style>