Shades of Schist #888877
Tints of Schist #888877
RGB
CMYK
RGB Variations
Color information
#888877 (or 0x888877) is known color: Schist. HEX triplet: 88, 88 and 77. RGB value is (136,136,119). Sum of RGB (Red+Green+Blue) = 136+136+119=391 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.78% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 119 (46.88% from 255 or 30.43% from 391); Max value from RGB is 136 - color contains mainly: red, green. Hex color #888877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888877 is #777788. Grayscale: #868686. Windows color (decimal): -7829385 or 7833736. OLE color: 7833736.
HSL color Cylindrical-coordinate representation of color #888877: hue angle of 60º degrees, saturation: 0.07, 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 #888877 is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 136 | 119 | - |
| CMYK | 0 | 0 | 0.12 | 0.47 |
| HSL | 60º | 0.07% | 0.5% | - |
| HSV(B) | 60º | 0.13% | 0.53% | - |
| XYZ | 22.29 | 24.17 | 20.94 | - |
| YUV | 134.06 | 119.5 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 136 | 119 | 0 | 0 | 0.12 | 0.47 | 60 | 0.07 | 0.5 |
| Hex | 88 | 88 | 77 | 0 | 0 | C | 2F | 3C | 7 | 32 |
| Octal | 210 | 210 | 167 | 0 | 0 | 14 | 57 | 74 | 7 | 62 |
| Binary | 10001000 | 10001000 | 1110111 | 0 | 0 | 1100 | 101111 | 111100 | 111 | 110010 |
Color Harmonies of #888877
Complementary color
Monochromatic Colors of #888877
Black with #888877
Text Example
Text Example
White with #888877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888877; }
p { color: rgb(136,136,119); }
H1.HeaderClassName
{
color: #888877;
}
.AnyTagClassName
{
color: #888877;
}
</style>
background-color css
<style>
a { background-color: #888877; }
a { background-color: rgb(136,136,119); }
div.DivClassName
{
background-color: #888877;
}
.BgClassName
{
background-color: #888877;
}
</style>
border-color css
<style>
span { border-color: #888877; }
span { border-color: rgb(136,136,119); }
td.TdClassName
{
border-color: #888877;
}
.TagClassName
{
border-color: #888877;
}
</style>