Shades of Shadow #8E774D
Tints of Shadow #8E774D
RGB
CMYK
RGB Variations
Color information
#8E774D (or 0x8E774D) is known color: Shadow. HEX triplet: 8E, 77 and 4D. RGB value is (142,119,77). Sum of RGB (Red+Green+Blue) = 142+119+77=338 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.01% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 142 - color contains mainly: red. Hex color #8E774D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E774D is #7188B2. Grayscale: #797979. Windows color (decimal): -7440563 or 5076878. OLE color: 5076878.
HSL color Cylindrical-coordinate representation of color #8E774D: hue angle of 38.77º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8E774D is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 119 | 77 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.44 |
| HSL | 38.77º | 0.3% | 0.43% | - |
| HSV(B) | 38.77º | 0.46% | 0.56% | - |
| XYZ | 19.09 | 19.48 | 9.78 | - |
| YUV | 121.09 | 103.12 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 119 | 77 | 0 | 0.16 | 0.46 | 0.44 | 38.77 | 0.3 | 0.43 |
| Hex | 8E | 77 | 4D | 0 | 10 | 2E | 2C | 27 | 1E | 2B |
| Octal | 216 | 167 | 115 | 0 | 20 | 56 | 54 | 47 | 36 | 53 |
| Binary | 10001110 | 1110111 | 1001101 | 0 | 10000 | 101110 | 101100 | 100111 | 11110 | 101011 |
Color Harmonies of #8E774D
Complementary color
Monochromatic Colors of #8E774D
Black with #8E774D
Text Example
Text Example
White with #8E774D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E774D; }
p { color: rgb(142,119,77); }
H1.HeaderClassName
{
color: #8E774D;
}
.AnyTagClassName
{
color: #8E774D;
}
</style>
background-color css
<style>
a { background-color: #8E774D; }
a { background-color: rgb(142,119,77); }
div.DivClassName
{
background-color: #8E774D;
}
.BgClassName
{
background-color: #8E774D;
}
</style>
border-color css
<style>
span { border-color: #8E774D; }
span { border-color: rgb(142,119,77); }
td.TdClassName
{
border-color: #8E774D;
}
.TagClassName
{
border-color: #8E774D;
}
</style>