Shades of Schist #8E8B71
Tints of Schist #8E8B71
RGB
CMYK
RGB Variations
Color information
#8E8B71 (or 0x8E8B71) is known color: Schist. HEX triplet: 8E, 8B and 71. RGB value is (142,139,113). Sum of RGB (Red+Green+Blue) = 142+139+113=394 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.04% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8B71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8B71 is #71748E. Grayscale: #898989. Windows color (decimal): -7435407 or 7441294. OLE color: 7441294.
HSL color Cylindrical-coordinate representation of color #8E8B71: hue angle of 53.79º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8E8B71 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 139 | 113 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.44 |
| HSL | 53.79º | 0.11% | 0.5% | - |
| HSV(B) | 53.79º | 0.2% | 0.56% | - |
| XYZ | 23.37 | 25.41 | 19.3 | - |
| YUV | 136.93 | 114.49 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 139 | 113 | 0 | 0.02 | 0.20 | 0.44 | 53.79 | 0.11 | 0.5 |
| Hex | 8E | 8B | 71 | 0 | 2 | 14 | 2C | 36 | B | 32 |
| Octal | 216 | 213 | 161 | 0 | 2 | 24 | 54 | 66 | 13 | 62 |
| Binary | 10001110 | 10001011 | 1110001 | 0 | 10 | 10100 | 101100 | 110110 | 1011 | 110010 |
Color Harmonies of #8E8B71
Complementary color
Monochromatic Colors of #8E8B71
Black with #8E8B71
Text Example
Text Example
White with #8E8B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8B71; }
p { color: rgb(142,139,113); }
H1.HeaderClassName
{
color: #8E8B71;
}
.AnyTagClassName
{
color: #8E8B71;
}
</style>
background-color css
<style>
a { background-color: #8E8B71; }
a { background-color: rgb(142,139,113); }
div.DivClassName
{
background-color: #8E8B71;
}
.BgClassName
{
background-color: #8E8B71;
}
</style>
border-color css
<style>
span { border-color: #8E8B71; }
span { border-color: rgb(142,139,113); }
td.TdClassName
{
border-color: #8E8B71;
}
.TagClassName
{
border-color: #8E8B71;
}
</style>