Shades of Shadow #8E764B
Tints of Shadow #8E764B
RGB
CMYK
RGB Variations
Color information
#8E764B (or 0x8E764B) is known color: Shadow. HEX triplet: 8E, 76 and 4B. RGB value is (142,118,75). Sum of RGB (Red+Green+Blue) = 142+118+75=335 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.39% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 142 - color contains mainly: red. Hex color #8E764B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E764B is #7189B4. Grayscale: #787878. Windows color (decimal): -7440821 or 4945550. OLE color: 4945550.
HSL color Cylindrical-coordinate representation of color #8E764B: hue angle of 38.51º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8E764B is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 118 | 75 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.44 |
| HSL | 38.51º | 0.31% | 0.43% | - |
| HSV(B) | 38.51º | 0.47% | 0.56% | - |
| XYZ | 18.9 | 19.22 | 9.37 | - |
| YUV | 120.27 | 102.45 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 118 | 75 | 0 | 0.17 | 0.47 | 0.44 | 38.51 | 0.31 | 0.43 |
| Hex | 8E | 76 | 4B | 0 | 11 | 2F | 2C | 27 | 1F | 2B |
| Octal | 216 | 166 | 113 | 0 | 21 | 57 | 54 | 47 | 37 | 53 |
| Binary | 10001110 | 1110110 | 1001011 | 0 | 10001 | 101111 | 101100 | 100111 | 11111 | 101011 |
Color Harmonies of #8E764B
Complementary color
Monochromatic Colors of #8E764B
Black with #8E764B
Text Example
Text Example
White with #8E764B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E764B; }
p { color: rgb(142,118,75); }
H1.HeaderClassName
{
color: #8E764B;
}
.AnyTagClassName
{
color: #8E764B;
}
</style>
background-color css
<style>
a { background-color: #8E764B; }
a { background-color: rgb(142,118,75); }
div.DivClassName
{
background-color: #8E764B;
}
.BgClassName
{
background-color: #8E764B;
}
</style>
border-color css
<style>
span { border-color: #8E764B; }
span { border-color: rgb(142,118,75); }
td.TdClassName
{
border-color: #8E764B;
}
.TagClassName
{
border-color: #8E764B;
}
</style>