Shades of Stack #898C89
Tints of Stack #898C89
RGB
CMYK
RGB Variations
Color information
#898C89 (or 0x898C89) is known color: Stack. HEX triplet: 89, 8C and 89. RGB value is (137,140,137). Sum of RGB (Red+Green+Blue) = 137+140+137=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 140 - color contains mainly: green. Hex color #898C89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898C89 is #767376. Grayscale: #8A8A8A. Windows color (decimal): -7762807 or 9014409. OLE color: 9014409.
HSL color Cylindrical-coordinate representation of color #898C89: hue angle of 120º degrees, saturation: 0.01, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #898C89 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 140 | 137 | - |
| CMYK | 0.02 | 0 | 0.02 | 0.45 |
| HSL | 120º | 0.01% | 0.54% | - |
| HSV(B) | 120º | 0.02% | 0.55% | - |
| XYZ | 24.21 | 25.88 | 27.39 | - |
| YUV | 138.76 | 127.01 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 140 | 137 | 0.02 | 0 | 0.02 | 0.45 | 120 | 0.01 | 0.54 |
| Hex | 89 | 8C | 89 | 2 | 0 | 2 | 2D | 78 | 1 | 36 |
| Octal | 211 | 214 | 211 | 2 | 0 | 2 | 55 | 170 | 1 | 66 |
| Binary | 10001001 | 10001100 | 10001001 | 10 | 0 | 10 | 101101 | 1111000 | 1 | 110110 |
Color Harmonies of #898C89
Complementary color
Monochromatic Colors of #898C89
Black with #898C89
Text Example
Text Example
White with #898C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898C89; }
p { color: rgb(137,140,137); }
H1.HeaderClassName
{
color: #898C89;
}
.AnyTagClassName
{
color: #898C89;
}
</style>
background-color css
<style>
a { background-color: #898C89; }
a { background-color: rgb(137,140,137); }
div.DivClassName
{
background-color: #898C89;
}
.BgClassName
{
background-color: #898C89;
}
</style>
border-color css
<style>
span { border-color: #898C89; }
span { border-color: rgb(137,140,137); }
td.TdClassName
{
border-color: #898C89;
}
.TagClassName
{
border-color: #898C89;
}
</style>