Shades of Stack #899487
Tints of Stack #899487
RGB
CMYK
RGB Variations
Color information
#899487 (or 0x899487) is known color: Stack. HEX triplet: 89, 94 and 87. RGB value is (137,148,135). Sum of RGB (Red+Green+Blue) = 137+148+135=420 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.62% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 148 - color contains mainly: green. Hex color #899487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899487 is #766B78. Grayscale: #8F8F8F. Windows color (decimal): -7760761 or 8885385. OLE color: 8885385.
HSL color Cylindrical-coordinate representation of color #899487: hue angle of 110.77º 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 #899487 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 148 | 135 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.42 |
| HSL | 110.77º | 0.06% | 0.55% | - |
| HSV(B) | 110.77º | 0.09% | 0.58% | - |
| XYZ | 25.28 | 28.25 | 27.04 | - |
| YUV | 143.23 | 123.36 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 148 | 135 | 0.07 | 0 | 0.09 | 0.42 | 110.77 | 0.06 | 0.55 |
| Hex | 89 | 94 | 87 | 7 | 0 | 9 | 2A | 6F | 6 | 37 |
| Octal | 211 | 224 | 207 | 7 | 0 | 11 | 52 | 157 | 6 | 67 |
| Binary | 10001001 | 10010100 | 10000111 | 111 | 0 | 1001 | 101010 | 1101111 | 110 | 110111 |
Color Harmonies of #899487
Complementary color
Monochromatic Colors of #899487
Black with #899487
Text Example
Text Example
White with #899487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899487; }
p { color: rgb(137,148,135); }
H1.HeaderClassName
{
color: #899487;
}
.AnyTagClassName
{
color: #899487;
}
</style>
background-color css
<style>
a { background-color: #899487; }
a { background-color: rgb(137,148,135); }
div.DivClassName
{
background-color: #899487;
}
.BgClassName
{
background-color: #899487;
}
</style>
border-color css
<style>
span { border-color: #899487; }
span { border-color: rgb(137,148,135); }
td.TdClassName
{
border-color: #899487;
}
.TagClassName
{
border-color: #899487;
}
</style>