Shades of Stack #888D89
Tints of Stack #888D89
RGB
CMYK
RGB Variations
Color information
#888D89 (or 0x888D89) is known color: Stack. HEX triplet: 88, 8D and 89. RGB value is (136,141,137). Sum of RGB (Red+Green+Blue) = 136+141+137=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 141 - color contains mainly: green. Hex color #888D89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888D89 is #777276. Grayscale: #8B8B8B. Windows color (decimal): -7828087 or 9014664. OLE color: 9014664.
HSL color Cylindrical-coordinate representation of color #888D89: hue angle of 132º degrees, saturation: 0.02, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #888D89 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 141 | 137 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.45 |
| HSL | 132º | 0.02% | 0.54% | - |
| HSV(B) | 132º | 0.04% | 0.55% | - |
| XYZ | 24.19 | 26.09 | 27.43 | - |
| YUV | 139.05 | 126.84 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 141 | 137 | 0.04 | 0 | 0.03 | 0.45 | 132 | 0.02 | 0.54 |
| Hex | 88 | 8D | 89 | 4 | 0 | 3 | 2D | 84 | 2 | 36 |
| Octal | 210 | 215 | 211 | 4 | 0 | 3 | 55 | 204 | 2 | 66 |
| Binary | 10001000 | 10001101 | 10001001 | 100 | 0 | 11 | 101101 | 10000100 | 10 | 110110 |
Color Harmonies of #888D89
Complementary color
Monochromatic Colors of #888D89
Black with #888D89
Text Example
Text Example
White with #888D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888D89; }
p { color: rgb(136,141,137); }
H1.HeaderClassName
{
color: #888D89;
}
.AnyTagClassName
{
color: #888D89;
}
</style>
background-color css
<style>
a { background-color: #888D89; }
a { background-color: rgb(136,141,137); }
div.DivClassName
{
background-color: #888D89;
}
.BgClassName
{
background-color: #888D89;
}
</style>
border-color css
<style>
span { border-color: #888D89; }
span { border-color: rgb(136,141,137); }
td.TdClassName
{
border-color: #888D89;
}
.TagClassName
{
border-color: #888D89;
}
</style>