Shades of Schist #8C8B71
Tints of Schist #8C8B71
RGB
CMYK
RGB Variations
Color information
#8C8B71 (or 0x8C8B71) is known color: Schist. HEX triplet: 8C, 8B and 71. RGB value is (140,139,113). Sum of RGB (Red+Green+Blue) = 140+139+113=392 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.71% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8B71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8B71 is #73748E. Grayscale: #888888. Windows color (decimal): -7566479 or 7441292. OLE color: 7441292.
HSL color Cylindrical-coordinate representation of color #8C8B71: hue angle of 57.78º degrees, saturation: 0.11, 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 #8C8B71 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 139 | 113 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.45 |
| HSL | 57.78º | 0.11% | 0.5% | - |
| HSV(B) | 57.78º | 0.19% | 0.55% | - |
| XYZ | 23.03 | 25.23 | 19.28 | - |
| YUV | 136.34 | 114.83 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 139 | 113 | 0 | 0.01 | 0.19 | 0.45 | 57.78 | 0.11 | 0.5 |
| Hex | 8C | 8B | 71 | 0 | 1 | 13 | 2D | 3A | B | 32 |
| Octal | 214 | 213 | 161 | 0 | 1 | 23 | 55 | 72 | 13 | 62 |
| Binary | 10001100 | 10001011 | 1110001 | 0 | 1 | 10011 | 101101 | 111010 | 1011 | 110010 |
Color Harmonies of #8C8B71
Complementary color
Monochromatic Colors of #8C8B71
Black with #8C8B71
Text Example
Text Example
White with #8C8B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8B71; }
p { color: rgb(140,139,113); }
H1.HeaderClassName
{
color: #8C8B71;
}
.AnyTagClassName
{
color: #8C8B71;
}
</style>
background-color css
<style>
a { background-color: #8C8B71; }
a { background-color: rgb(140,139,113); }
div.DivClassName
{
background-color: #8C8B71;
}
.BgClassName
{
background-color: #8C8B71;
}
</style>
border-color css
<style>
span { border-color: #8C8B71; }
span { border-color: rgb(140,139,113); }
td.TdClassName
{
border-color: #8C8B71;
}
.TagClassName
{
border-color: #8C8B71;
}
</style>