Shades of Schist #87856E
Tints of Schist #87856E
RGB
CMYK
RGB Variations
Color information
#87856E (or 0x87856E) is known color: Schist. HEX triplet: 87, 85 and 6E. RGB value is (135,133,110). Sum of RGB (Red+Green+Blue) = 135+133+110=378 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.71% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 135 - color contains mainly: red. Hex color #87856E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87856E is #787A91. Grayscale: #838383. Windows color (decimal): -7895698 or 7243143. OLE color: 7243143.
HSL color Cylindrical-coordinate representation of color #87856E: hue angle of 55.2º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #87856E is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 133 | 110 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.47 |
| HSL | 55.2º | 0.1% | 0.48% | - |
| HSV(B) | 55.2º | 0.19% | 0.53% | - |
| XYZ | 21.19 | 23.05 | 18.08 | - |
| YUV | 130.98 | 116.16 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 133 | 110 | 0 | 0.01 | 0.19 | 0.47 | 55.2 | 0.1 | 0.48 |
| Hex | 87 | 85 | 6E | 0 | 1 | 13 | 2F | 37 | A | 30 |
| Octal | 207 | 205 | 156 | 0 | 1 | 23 | 57 | 67 | 12 | 60 |
| Binary | 10000111 | 10000101 | 1101110 | 0 | 1 | 10011 | 101111 | 110111 | 1010 | 110000 |
Color Harmonies of #87856E
Complementary color
Monochromatic Colors of #87856E
Black with #87856E
Text Example
Text Example
White with #87856E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87856E; }
p { color: rgb(135,133,110); }
H1.HeaderClassName
{
color: #87856E;
}
.AnyTagClassName
{
color: #87856E;
}
</style>
background-color css
<style>
a { background-color: #87856E; }
a { background-color: rgb(135,133,110); }
div.DivClassName
{
background-color: #87856E;
}
.BgClassName
{
background-color: #87856E;
}
</style>
border-color css
<style>
span { border-color: #87856E; }
span { border-color: rgb(135,133,110); }
td.TdClassName
{
border-color: #87856E;
}
.TagClassName
{
border-color: #87856E;
}
</style>