Shades of Stack #899288
Tints of Stack #899288
RGB
CMYK
RGB Variations
Color information
#899288 (or 0x899288) is known color: Stack. HEX triplet: 89, 92 and 88. RGB value is (137,146,136). Sum of RGB (Red+Green+Blue) = 137+146+136=419 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.70% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 146 - color contains mainly: green. Hex color #899288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899288 is #766D77. Grayscale: #8E8E8E. Windows color (decimal): -7761272 or 8950409. OLE color: 8950409.
HSL color Cylindrical-coordinate representation of color #899288: hue angle of 114º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #899288 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 146 | 136 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.43 |
| HSL | 114º | 0.04% | 0.55% | - |
| HSV(B) | 114º | 0.07% | 0.57% | - |
| XYZ | 25.04 | 27.65 | 27.31 | - |
| YUV | 142.17 | 124.52 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 146 | 136 | 0.06 | 0 | 0.07 | 0.43 | 114 | 0.04 | 0.55 |
| Hex | 89 | 92 | 88 | 6 | 0 | 7 | 2B | 72 | 4 | 37 |
| Octal | 211 | 222 | 210 | 6 | 0 | 7 | 53 | 162 | 4 | 67 |
| Binary | 10001001 | 10010010 | 10001000 | 110 | 0 | 111 | 101011 | 1110010 | 100 | 110111 |
Color Harmonies of #899288
Complementary color
Monochromatic Colors of #899288
Black with #899288
Text Example
Text Example
White with #899288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899288; }
p { color: rgb(137,146,136); }
H1.HeaderClassName
{
color: #899288;
}
.AnyTagClassName
{
color: #899288;
}
</style>
background-color css
<style>
a { background-color: #899288; }
a { background-color: rgb(137,146,136); }
div.DivClassName
{
background-color: #899288;
}
.BgClassName
{
background-color: #899288;
}
</style>
border-color css
<style>
span { border-color: #899288; }
span { border-color: rgb(137,146,136); }
td.TdClassName
{
border-color: #899288;
}
.TagClassName
{
border-color: #899288;
}
</style>