Shades of Taupe Grey #898087
Tints of Taupe Grey #898087
RGB
CMYK
RGB Variations
Color information
#898087 (or 0x898087) is known color: Taupe Grey. HEX triplet: 89, 80 and 87. RGB value is (137,128,135). Sum of RGB (Red+Green+Blue) = 137+128+135=400 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.25% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 135 (53.12% from 255 or 33.75% from 400); Max value from RGB is 137 - color contains mainly: red. Hex color #898087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898087 is #767F78. Grayscale: #838383. Windows color (decimal): -7765881 or 8880265. OLE color: 8880265.
HSL color Cylindrical-coordinate representation of color #898087: hue angle of 313.33º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #898087 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 128 | 135 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.46 |
| HSL | 313.33º | 0.04% | 0.52% | - |
| HSV(B) | 313.33º | 0.07% | 0.54% | - |
| XYZ | 22.41 | 22.51 | 26.08 | - |
| YUV | 131.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 128 | 135 | 0 | 0.07 | 0.01 | 0.46 | 313.33 | 0.04 | 0.52 |
| Hex | 89 | 80 | 87 | 0 | 7 | 1 | 2E | 139 | 4 | 34 |
| Octal | 211 | 200 | 207 | 0 | 7 | 1 | 56 | 471 | 4 | 64 |
| Binary | 10001001 | 10000000 | 10000111 | 0 | 111 | 1 | 101110 | 100111001 | 100 | 110100 |
Color Harmonies of #898087
Complementary color
Monochromatic Colors of #898087
Black with #898087
Text Example
Text Example
White with #898087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898087; }
p { color: rgb(137,128,135); }
H1.HeaderClassName
{
color: #898087;
}
.AnyTagClassName
{
color: #898087;
}
</style>
background-color css
<style>
a { background-color: #898087; }
a { background-color: rgb(137,128,135); }
div.DivClassName
{
background-color: #898087;
}
.BgClassName
{
background-color: #898087;
}
</style>
border-color css
<style>
span { border-color: #898087; }
span { border-color: rgb(137,128,135); }
td.TdClassName
{
border-color: #898087;
}
.TagClassName
{
border-color: #898087;
}
</style>