Shades of Schist #8D8B71
Tints of Schist #8D8B71
RGB
CMYK
RGB Variations
Color information
#8D8B71 (or 0x8D8B71) is known color: Schist. HEX triplet: 8D, 8B and 71. RGB value is (141,139,113). Sum of RGB (Red+Green+Blue) = 141+139+113=393 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.88% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8B71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8B71 is #72748E. Grayscale: #888888. Windows color (decimal): -7500943 or 7441293. OLE color: 7441293.
HSL color Cylindrical-coordinate representation of color #8D8B71: hue angle of 55.71º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8D8B71 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 139 | 113 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.45 |
| HSL | 55.71º | 0.11% | 0.5% | - |
| HSV(B) | 55.71º | 0.2% | 0.55% | - |
| XYZ | 23.2 | 25.32 | 19.29 | - |
| YUV | 136.63 | 114.66 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 139 | 113 | 0 | 0.01 | 0.20 | 0.45 | 55.71 | 0.11 | 0.5 |
| Hex | 8D | 8B | 71 | 0 | 1 | 14 | 2D | 38 | B | 32 |
| Octal | 215 | 213 | 161 | 0 | 1 | 24 | 55 | 70 | 13 | 62 |
| Binary | 10001101 | 10001011 | 1110001 | 0 | 1 | 10100 | 101101 | 111000 | 1011 | 110010 |
Color Harmonies of #8D8B71
Complementary color
Monochromatic Colors of #8D8B71
Black with #8D8B71
Text Example
Text Example
White with #8D8B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8B71; }
p { color: rgb(141,139,113); }
H1.HeaderClassName
{
color: #8D8B71;
}
.AnyTagClassName
{
color: #8D8B71;
}
</style>
background-color css
<style>
a { background-color: #8D8B71; }
a { background-color: rgb(141,139,113); }
div.DivClassName
{
background-color: #8D8B71;
}
.BgClassName
{
background-color: #8D8B71;
}
</style>
border-color css
<style>
span { border-color: #8D8B71; }
span { border-color: rgb(141,139,113); }
td.TdClassName
{
border-color: #8D8B71;
}
.TagClassName
{
border-color: #8D8B71;
}
</style>