Shades of Shadow #8E754B
Tints of Shadow #8E754B
RGB
CMYK
RGB Variations
Color information
#8E754B (or 0x8E754B) is known color: Shadow. HEX triplet: 8E, 75 and 4B. RGB value is (142,117,75). Sum of RGB (Red+Green+Blue) = 142+117+75=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 142 - color contains mainly: red. Hex color #8E754B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E754B is #718AB4. Grayscale: #777777. Windows color (decimal): -7441077 or 4945294. OLE color: 4945294.
HSL color Cylindrical-coordinate representation of color #8E754B: hue angle of 37.61º 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 #8E754B is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 117 | 75 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.44 |
| HSL | 37.61º | 0.31% | 0.43% | - |
| HSV(B) | 37.61º | 0.47% | 0.56% | - |
| XYZ | 18.79 | 18.98 | 9.33 | - |
| YUV | 119.69 | 102.78 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 117 | 75 | 0 | 0.18 | 0.47 | 0.44 | 37.61 | 0.31 | 0.43 |
| Hex | 8E | 75 | 4B | 0 | 12 | 2F | 2C | 26 | 1F | 2B |
| Octal | 216 | 165 | 113 | 0 | 22 | 57 | 54 | 46 | 37 | 53 |
| Binary | 10001110 | 1110101 | 1001011 | 0 | 10010 | 101111 | 101100 | 100110 | 11111 | 101011 |
Color Harmonies of #8E754B
Complementary color
Monochromatic Colors of #8E754B
Black with #8E754B
Text Example
Text Example
White with #8E754B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E754B; }
p { color: rgb(142,117,75); }
H1.HeaderClassName
{
color: #8E754B;
}
.AnyTagClassName
{
color: #8E754B;
}
</style>
background-color css
<style>
a { background-color: #8E754B; }
a { background-color: rgb(142,117,75); }
div.DivClassName
{
background-color: #8E754B;
}
.BgClassName
{
background-color: #8E754B;
}
</style>
border-color css
<style>
span { border-color: #8E754B; }
span { border-color: rgb(142,117,75); }
td.TdClassName
{
border-color: #8E754B;
}
.TagClassName
{
border-color: #8E754B;
}
</style>