Shades of Schist #888778
Tints of Schist #888778
RGB
CMYK
RGB Variations
Color information
#888778 (or 0x888778) is known color: Schist. HEX triplet: 88, 87 and 78. RGB value is (136,135,120). Sum of RGB (Red+Green+Blue) = 136+135+120=391 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.78% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 120 (47.27% from 255 or 30.69% from 391); Max value from RGB is 136 - color contains mainly: red. Hex color #888778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888778 is #777887. Grayscale: #858585. Windows color (decimal): -7829640 or 7899016. OLE color: 7899016.
HSL color Cylindrical-coordinate representation of color #888778: hue angle of 56.25º 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 #888778 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 135 | 120 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.47 |
| HSL | 56.25º | 0.06% | 0.5% | - |
| HSV(B) | 56.25º | 0.12% | 0.53% | - |
| XYZ | 22.21 | 23.92 | 21.22 | - |
| YUV | 133.59 | 120.33 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 135 | 120 | 0 | 0.01 | 0.12 | 0.47 | 56.25 | 0.06 | 0.5 |
| Hex | 88 | 87 | 78 | 0 | 1 | C | 2F | 38 | 6 | 32 |
| Octal | 210 | 207 | 170 | 0 | 1 | 14 | 57 | 70 | 6 | 62 |
| Binary | 10001000 | 10000111 | 1111000 | 0 | 1 | 1100 | 101111 | 111000 | 110 | 110010 |
Color Harmonies of #888778
Complementary color
Monochromatic Colors of #888778
Black with #888778
Text Example
Text Example
White with #888778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888778; }
p { color: rgb(136,135,120); }
H1.HeaderClassName
{
color: #888778;
}
.AnyTagClassName
{
color: #888778;
}
</style>
background-color css
<style>
a { background-color: #888778; }
a { background-color: rgb(136,135,120); }
div.DivClassName
{
background-color: #888778;
}
.BgClassName
{
background-color: #888778;
}
</style>
border-color css
<style>
span { border-color: #888778; }
span { border-color: rgb(136,135,120); }
td.TdClassName
{
border-color: #888778;
}
.TagClassName
{
border-color: #888778;
}
</style>