Shades of Schist #8B8870
Tints of Schist #8B8870
RGB
CMYK
RGB Variations
Color information
#8B8870 (or 0x8B8870) is known color: Schist. HEX triplet: 8B, 88 and 70. RGB value is (139,136,112). Sum of RGB (Red+Green+Blue) = 139+136+112=387 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.92% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8870 is #74778F. Grayscale: #868686. Windows color (decimal): -7632784 or 7374987. OLE color: 7374987.
HSL color Cylindrical-coordinate representation of color #8B8870: hue angle of 53.33º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B8870 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 136 | 112 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.45 |
| HSL | 53.33º | 0.11% | 0.49% | - |
| HSV(B) | 53.33º | 0.19% | 0.55% | - |
| XYZ | 22.38 | 24.27 | 18.83 | - |
| YUV | 134.16 | 115.49 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 136 | 112 | 0 | 0.02 | 0.19 | 0.45 | 53.33 | 0.11 | 0.49 |
| Hex | 8B | 88 | 70 | 0 | 2 | 13 | 2D | 35 | B | 31 |
| Octal | 213 | 210 | 160 | 0 | 2 | 23 | 55 | 65 | 13 | 61 |
| Binary | 10001011 | 10001000 | 1110000 | 0 | 10 | 10011 | 101101 | 110101 | 1011 | 110001 |
Color Harmonies of #8B8870
Complementary color
Monochromatic Colors of #8B8870
Black with #8B8870
Text Example
Text Example
White with #8B8870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8870; }
p { color: rgb(139,136,112); }
H1.HeaderClassName
{
color: #8B8870;
}
.AnyTagClassName
{
color: #8B8870;
}
</style>
background-color css
<style>
a { background-color: #8B8870; }
a { background-color: rgb(139,136,112); }
div.DivClassName
{
background-color: #8B8870;
}
.BgClassName
{
background-color: #8B8870;
}
</style>
border-color css
<style>
span { border-color: #8B8870; }
span { border-color: rgb(139,136,112); }
td.TdClassName
{
border-color: #8B8870;
}
.TagClassName
{
border-color: #8B8870;
}
</style>