Shades of Shadow #8E774C
Tints of Shadow #8E774C
RGB
CMYK
RGB Variations
Color information
#8E774C (or 0x8E774C) is known color: Shadow. HEX triplet: 8E, 77 and 4C. RGB value is (142,119,76). Sum of RGB (Red+Green+Blue) = 142+119+76=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 142 - color contains mainly: red. Hex color #8E774C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E774C is #7188B3. Grayscale: #797979. Windows color (decimal): -7440564 or 5011342. OLE color: 5011342.
HSL color Cylindrical-coordinate representation of color #8E774C: hue angle of 39.09º 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 #8E774C is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 119 | 76 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.44 |
| HSL | 39.09º | 0.3% | 0.43% | - |
| HSV(B) | 39.09º | 0.46% | 0.56% | - |
| XYZ | 19.06 | 19.47 | 9.59 | - |
| YUV | 120.98 | 102.62 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 119 | 76 | 0 | 0.16 | 0.46 | 0.44 | 39.09 | 0.3 | 0.43 |
| Hex | 8E | 77 | 4C | 0 | 10 | 2E | 2C | 27 | 1E | 2B |
| Octal | 216 | 167 | 114 | 0 | 20 | 56 | 54 | 47 | 36 | 53 |
| Binary | 10001110 | 1110111 | 1001100 | 0 | 10000 | 101110 | 101100 | 100111 | 11110 | 101011 |
Color Harmonies of #8E774C
Complementary color
Monochromatic Colors of #8E774C
Black with #8E774C
Text Example
Text Example
White with #8E774C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E774C; }
p { color: rgb(142,119,76); }
H1.HeaderClassName
{
color: #8E774C;
}
.AnyTagClassName
{
color: #8E774C;
}
</style>
background-color css
<style>
a { background-color: #8E774C; }
a { background-color: rgb(142,119,76); }
div.DivClassName
{
background-color: #8E774C;
}
.BgClassName
{
background-color: #8E774C;
}
</style>
border-color css
<style>
span { border-color: #8E774C; }
span { border-color: rgb(142,119,76); }
td.TdClassName
{
border-color: #8E774C;
}
.TagClassName
{
border-color: #8E774C;
}
</style>