Shades of Schist #888872
Tints of Schist #888872
RGB
CMYK
RGB Variations
Color information
#888872 (or 0x888872) is known color: Schist. HEX triplet: 88, 88 and 72. RGB value is (136,136,114). Sum of RGB (Red+Green+Blue) = 136+136+114=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 136 - color contains mainly: red, green. Hex color #888872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888872 is #77778D. Grayscale: #858585. Windows color (decimal): -7829390 or 7506056. OLE color: 7506056.
HSL color Cylindrical-coordinate representation of color #888872: hue angle of 60º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #888872 is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 136 | 114 | - |
| CMYK | 0 | 0 | 0.16 | 0.47 |
| HSL | 60º | 0.09% | 0.49% | - |
| HSV(B) | 60º | 0.16% | 0.53% | - |
| XYZ | 21.99 | 24.06 | 19.4 | - |
| YUV | 133.49 | 117 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 136 | 114 | 0 | 0 | 0.16 | 0.47 | 60 | 0.09 | 0.49 |
| Hex | 88 | 88 | 72 | 0 | 0 | 10 | 2F | 3C | 9 | 31 |
| Octal | 210 | 210 | 162 | 0 | 0 | 20 | 57 | 74 | 11 | 61 |
| Binary | 10001000 | 10001000 | 1110010 | 0 | 0 | 10000 | 101111 | 111100 | 1001 | 110001 |
Color Harmonies of #888872
Complementary color
Monochromatic Colors of #888872
Black with #888872
Text Example
Text Example
White with #888872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888872; }
p { color: rgb(136,136,114); }
H1.HeaderClassName
{
color: #888872;
}
.AnyTagClassName
{
color: #888872;
}
</style>
background-color css
<style>
a { background-color: #888872; }
a { background-color: rgb(136,136,114); }
div.DivClassName
{
background-color: #888872;
}
.BgClassName
{
background-color: #888872;
}
</style>
border-color css
<style>
span { border-color: #888872; }
span { border-color: rgb(136,136,114); }
td.TdClassName
{
border-color: #888872;
}
.TagClassName
{
border-color: #888872;
}
</style>