Shades of Shadow #8E764E
Tints of Shadow #8E764E
RGB
CMYK
RGB Variations
Color information
#8E764E (or 0x8E764E) is known color: Shadow. HEX triplet: 8E, 76 and 4E. RGB value is (142,118,78). Sum of RGB (Red+Green+Blue) = 142+118+78=338 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.01% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 142 - color contains mainly: red. Hex color #8E764E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E764E is #7189B1. Grayscale: #787878. Windows color (decimal): -7440818 or 5142158. OLE color: 5142158.
HSL color Cylindrical-coordinate representation of color #8E764E: hue angle of 37.5º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8E764E is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 118 | 78 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.44 |
| HSL | 37.5º | 0.29% | 0.43% | - |
| HSV(B) | 37.5º | 0.45% | 0.56% | - |
| XYZ | 19.01 | 19.26 | 9.92 | - |
| YUV | 120.62 | 103.95 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 118 | 78 | 0 | 0.17 | 0.45 | 0.44 | 37.5 | 0.29 | 0.43 |
| Hex | 8E | 76 | 4E | 0 | 11 | 2D | 2C | 26 | 1D | 2B |
| Octal | 216 | 166 | 116 | 0 | 21 | 55 | 54 | 46 | 35 | 53 |
| Binary | 10001110 | 1110110 | 1001110 | 0 | 10001 | 101101 | 101100 | 100110 | 11101 | 101011 |
Color Harmonies of #8E764E
Complementary color
Monochromatic Colors of #8E764E
Black with #8E764E
Text Example
Text Example
White with #8E764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E764E; }
p { color: rgb(142,118,78); }
H1.HeaderClassName
{
color: #8E764E;
}
.AnyTagClassName
{
color: #8E764E;
}
</style>
background-color css
<style>
a { background-color: #8E764E; }
a { background-color: rgb(142,118,78); }
div.DivClassName
{
background-color: #8E764E;
}
.BgClassName
{
background-color: #8E764E;
}
</style>
border-color css
<style>
span { border-color: #8E764E; }
span { border-color: rgb(142,118,78); }
td.TdClassName
{
border-color: #8E764E;
}
.TagClassName
{
border-color: #8E764E;
}
</style>