Shades of Schist #87866B
Tints of Schist #87866B
RGB
CMYK
RGB Variations
Color information
#87866B (or 0x87866B) is known color: Schist. HEX triplet: 87, 86 and 6B. RGB value is (135,134,107). Sum of RGB (Red+Green+Blue) = 135+134+107=376 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.90% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 135 - color contains mainly: red. Hex color #87866B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87866B is #787994. Grayscale: #838383. Windows color (decimal): -7895445 or 7046791. OLE color: 7046791.
HSL color Cylindrical-coordinate representation of color #87866B: hue angle of 57.86º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #87866B is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 134 | 107 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.47 |
| HSL | 57.86º | 0.12% | 0.47% | - |
| HSV(B) | 57.86º | 0.21% | 0.53% | - |
| XYZ | 21.17 | 23.26 | 17.28 | - |
| YUV | 131.22 | 114.33 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 134 | 107 | 0 | 0.01 | 0.21 | 0.47 | 57.86 | 0.12 | 0.47 |
| Hex | 87 | 86 | 6B | 0 | 1 | 15 | 2F | 3A | C | 2F |
| Octal | 207 | 206 | 153 | 0 | 1 | 25 | 57 | 72 | 14 | 57 |
| Binary | 10000111 | 10000110 | 1101011 | 0 | 1 | 10101 | 101111 | 111010 | 1100 | 101111 |
Color Harmonies of #87866B
Complementary color
Monochromatic Colors of #87866B
Black with #87866B
Text Example
Text Example
White with #87866B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87866B; }
p { color: rgb(135,134,107); }
H1.HeaderClassName
{
color: #87866B;
}
.AnyTagClassName
{
color: #87866B;
}
</style>
background-color css
<style>
a { background-color: #87866B; }
a { background-color: rgb(135,134,107); }
div.DivClassName
{
background-color: #87866B;
}
.BgClassName
{
background-color: #87866B;
}
</style>
border-color css
<style>
span { border-color: #87866B; }
span { border-color: rgb(135,134,107); }
td.TdClassName
{
border-color: #87866B;
}
.TagClassName
{
border-color: #87866B;
}
</style>