Shades of Schist #888A76
Tints of Schist #888A76
RGB
CMYK
RGB Variations
Color information
#888A76 (or 0x888A76) is known color: Schist. HEX triplet: 88, 8A and 76. RGB value is (136,138,118). Sum of RGB (Red+Green+Blue) = 136+138+118=392 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.69% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 138 - color contains mainly: green. Hex color #888A76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888A76 is #777589. Grayscale: #878787. Windows color (decimal): -7828874 or 7768712. OLE color: 7768712.
HSL color Cylindrical-coordinate representation of color #888A76: hue angle of 66º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #888A76 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 138 | 118 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.46 |
| HSL | 66º | 0.08% | 0.5% | - |
| HSV(B) | 66º | 0.14% | 0.54% | - |
| XYZ | 22.51 | 24.72 | 20.72 | - |
| YUV | 135.12 | 118.34 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 138 | 118 | 0.01 | 0 | 0.14 | 0.46 | 66 | 0.08 | 0.5 |
| Hex | 88 | 8A | 76 | 1 | 0 | E | 2E | 42 | 8 | 32 |
| Octal | 210 | 212 | 166 | 1 | 0 | 16 | 56 | 102 | 10 | 62 |
| Binary | 10001000 | 10001010 | 1110110 | 1 | 0 | 1110 | 101110 | 1000010 | 1000 | 110010 |
Color Harmonies of #888A76
Complementary color
Monochromatic Colors of #888A76
Black with #888A76
Text Example
Text Example
White with #888A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888A76; }
p { color: rgb(136,138,118); }
H1.HeaderClassName
{
color: #888A76;
}
.AnyTagClassName
{
color: #888A76;
}
</style>
background-color css
<style>
a { background-color: #888A76; }
a { background-color: rgb(136,138,118); }
div.DivClassName
{
background-color: #888A76;
}
.BgClassName
{
background-color: #888A76;
}
</style>
border-color css
<style>
span { border-color: #888A76; }
span { border-color: rgb(136,138,118); }
td.TdClassName
{
border-color: #888A76;
}
.TagClassName
{
border-color: #888A76;
}
</style>