Shades of Stack #888A88
Tints of Stack #888A88
RGB
CMYK
RGB Variations
Color information
#888A88 (or 0x888A88) is known color: Stack. HEX triplet: 88, 8A and 88. RGB value is (136,138,136). Sum of RGB (Red+Green+Blue) = 136+138+136=410 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.17% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 138 - color contains mainly: green. Hex color #888A88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888A88 is #777577. Grayscale: #898989. Windows color (decimal): -7828856 or 8948360. OLE color: 8948360.
HSL color Cylindrical-coordinate representation of color #888A88: hue angle of 120º degrees, saturation: 0.01, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #888A88 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
RGB | 136 | 138 | 136 | - |
CMYK | 0.01 | 0 | 0.01 | 0.46 |
HSL | 120º | 0.01% | 0.54% | - |
HSV(B) | 120º | 0.01% | 0.54% | - |
XYZ | 23.69 | 25.19 | 26.91 | - |
YUV | 137.17 | 127.34 | 127.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 136 | 138 | 136 | 0.01 | 0 | 0.01 | 0.46 | 120 | 0.01 | 0.54 |
Hex | 88 | 8A | 88 | 1 | 0 | 1 | 2E | 78 | 1 | 36 |
Octal | 210 | 212 | 210 | 1 | 0 | 1 | 56 | 170 | 1 | 66 |
Binary | 10001000 | 10001010 | 10001000 | 1 | 0 | 1 | 101110 | 1111000 | 1 | 110110 |
Color Harmonies of #888A88
Complementary color
Monochromatic Colors of #888A88
Black with #888A88
Text Example
Text Example
White with #888A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888A88; }
p { color: rgb(136,138,136); }
H1.HeaderClassName
{
color: #888A88;
}
.AnyTagClassName
{
color: #888A88;
}
</style>
background-color css
<style>
a { background-color: #888A88; }
a { background-color: rgb(136,138,136); }
div.DivClassName
{
background-color: #888A88;
}
.BgClassName
{
background-color: #888A88;
}
</style>
border-color css
<style>
span { border-color: #888A88; }
span { border-color: rgb(136,138,136); }
td.TdClassName
{
border-color: #888A88;
}
.TagClassName
{
border-color: #888A88;
}
</style>