Shades of Taupe Grey #898587
Tints of Taupe Grey #898587
RGB
CMYK
RGB Variations
Color information
#898587 (or 0x898587) is known color: Taupe Grey. HEX triplet: 89, 85 and 87. RGB value is (137,133,135). Sum of RGB (Red+Green+Blue) = 137+133+135=405 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.83% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 135 (53.12% from 255 or 33.33% from 405); Max value from RGB is 137 - color contains mainly: red. Hex color #898587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898587 is #767A78. Grayscale: #868686. Windows color (decimal): -7764601 or 8881545. OLE color: 8881545.
HSL color Cylindrical-coordinate representation of color #898587: hue angle of 330º 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 #898587 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
RGB | 137 | 133 | 135 | - |
CMYK | 0 | 0.03 | 0.01 | 0.46 |
HSL | 330º | 0.02% | 0.53% | - |
HSV(B) | 330º | 0.03% | 0.54% | - |
XYZ | 23.08 | 23.84 | 26.31 | - |
YUV | 134.42 | 128.33 | 129.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 137 | 133 | 135 | 0 | 0.03 | 0.01 | 0.46 | 330 | 0.02 | 0.53 |
Hex | 89 | 85 | 87 | 0 | 3 | 1 | 2E | 14A | 2 | 35 |
Octal | 211 | 205 | 207 | 0 | 3 | 1 | 56 | 512 | 2 | 65 |
Binary | 10001001 | 10000101 | 10000111 | 0 | 11 | 1 | 101110 | 101001010 | 10 | 110101 |
Color Harmonies of #898587
Complementary color
Monochromatic Colors of #898587
Black with #898587
Text Example
Text Example
White with #898587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898587; }
p { color: rgb(137,133,135); }
H1.HeaderClassName
{
color: #898587;
}
.AnyTagClassName
{
color: #898587;
}
</style>
background-color css
<style>
a { background-color: #898587; }
a { background-color: rgb(137,133,135); }
div.DivClassName
{
background-color: #898587;
}
.BgClassName
{
background-color: #898587;
}
</style>
border-color css
<style>
span { border-color: #898587; }
span { border-color: rgb(137,133,135); }
td.TdClassName
{
border-color: #898587;
}
.TagClassName
{
border-color: #898587;
}
</style>