Shades of Stack #889486
Tints of Stack #889486
RGB
CMYK
RGB Variations
Color information
#889486 (or 0x889486) is known color: Stack. HEX triplet: 88, 94 and 86. RGB value is (136,148,134). Sum of RGB (Red+Green+Blue) = 136+148+134=418 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.54% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 134 (52.73% from 255 or 32.06% from 418); Max value from RGB is 148 - color contains mainly: green. Hex color #889486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889486 is #776B79. Grayscale: #8E8E8E. Windows color (decimal): -7826298 or 8819848. OLE color: 8819848.
HSL color Cylindrical-coordinate representation of color #889486: hue angle of 111.43º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #889486 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 148 | 134 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.42 |
| HSL | 111.43º | 0.06% | 0.55% | - |
| HSV(B) | 111.43º | 0.09% | 0.58% | - |
| XYZ | 25.05 | 28.14 | 26.66 | - |
| YUV | 142.82 | 123.02 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 148 | 134 | 0.08 | 0 | 0.09 | 0.42 | 111.43 | 0.06 | 0.55 |
| Hex | 88 | 94 | 86 | 8 | 0 | 9 | 2A | 6F | 6 | 37 |
| Octal | 210 | 224 | 206 | 10 | 0 | 11 | 52 | 157 | 6 | 67 |
| Binary | 10001000 | 10010100 | 10000110 | 1000 | 0 | 1001 | 101010 | 1101111 | 110 | 110111 |
Color Harmonies of #889486
Complementary color
Monochromatic Colors of #889486
Black with #889486
Text Example
Text Example
White with #889486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889486; }
p { color: rgb(136,148,134); }
H1.HeaderClassName
{
color: #889486;
}
.AnyTagClassName
{
color: #889486;
}
</style>
background-color css
<style>
a { background-color: #889486; }
a { background-color: rgb(136,148,134); }
div.DivClassName
{
background-color: #889486;
}
.BgClassName
{
background-color: #889486;
}
</style>
border-color css
<style>
span { border-color: #889486; }
span { border-color: rgb(136,148,134); }
td.TdClassName
{
border-color: #889486;
}
.TagClassName
{
border-color: #889486;
}
</style>