Shades of Schist #868879
Tints of Schist #868879
RGB
CMYK
RGB Variations
Color information
#868879 (or 0x868879) is known color: Schist. HEX triplet: 86, 88 and 79. RGB value is (134,136,121). Sum of RGB (Red+Green+Blue) = 134+136+121=391 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.27% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 136 - color contains mainly: green. Hex color #868879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868879 is #797786. Grayscale: #858585. Windows color (decimal): -7960455 or 7964806. OLE color: 7964806.
HSL color Cylindrical-coordinate representation of color #868879: hue angle of 68º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #868879 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 136 | 121 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.47 |
| HSL | 68º | 0.06% | 0.5% | - |
| HSV(B) | 68º | 0.11% | 0.53% | - |
| XYZ | 22.09 | 24.06 | 21.57 | - |
| YUV | 133.69 | 120.84 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 136 | 121 | 0.01 | 0 | 0.11 | 0.47 | 68 | 0.06 | 0.5 |
| Hex | 86 | 88 | 79 | 1 | 0 | B | 2F | 44 | 6 | 32 |
| Octal | 206 | 210 | 171 | 1 | 0 | 13 | 57 | 104 | 6 | 62 |
| Binary | 10000110 | 10001000 | 1111001 | 1 | 0 | 1011 | 101111 | 1000100 | 110 | 110010 |
Color Harmonies of #868879
Complementary color
Monochromatic Colors of #868879
Black with #868879
Text Example
Text Example
White with #868879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868879; }
p { color: rgb(134,136,121); }
H1.HeaderClassName
{
color: #868879;
}
.AnyTagClassName
{
color: #868879;
}
</style>
background-color css
<style>
a { background-color: #868879; }
a { background-color: rgb(134,136,121); }
div.DivClassName
{
background-color: #868879;
}
.BgClassName
{
background-color: #868879;
}
</style>
border-color css
<style>
span { border-color: #868879; }
span { border-color: rgb(134,136,121); }
td.TdClassName
{
border-color: #868879;
}
.TagClassName
{
border-color: #868879;
}
</style>