Shades of Schist #868874
Tints of Schist #868874
RGB
CMYK
RGB Variations
Color information
#868874 (or 0x868874) is known color: Schist. HEX triplet: 86, 88 and 74. RGB value is (134,136,116). Sum of RGB (Red+Green+Blue) = 134+136+116=386 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.72% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 136 - color contains mainly: green. Hex color #868874 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868874 is #79778B. Grayscale: #858585. Windows color (decimal): -7960460 or 7637126. OLE color: 7637126.
HSL color Cylindrical-coordinate representation of color #868874: hue angle of 66º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #868874 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 136 | 116 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.47 |
| HSL | 66º | 0.08% | 0.49% | - |
| HSV(B) | 66º | 0.15% | 0.53% | - |
| XYZ | 21.79 | 23.94 | 20 | - |
| YUV | 133.12 | 118.34 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 136 | 116 | 0.01 | 0 | 0.15 | 0.47 | 66 | 0.08 | 0.49 |
| Hex | 86 | 88 | 74 | 1 | 0 | F | 2F | 42 | 8 | 31 |
| Octal | 206 | 210 | 164 | 1 | 0 | 17 | 57 | 102 | 10 | 61 |
| Binary | 10000110 | 10001000 | 1110100 | 1 | 0 | 1111 | 101111 | 1000010 | 1000 | 110001 |
Color Harmonies of #868874
Complementary color
Monochromatic Colors of #868874
Black with #868874
Text Example
Text Example
White with #868874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868874; }
p { color: rgb(134,136,116); }
H1.HeaderClassName
{
color: #868874;
}
.AnyTagClassName
{
color: #868874;
}
</style>
background-color css
<style>
a { background-color: #868874; }
a { background-color: rgb(134,136,116); }
div.DivClassName
{
background-color: #868874;
}
.BgClassName
{
background-color: #868874;
}
</style>
border-color css
<style>
span { border-color: #868874; }
span { border-color: rgb(134,136,116); }
td.TdClassName
{
border-color: #868874;
}
.TagClassName
{
border-color: #868874;
}
</style>