Shades of Taupe Grey #898289
Tints of Taupe Grey #898289
RGB
CMYK
RGB Variations
Color information
#898289 (or 0x898289) is known color: Taupe Grey. HEX triplet: 89, 82 and 89. RGB value is (137,130,137). Sum of RGB (Red+Green+Blue) = 137+130+137=404 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.91% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 137 - color contains mainly: red, blue. Hex color #898289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898289 is #767D76. Grayscale: #848484. Windows color (decimal): -7765367 or 9011849. OLE color: 9011849.
HSL color Cylindrical-coordinate representation of color #898289: hue angle of 300º 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 #898289 is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 130 | 137 | - |
| CMYK | 0 | 0.05 | 0 | 0.46 |
| HSL | 300º | 0.03% | 0.52% | - |
| HSV(B) | 300º | 0.05% | 0.54% | - |
| XYZ | 22.81 | 23.09 | 26.92 | - |
| YUV | 132.89 | 130.32 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 130 | 137 | 0 | 0.05 | 0 | 0.46 | 300 | 0.03 | 0.52 |
| Hex | 89 | 82 | 89 | 0 | 5 | 0 | 2E | 12C | 3 | 34 |
| Octal | 211 | 202 | 211 | 0 | 5 | 0 | 56 | 454 | 3 | 64 |
| Binary | 10001001 | 10000010 | 10001001 | 0 | 101 | 0 | 101110 | 100101100 | 11 | 110100 |
Color Harmonies of #898289
Complementary color
Monochromatic Colors of #898289
Black with #898289
Text Example
Text Example
White with #898289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898289; }
p { color: rgb(137,130,137); }
H1.HeaderClassName
{
color: #898289;
}
.AnyTagClassName
{
color: #898289;
}
</style>
background-color css
<style>
a { background-color: #898289; }
a { background-color: rgb(137,130,137); }
div.DivClassName
{
background-color: #898289;
}
.BgClassName
{
background-color: #898289;
}
</style>
border-color css
<style>
span { border-color: #898289; }
span { border-color: rgb(137,130,137); }
td.TdClassName
{
border-color: #898289;
}
.TagClassName
{
border-color: #898289;
}
</style>