Shades of Schist #87876C
Tints of Schist #87876C
RGB
CMYK
RGB Variations
Color information
#87876C (or 0x87876C) is known color: Schist. HEX triplet: 87, 87 and 6C. RGB value is (135,135,108). Sum of RGB (Red+Green+Blue) = 135+135+108=378 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.71% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 135 - color contains mainly: red, green. Hex color #87876C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87876C is #787893. Grayscale: #848484. Windows color (decimal): -7895188 or 7112583. OLE color: 7112583.
HSL color Cylindrical-coordinate representation of color #87876C: hue angle of 60º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #87876C is Cyan = 0, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 135 | 108 | - |
| CMYK | 0 | 0 | 0.2 | 0.47 |
| HSL | 60º | 0.11% | 0.48% | - |
| HSV(B) | 60º | 0.2% | 0.53% | - |
| XYZ | 21.36 | 23.56 | 17.61 | - |
| YUV | 131.92 | 114.5 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 135 | 108 | 0 | 0 | 0.2 | 0.47 | 60 | 0.11 | 0.48 |
| Hex | 87 | 87 | 6C | 0 | 0 | 14 | 2F | 3C | B | 30 |
| Octal | 207 | 207 | 154 | 0 | 0 | 24 | 57 | 74 | 13 | 60 |
| Binary | 10000111 | 10000111 | 1101100 | 0 | 0 | 10100 | 101111 | 111100 | 1011 | 110000 |
Color Harmonies of #87876C
Complementary color
Monochromatic Colors of #87876C
Black with #87876C
Text Example
Text Example
White with #87876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87876C; }
p { color: rgb(135,135,108); }
H1.HeaderClassName
{
color: #87876C;
}
.AnyTagClassName
{
color: #87876C;
}
</style>
background-color css
<style>
a { background-color: #87876C; }
a { background-color: rgb(135,135,108); }
div.DivClassName
{
background-color: #87876C;
}
.BgClassName
{
background-color: #87876C;
}
</style>
border-color css
<style>
span { border-color: #87876C; }
span { border-color: rgb(135,135,108); }
td.TdClassName
{
border-color: #87876C;
}
.TagClassName
{
border-color: #87876C;
}
</style>