Shades of Stack #888C88
Tints of Stack #888C88
RGB
CMYK
RGB Variations
Color information
#888C88 (or 0x888C88) is known color: Stack. HEX triplet: 88, 8C and 88. RGB value is (136,140,136). Sum of RGB (Red+Green+Blue) = 136+140+136=412 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.01% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 140 - color contains mainly: green. Hex color #888C88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888C88 is #777377. Grayscale: #8A8A8A. Windows color (decimal): -7828344 or 8948872. OLE color: 8948872.
HSL color Cylindrical-coordinate representation of color #888C88: hue angle of 120º 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 #888C88 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 140 | 136 | - |
| CMYK | 0.03 | 0 | 0.03 | 0.45 |
| HSL | 120º | 0.02% | 0.54% | - |
| HSV(B) | 120º | 0.03% | 0.55% | - |
| XYZ | 23.98 | 25.77 | 27 | - |
| YUV | 138.35 | 126.67 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 140 | 136 | 0.03 | 0 | 0.03 | 0.45 | 120 | 0.02 | 0.54 |
| Hex | 88 | 8C | 88 | 3 | 0 | 3 | 2D | 78 | 2 | 36 |
| Octal | 210 | 214 | 210 | 3 | 0 | 3 | 55 | 170 | 2 | 66 |
| Binary | 10001000 | 10001100 | 10001000 | 11 | 0 | 11 | 101101 | 1111000 | 10 | 110110 |
Color Harmonies of #888C88
Complementary color
Monochromatic Colors of #888C88
Black with #888C88
Text Example
Text Example
White with #888C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888C88; }
p { color: rgb(136,140,136); }
H1.HeaderClassName
{
color: #888C88;
}
.AnyTagClassName
{
color: #888C88;
}
</style>
background-color css
<style>
a { background-color: #888C88; }
a { background-color: rgb(136,140,136); }
div.DivClassName
{
background-color: #888C88;
}
.BgClassName
{
background-color: #888C88;
}
</style>
border-color css
<style>
span { border-color: #888C88; }
span { border-color: rgb(136,140,136); }
td.TdClassName
{
border-color: #888C88;
}
.TagClassName
{
border-color: #888C88;
}
</style>