Shades of Taupe Grey #898288
Tints of Taupe Grey #898288
RGB
CMYK
RGB Variations
Color information
#898288 (or 0x898288) is known color: Taupe Grey. HEX triplet: 89, 82 and 88. RGB value is (137,130,136). Sum of RGB (Red+Green+Blue) = 137+130+136=403 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.00% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 137 - color contains mainly: red. Hex color #898288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898288 is #767D77. Grayscale: #848484. Windows color (decimal): -7765368 or 8946313. OLE color: 8946313.
HSL color Cylindrical-coordinate representation of color #898288: hue angle of 308.57º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #898288 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 130 | 136 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.46 |
| HSL | 308.57º | 0.03% | 0.52% | - |
| HSV(B) | 308.57º | 0.05% | 0.54% | - |
| XYZ | 22.74 | 23.06 | 26.55 | - |
| YUV | 132.78 | 129.82 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 130 | 136 | 0 | 0.05 | 0.01 | 0.46 | 308.57 | 0.03 | 0.52 |
| Hex | 89 | 82 | 88 | 0 | 5 | 1 | 2E | 135 | 3 | 34 |
| Octal | 211 | 202 | 210 | 0 | 5 | 1 | 56 | 465 | 3 | 64 |
| Binary | 10001001 | 10000010 | 10001000 | 0 | 101 | 1 | 101110 | 100110101 | 11 | 110100 |
Color Harmonies of #898288
Complementary color
Monochromatic Colors of #898288
Black with #898288
Text Example
Text Example
White with #898288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898288; }
p { color: rgb(137,130,136); }
H1.HeaderClassName
{
color: #898288;
}
.AnyTagClassName
{
color: #898288;
}
</style>
background-color css
<style>
a { background-color: #898288; }
a { background-color: rgb(137,130,136); }
div.DivClassName
{
background-color: #898288;
}
.BgClassName
{
background-color: #898288;
}
</style>
border-color css
<style>
span { border-color: #898288; }
span { border-color: rgb(137,130,136); }
td.TdClassName
{
border-color: #898288;
}
.TagClassName
{
border-color: #898288;
}
</style>