Shades of Schist #868878
Tints of Schist #868878
RGB
CMYK
RGB Variations
Color information
#868878 (or 0x868878) is known color: Schist. HEX triplet: 86, 88 and 78. RGB value is (134,136,120). Sum of RGB (Red+Green+Blue) = 134+136+120=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 136 - color contains mainly: green. Hex color #868878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868878 is #797787. Grayscale: #858585. Windows color (decimal): -7960456 or 7899270. OLE color: 7899270.
HSL color Cylindrical-coordinate representation of color #868878: hue angle of 67.5º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #868878 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 136 | 120 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.47 |
| HSL | 67.5º | 0.06% | 0.5% | - |
| HSV(B) | 67.5º | 0.12% | 0.53% | - |
| XYZ | 22.03 | 24.03 | 21.25 | - |
| YUV | 133.58 | 120.34 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 136 | 120 | 0.01 | 0 | 0.12 | 0.47 | 67.5 | 0.06 | 0.5 |
| Hex | 86 | 88 | 78 | 1 | 0 | C | 2F | 44 | 6 | 32 |
| Octal | 206 | 210 | 170 | 1 | 0 | 14 | 57 | 104 | 6 | 62 |
| Binary | 10000110 | 10001000 | 1111000 | 1 | 0 | 1100 | 101111 | 1000100 | 110 | 110010 |
Color Harmonies of #868878
Complementary color
Monochromatic Colors of #868878
Black with #868878
Text Example
Text Example
White with #868878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868878; }
p { color: rgb(134,136,120); }
H1.HeaderClassName
{
color: #868878;
}
.AnyTagClassName
{
color: #868878;
}
</style>
background-color css
<style>
a { background-color: #868878; }
a { background-color: rgb(134,136,120); }
div.DivClassName
{
background-color: #868878;
}
.BgClassName
{
background-color: #868878;
}
</style>
border-color css
<style>
span { border-color: #868878; }
span { border-color: rgb(134,136,120); }
td.TdClassName
{
border-color: #868878;
}
.TagClassName
{
border-color: #868878;
}
</style>