Shades of Shadow #8C704C
Tints of Shadow #8C704C
RGB
CMYK
RGB Variations
Color information
#8C704C (or 0x8C704C) is known color: Shadow. HEX triplet: 8C, 70 and 4C. RGB value is (140,112,76). Sum of RGB (Red+Green+Blue) = 140+112+76=328 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.68% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 140 - color contains mainly: red. Hex color #8C704C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C704C is #738FB3. Grayscale: #747474. Windows color (decimal): -7573428 or 5009548. OLE color: 5009548.
HSL color Cylindrical-coordinate representation of color #8C704C: hue angle of 33.75º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C704C is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 112 | 76 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.45 |
| HSL | 33.75º | 0.3% | 0.42% | - |
| HSV(B) | 33.75º | 0.46% | 0.55% | - |
| XYZ | 17.91 | 17.69 | 9.31 | - |
| YUV | 116.27 | 105.28 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 112 | 76 | 0 | 0.20 | 0.46 | 0.45 | 33.75 | 0.3 | 0.42 |
| Hex | 8C | 70 | 4C | 0 | 14 | 2E | 2D | 22 | 1E | 2A |
| Octal | 214 | 160 | 114 | 0 | 24 | 56 | 55 | 42 | 36 | 52 |
| Binary | 10001100 | 1110000 | 1001100 | 0 | 10100 | 101110 | 101101 | 100010 | 11110 | 101010 |
Color Harmonies of #8C704C
Complementary color
Monochromatic Colors of #8C704C
Black with #8C704C
Text Example
Text Example
White with #8C704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C704C; }
p { color: rgb(140,112,76); }
H1.HeaderClassName
{
color: #8C704C;
}
.AnyTagClassName
{
color: #8C704C;
}
</style>
background-color css
<style>
a { background-color: #8C704C; }
a { background-color: rgb(140,112,76); }
div.DivClassName
{
background-color: #8C704C;
}
.BgClassName
{
background-color: #8C704C;
}
</style>
border-color css
<style>
span { border-color: #8C704C; }
span { border-color: rgb(140,112,76); }
td.TdClassName
{
border-color: #8C704C;
}
.TagClassName
{
border-color: #8C704C;
}
</style>