Shades of Schist #87856D
Tints of Schist #87856D
RGB
CMYK
RGB Variations
Color information
#87856D (or 0x87856D) is known color: Schist. HEX triplet: 87, 85 and 6D. RGB value is (135,133,109). Sum of RGB (Red+Green+Blue) = 135+133+109=377 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.81% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 135 - color contains mainly: red. Hex color #87856D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87856D is #787A92. Grayscale: #828282. Windows color (decimal): -7895699 or 7177607. OLE color: 7177607.
HSL color Cylindrical-coordinate representation of color #87856D: hue angle of 55.38º degrees, saturation: 0.11, 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 #87856D is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 133 | 109 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.47 |
| HSL | 55.38º | 0.11% | 0.48% | - |
| HSV(B) | 55.38º | 0.19% | 0.53% | - |
| XYZ | 21.14 | 23.03 | 17.8 | - |
| YUV | 130.86 | 115.66 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 133 | 109 | 0 | 0.01 | 0.19 | 0.47 | 55.38 | 0.11 | 0.48 |
| Hex | 87 | 85 | 6D | 0 | 1 | 13 | 2F | 37 | B | 30 |
| Octal | 207 | 205 | 155 | 0 | 1 | 23 | 57 | 67 | 13 | 60 |
| Binary | 10000111 | 10000101 | 1101101 | 0 | 1 | 10011 | 101111 | 110111 | 1011 | 110000 |
Color Harmonies of #87856D
Complementary color
Monochromatic Colors of #87856D
Black with #87856D
Text Example
Text Example
White with #87856D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87856D; }
p { color: rgb(135,133,109); }
H1.HeaderClassName
{
color: #87856D;
}
.AnyTagClassName
{
color: #87856D;
}
</style>
background-color css
<style>
a { background-color: #87856D; }
a { background-color: rgb(135,133,109); }
div.DivClassName
{
background-color: #87856D;
}
.BgClassName
{
background-color: #87856D;
}
</style>
border-color css
<style>
span { border-color: #87856D; }
span { border-color: rgb(135,133,109); }
td.TdClassName
{
border-color: #87856D;
}
.TagClassName
{
border-color: #87856D;
}
</style>