Shades of Schist #888776
Tints of Schist #888776
RGB
CMYK
RGB Variations
Color information
#888776 (or 0x888776) is known color: Schist. HEX triplet: 88, 87 and 76. RGB value is (136,135,118). Sum of RGB (Red+Green+Blue) = 136+135+118=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 136 - color contains mainly: red. Hex color #888776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888776 is #777889. Grayscale: #858585. Windows color (decimal): -7829642 or 7767944. OLE color: 7767944.
HSL color Cylindrical-coordinate representation of color #888776: hue angle of 56.67º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #888776 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 135 | 118 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.47 |
| HSL | 56.67º | 0.07% | 0.5% | - |
| HSV(B) | 56.67º | 0.13% | 0.53% | - |
| XYZ | 22.09 | 23.87 | 20.58 | - |
| YUV | 133.36 | 119.33 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 135 | 118 | 0 | 0.01 | 0.13 | 0.47 | 56.67 | 0.07 | 0.5 |
| Hex | 88 | 87 | 76 | 0 | 1 | D | 2F | 39 | 7 | 32 |
| Octal | 210 | 207 | 166 | 0 | 1 | 15 | 57 | 71 | 7 | 62 |
| Binary | 10001000 | 10000111 | 1110110 | 0 | 1 | 1101 | 101111 | 111001 | 111 | 110010 |
Color Harmonies of #888776
Complementary color
Monochromatic Colors of #888776
Black with #888776
Text Example
Text Example
White with #888776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888776; }
p { color: rgb(136,135,118); }
H1.HeaderClassName
{
color: #888776;
}
.AnyTagClassName
{
color: #888776;
}
</style>
background-color css
<style>
a { background-color: #888776; }
a { background-color: rgb(136,135,118); }
div.DivClassName
{
background-color: #888776;
}
.BgClassName
{
background-color: #888776;
}
</style>
border-color css
<style>
span { border-color: #888776; }
span { border-color: rgb(136,135,118); }
td.TdClassName
{
border-color: #888776;
}
.TagClassName
{
border-color: #888776;
}
</style>