Shades of Taupe Grey #898086
Tints of Taupe Grey #898086
RGB
CMYK
RGB Variations
Color information
#898086 (or 0x898086) is known color: Taupe Grey. HEX triplet: 89, 80 and 86. RGB value is (137,128,134). Sum of RGB (Red+Green+Blue) = 137+128+134=399 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.34% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 137 - color contains mainly: red. Hex color #898086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898086 is #767F79. Grayscale: #838383. Windows color (decimal): -7765882 or 8814729. OLE color: 8814729.
HSL color Cylindrical-coordinate representation of color #898086: hue angle of 320º 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 #898086 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 128 | 134 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.46 |
| HSL | 320º | 0.04% | 0.52% | - |
| HSV(B) | 320º | 0.07% | 0.54% | - |
| XYZ | 22.34 | 22.48 | 25.72 | - |
| YUV | 131.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 128 | 134 | 0 | 0.07 | 0.02 | 0.46 | 320 | 0.04 | 0.52 |
| Hex | 89 | 80 | 86 | 0 | 7 | 2 | 2E | 140 | 4 | 34 |
| Octal | 211 | 200 | 206 | 0 | 7 | 2 | 56 | 500 | 4 | 64 |
| Binary | 10001001 | 10000000 | 10000110 | 0 | 111 | 10 | 101110 | 101000000 | 100 | 110100 |
Color Harmonies of #898086
Complementary color
Monochromatic Colors of #898086
Black with #898086
Text Example
Text Example
White with #898086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898086; }
p { color: rgb(137,128,134); }
H1.HeaderClassName
{
color: #898086;
}
.AnyTagClassName
{
color: #898086;
}
</style>
background-color css
<style>
a { background-color: #898086; }
a { background-color: rgb(137,128,134); }
div.DivClassName
{
background-color: #898086;
}
.BgClassName
{
background-color: #898086;
}
</style>
border-color css
<style>
span { border-color: #898086; }
span { border-color: rgb(137,128,134); }
td.TdClassName
{
border-color: #898086;
}
.TagClassName
{
border-color: #898086;
}
</style>