Shades of Schist #878870
Tints of Schist #878870
RGB
CMYK
RGB Variations
Color information
#878870 (or 0x878870) is known color: Schist. HEX triplet: 87, 88 and 70. RGB value is (135,136,112). Sum of RGB (Red+Green+Blue) = 135+136+112=383 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.25% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 136 - color contains mainly: green. Hex color #878870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878870 is #78778F. Grayscale: #858585. Windows color (decimal): -7894928 or 7374983. OLE color: 7374983.
HSL color Cylindrical-coordinate representation of color #878870: hue angle of 62.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #878870 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 136 | 112 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.47 |
| HSL | 62.5º | 0.1% | 0.49% | - |
| HSV(B) | 62.5º | 0.18% | 0.53% | - |
| XYZ | 21.72 | 23.93 | 18.8 | - |
| YUV | 132.97 | 116.17 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 136 | 112 | 0.01 | 0 | 0.18 | 0.47 | 62.5 | 0.1 | 0.49 |
| Hex | 87 | 88 | 70 | 1 | 0 | 12 | 2F | 3F | A | 31 |
| Octal | 207 | 210 | 160 | 1 | 0 | 22 | 57 | 77 | 12 | 61 |
| Binary | 10000111 | 10001000 | 1110000 | 1 | 0 | 10010 | 101111 | 111111 | 1010 | 110001 |
Color Harmonies of #878870
Complementary color
Monochromatic Colors of #878870
Black with #878870
Text Example
Text Example
White with #878870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878870; }
p { color: rgb(135,136,112); }
H1.HeaderClassName
{
color: #878870;
}
.AnyTagClassName
{
color: #878870;
}
</style>
background-color css
<style>
a { background-color: #878870; }
a { background-color: rgb(135,136,112); }
div.DivClassName
{
background-color: #878870;
}
.BgClassName
{
background-color: #878870;
}
</style>
border-color css
<style>
span { border-color: #878870; }
span { border-color: rgb(135,136,112); }
td.TdClassName
{
border-color: #878870;
}
.TagClassName
{
border-color: #878870;
}
</style>