Shades of Taupe Grey #898588
Tints of Taupe Grey #898588
RGB
CMYK
RGB Variations
Color information
#898588 (or 0x898588) is known color: Taupe Grey. HEX triplet: 89, 85 and 88. RGB value is (137,133,136). Sum of RGB (Red+Green+Blue) = 137+133+136=406 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.74% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 137 - color contains mainly: red. Hex color #898588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898588 is #767A77. Grayscale: #868686. Windows color (decimal): -7764600 or 8947081. OLE color: 8947081.
HSL color Cylindrical-coordinate representation of color #898588: hue angle of 315º degrees, saturation: 0.02, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #898588 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 133 | 136 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.46 |
| HSL | 315º | 0.02% | 0.53% | - |
| HSV(B) | 315º | 0.03% | 0.54% | - |
| XYZ | 23.15 | 23.87 | 26.68 | - |
| YUV | 134.54 | 128.83 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 133 | 136 | 0 | 0.03 | 0.01 | 0.46 | 315 | 0.02 | 0.53 |
| Hex | 89 | 85 | 88 | 0 | 3 | 1 | 2E | 13B | 2 | 35 |
| Octal | 211 | 205 | 210 | 0 | 3 | 1 | 56 | 473 | 2 | 65 |
| Binary | 10001001 | 10000101 | 10001000 | 0 | 11 | 1 | 101110 | 100111011 | 10 | 110101 |
Color Harmonies of #898588
Complementary color
Monochromatic Colors of #898588
Black with #898588
Text Example
Text Example
White with #898588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898588; }
p { color: rgb(137,133,136); }
H1.HeaderClassName
{
color: #898588;
}
.AnyTagClassName
{
color: #898588;
}
</style>
background-color css
<style>
a { background-color: #898588; }
a { background-color: rgb(137,133,136); }
div.DivClassName
{
background-color: #898588;
}
.BgClassName
{
background-color: #898588;
}
</style>
border-color css
<style>
span { border-color: #898588; }
span { border-color: rgb(137,133,136); }
td.TdClassName
{
border-color: #898588;
}
.TagClassName
{
border-color: #898588;
}
</style>