Shades of Taupe Grey #898286
Tints of Taupe Grey #898286
RGB
CMYK
RGB Variations
Color information
#898286 (or 0x898286) is known color: Taupe Grey. HEX triplet: 89, 82 and 86. RGB value is (137,130,134). Sum of RGB (Red+Green+Blue) = 137+130+134=401 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.16% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 137 - color contains mainly: red. Hex color #898286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898286 is #767D79. Grayscale: #848484. Windows color (decimal): -7765370 or 8815241. OLE color: 8815241.
HSL color Cylindrical-coordinate representation of color #898286: hue angle of 325.71º 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 #898286 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 130 | 134 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.46 |
| HSL | 325.71º | 0.03% | 0.52% | - |
| HSV(B) | 325.71º | 0.05% | 0.54% | - |
| XYZ | 22.6 | 23 | 25.8 | - |
| YUV | 132.55 | 128.82 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 130 | 134 | 0 | 0.05 | 0.02 | 0.46 | 325.71 | 0.03 | 0.52 |
| Hex | 89 | 82 | 86 | 0 | 5 | 2 | 2E | 146 | 3 | 34 |
| Octal | 211 | 202 | 206 | 0 | 5 | 2 | 56 | 506 | 3 | 64 |
| Binary | 10001001 | 10000010 | 10000110 | 0 | 101 | 10 | 101110 | 101000110 | 11 | 110100 |
Color Harmonies of #898286
Complementary color
Monochromatic Colors of #898286
Black with #898286
Text Example
Text Example
White with #898286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898286; }
p { color: rgb(137,130,134); }
H1.HeaderClassName
{
color: #898286;
}
.AnyTagClassName
{
color: #898286;
}
</style>
background-color css
<style>
a { background-color: #898286; }
a { background-color: rgb(137,130,134); }
div.DivClassName
{
background-color: #898286;
}
.BgClassName
{
background-color: #898286;
}
</style>
border-color css
<style>
span { border-color: #898286; }
span { border-color: rgb(137,130,134); }
td.TdClassName
{
border-color: #898286;
}
.TagClassName
{
border-color: #898286;
}
</style>