Shades of Schist #8C8972
Tints of Schist #8C8972
RGB
CMYK
RGB Variations
Color information
#8C8972 (or 0x8C8972) is known color: Schist. HEX triplet: 8C, 89 and 72. RGB value is (140,137,114). Sum of RGB (Red+Green+Blue) = 140+137+114=391 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.81% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8972 is #73768D. Grayscale: #878787. Windows color (decimal): -7566990 or 7506316. OLE color: 7506316.
HSL color Cylindrical-coordinate representation of color #8C8972: hue angle of 53.08º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8C8972 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 137 | 114 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.45 |
| HSL | 53.08º | 0.1% | 0.5% | - |
| HSV(B) | 53.08º | 0.19% | 0.55% | - |
| XYZ | 22.8 | 24.68 | 19.48 | - |
| YUV | 135.28 | 115.99 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 137 | 114 | 0 | 0.02 | 0.19 | 0.45 | 53.08 | 0.1 | 0.5 |
| Hex | 8C | 89 | 72 | 0 | 2 | 13 | 2D | 35 | A | 32 |
| Octal | 214 | 211 | 162 | 0 | 2 | 23 | 55 | 65 | 12 | 62 |
| Binary | 10001100 | 10001001 | 1110010 | 0 | 10 | 10011 | 101101 | 110101 | 1010 | 110010 |
Color Harmonies of #8C8972
Complementary color
Monochromatic Colors of #8C8972
Black with #8C8972
Text Example
Text Example
White with #8C8972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8972; }
p { color: rgb(140,137,114); }
H1.HeaderClassName
{
color: #8C8972;
}
.AnyTagClassName
{
color: #8C8972;
}
</style>
background-color css
<style>
a { background-color: #8C8972; }
a { background-color: rgb(140,137,114); }
div.DivClassName
{
background-color: #8C8972;
}
.BgClassName
{
background-color: #8C8972;
}
</style>
border-color css
<style>
span { border-color: #8C8972; }
span { border-color: rgb(140,137,114); }
td.TdClassName
{
border-color: #8C8972;
}
.TagClassName
{
border-color: #8C8972;
}
</style>