Shades of Schist #87866A
Tints of Schist #87866A
RGB
CMYK
RGB Variations
Color information
#87866A (or 0x87866A) is known color: Schist. HEX triplet: 87, 86 and 6A. RGB value is (135,134,106). Sum of RGB (Red+Green+Blue) = 135+134+106=375 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 135 - color contains mainly: red. Hex color #87866A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87866A is #787995. Grayscale: #838383. Windows color (decimal): -7895446 or 6981255. OLE color: 6981255.
HSL color Cylindrical-coordinate representation of color #87866A: hue angle of 57.93º 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 #87866A is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 134 | 106 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.47 |
| HSL | 57.93º | 0.12% | 0.47% | - |
| HSV(B) | 57.93º | 0.21% | 0.53% | - |
| XYZ | 21.12 | 23.24 | 17.01 | - |
| YUV | 131.11 | 113.83 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 134 | 106 | 0 | 0.01 | 0.21 | 0.47 | 57.93 | 0.12 | 0.47 |
| Hex | 87 | 86 | 6A | 0 | 1 | 15 | 2F | 3A | C | 2F |
| Octal | 207 | 206 | 152 | 0 | 1 | 25 | 57 | 72 | 14 | 57 |
| Binary | 10000111 | 10000110 | 1101010 | 0 | 1 | 10101 | 101111 | 111010 | 1100 | 101111 |
Color Harmonies of #87866A
Complementary color
Monochromatic Colors of #87866A
Black with #87866A
Text Example
Text Example
White with #87866A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87866A; }
p { color: rgb(135,134,106); }
H1.HeaderClassName
{
color: #87866A;
}
.AnyTagClassName
{
color: #87866A;
}
</style>
background-color css
<style>
a { background-color: #87866A; }
a { background-color: rgb(135,134,106); }
div.DivClassName
{
background-color: #87866A;
}
.BgClassName
{
background-color: #87866A;
}
</style>
border-color css
<style>
span { border-color: #87866A; }
span { border-color: rgb(135,134,106); }
td.TdClassName
{
border-color: #87866A;
}
.TagClassName
{
border-color: #87866A;
}
</style>