Shades of Schist #888A79
Tints of Schist #888A79
RGB
CMYK
RGB Variations
Color information
#888A79 (or 0x888A79) is known color: Schist. HEX triplet: 88, 8A and 79. RGB value is (136,138,121). Sum of RGB (Red+Green+Blue) = 136+138+121=395 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.43% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 138 - color contains mainly: green. Hex color #888A79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888A79 is #777586. Grayscale: #878787. Windows color (decimal): -7828871 or 7965320. OLE color: 7965320.
HSL color Cylindrical-coordinate representation of color #888A79: hue angle of 67.06º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #888A79 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 138 | 121 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.46 |
| HSL | 67.06º | 0.07% | 0.51% | - |
| HSV(B) | 67.06º | 0.12% | 0.54% | - |
| XYZ | 22.69 | 24.79 | 21.68 | - |
| YUV | 135.46 | 119.84 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 138 | 121 | 0.01 | 0 | 0.12 | 0.46 | 67.06 | 0.07 | 0.51 |
| Hex | 88 | 8A | 79 | 1 | 0 | C | 2E | 43 | 7 | 33 |
| Octal | 210 | 212 | 171 | 1 | 0 | 14 | 56 | 103 | 7 | 63 |
| Binary | 10001000 | 10001010 | 1111001 | 1 | 0 | 1100 | 101110 | 1000011 | 111 | 110011 |
Color Harmonies of #888A79
Complementary color
Monochromatic Colors of #888A79
Black with #888A79
Text Example
Text Example
White with #888A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888A79; }
p { color: rgb(136,138,121); }
H1.HeaderClassName
{
color: #888A79;
}
.AnyTagClassName
{
color: #888A79;
}
</style>
background-color css
<style>
a { background-color: #888A79; }
a { background-color: rgb(136,138,121); }
div.DivClassName
{
background-color: #888A79;
}
.BgClassName
{
background-color: #888A79;
}
</style>
border-color css
<style>
span { border-color: #888A79; }
span { border-color: rgb(136,138,121); }
td.TdClassName
{
border-color: #888A79;
}
.TagClassName
{
border-color: #888A79;
}
</style>