Shades of Schist #888A78
Tints of Schist #888A78
RGB
CMYK
RGB Variations
Color information
#888A78 (or 0x888A78) is known color: Schist. HEX triplet: 88, 8A and 78. RGB value is (136,138,120). Sum of RGB (Red+Green+Blue) = 136+138+120=394 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.52% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 120 (47.27% from 255 or 30.46% from 394); Max value from RGB is 138 - color contains mainly: green. Hex color #888A78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888A78 is #777587. Grayscale: #878787. Windows color (decimal): -7828872 or 7899784. OLE color: 7899784.
HSL color Cylindrical-coordinate representation of color #888A78: hue angle of 66.67º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #888A78 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 138 | 120 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.46 |
| HSL | 66.67º | 0.07% | 0.51% | - |
| HSV(B) | 66.67º | 0.13% | 0.54% | - |
| XYZ | 22.63 | 24.77 | 21.36 | - |
| YUV | 135.35 | 119.34 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 138 | 120 | 0.01 | 0 | 0.13 | 0.46 | 66.67 | 0.07 | 0.51 |
| Hex | 88 | 8A | 78 | 1 | 0 | D | 2E | 43 | 7 | 33 |
| Octal | 210 | 212 | 170 | 1 | 0 | 15 | 56 | 103 | 7 | 63 |
| Binary | 10001000 | 10001010 | 1111000 | 1 | 0 | 1101 | 101110 | 1000011 | 111 | 110011 |
Color Harmonies of #888A78
Complementary color
Monochromatic Colors of #888A78
Black with #888A78
Text Example
Text Example
White with #888A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888A78; }
p { color: rgb(136,138,120); }
H1.HeaderClassName
{
color: #888A78;
}
.AnyTagClassName
{
color: #888A78;
}
</style>
background-color css
<style>
a { background-color: #888A78; }
a { background-color: rgb(136,138,120); }
div.DivClassName
{
background-color: #888A78;
}
.BgClassName
{
background-color: #888A78;
}
</style>
border-color css
<style>
span { border-color: #888A78; }
span { border-color: rgb(136,138,120); }
td.TdClassName
{
border-color: #888A78;
}
.TagClassName
{
border-color: #888A78;
}
</style>