Shades of Shadow #8C784D
Tints of Shadow #8C784D
RGB
CMYK
RGB Variations
Color information
#8C784D (or 0x8C784D) is known color: Shadow. HEX triplet: 8C, 78 and 4D. RGB value is (140,120,77). Sum of RGB (Red+Green+Blue) = 140+120+77=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 140 - color contains mainly: red. Hex color #8C784D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C784D is #7387B2. Grayscale: #797979. Windows color (decimal): -7571379 or 5077132. OLE color: 5077132.
HSL color Cylindrical-coordinate representation of color #8C784D: hue angle of 40.95º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C784D is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 120 | 77 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.45 |
| HSL | 40.95º | 0.29% | 0.43% | - |
| HSV(B) | 40.95º | 0.45% | 0.55% | - |
| XYZ | 18.87 | 19.54 | 9.8 | - |
| YUV | 121.08 | 103.13 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 120 | 77 | 0 | 0.14 | 0.45 | 0.45 | 40.95 | 0.29 | 0.43 |
| Hex | 8C | 78 | 4D | 0 | E | 2D | 2D | 29 | 1D | 2B |
| Octal | 214 | 170 | 115 | 0 | 16 | 55 | 55 | 51 | 35 | 53 |
| Binary | 10001100 | 1111000 | 1001101 | 0 | 1110 | 101101 | 101101 | 101001 | 11101 | 101011 |
Color Harmonies of #8C784D
Complementary color
Monochromatic Colors of #8C784D
Black with #8C784D
Text Example
Text Example
White with #8C784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C784D; }
p { color: rgb(140,120,77); }
H1.HeaderClassName
{
color: #8C784D;
}
.AnyTagClassName
{
color: #8C784D;
}
</style>
background-color css
<style>
a { background-color: #8C784D; }
a { background-color: rgb(140,120,77); }
div.DivClassName
{
background-color: #8C784D;
}
.BgClassName
{
background-color: #8C784D;
}
</style>
border-color css
<style>
span { border-color: #8C784D; }
span { border-color: rgb(140,120,77); }
td.TdClassName
{
border-color: #8C784D;
}
.TagClassName
{
border-color: #8C784D;
}
</style>