Shades of Stack #888C89
Tints of Stack #888C89
RGB
CMYK
RGB Variations
Color information
#888C89 (or 0x888C89) is known color: Stack. HEX triplet: 88, 8C and 89. RGB value is (136,140,137). Sum of RGB (Red+Green+Blue) = 136+140+137=413 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.93% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 140 - color contains mainly: green. Hex color #888C89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888C89 is #777376. Grayscale: #8A8A8A. Windows color (decimal): -7828343 or 9014408. OLE color: 9014408.
HSL color Cylindrical-coordinate representation of color #888C89: hue angle of 135º degrees, saturation: 0.02, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #888C89 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 140 | 137 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.45 |
| HSL | 135º | 0.02% | 0.54% | - |
| HSV(B) | 135º | 0.03% | 0.55% | - |
| XYZ | 24.05 | 25.8 | 27.38 | - |
| YUV | 138.46 | 127.17 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 140 | 137 | 0.03 | 0 | 0.02 | 0.45 | 135 | 0.02 | 0.54 |
| Hex | 88 | 8C | 89 | 3 | 0 | 2 | 2D | 87 | 2 | 36 |
| Octal | 210 | 214 | 211 | 3 | 0 | 2 | 55 | 207 | 2 | 66 |
| Binary | 10001000 | 10001100 | 10001001 | 11 | 0 | 10 | 101101 | 10000111 | 10 | 110110 |
Color Harmonies of #888C89
Complementary color
Monochromatic Colors of #888C89
Black with #888C89
Text Example
Text Example
White with #888C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888C89; }
p { color: rgb(136,140,137); }
H1.HeaderClassName
{
color: #888C89;
}
.AnyTagClassName
{
color: #888C89;
}
</style>
background-color css
<style>
a { background-color: #888C89; }
a { background-color: rgb(136,140,137); }
div.DivClassName
{
background-color: #888C89;
}
.BgClassName
{
background-color: #888C89;
}
</style>
border-color css
<style>
span { border-color: #888C89; }
span { border-color: rgb(136,140,137); }
td.TdClassName
{
border-color: #888C89;
}
.TagClassName
{
border-color: #888C89;
}
</style>