Shades of Schist #8E8C70
Tints of Schist #8E8C70
RGB
CMYK
RGB Variations
Color information
#8E8C70 (or 0x8E8C70) is known color: Schist. HEX triplet: 8E, 8C and 70. RGB value is (142,140,112). Sum of RGB (Red+Green+Blue) = 142+140+112=394 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.04% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8C70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8C70 is #71738F. Grayscale: #898989. Windows color (decimal): -7435152 or 7376014. OLE color: 7376014.
HSL color Cylindrical-coordinate representation of color #8E8C70: hue angle of 56º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8E8C70 is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 140 | 112 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.44 |
| HSL | 56º | 0.12% | 0.5% | - |
| HSV(B) | 56º | 0.21% | 0.56% | - |
| XYZ | 23.46 | 25.68 | 19.05 | - |
| YUV | 137.41 | 113.66 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 140 | 112 | 0 | 0.01 | 0.21 | 0.44 | 56 | 0.12 | 0.5 |
| Hex | 8E | 8C | 70 | 0 | 1 | 15 | 2C | 38 | C | 32 |
| Octal | 216 | 214 | 160 | 0 | 1 | 25 | 54 | 70 | 14 | 62 |
| Binary | 10001110 | 10001100 | 1110000 | 0 | 1 | 10101 | 101100 | 111000 | 1100 | 110010 |
Color Harmonies of #8E8C70
Complementary color
Monochromatic Colors of #8E8C70
Black with #8E8C70
Text Example
Text Example
White with #8E8C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8C70; }
p { color: rgb(142,140,112); }
H1.HeaderClassName
{
color: #8E8C70;
}
.AnyTagClassName
{
color: #8E8C70;
}
</style>
background-color css
<style>
a { background-color: #8E8C70; }
a { background-color: rgb(142,140,112); }
div.DivClassName
{
background-color: #8E8C70;
}
.BgClassName
{
background-color: #8E8C70;
}
</style>
border-color css
<style>
span { border-color: #8E8C70; }
span { border-color: rgb(142,140,112); }
td.TdClassName
{
border-color: #8E8C70;
}
.TagClassName
{
border-color: #8E8C70;
}
</style>