Shades of Taupe Grey #90898F
Tints of Taupe Grey #90898F
RGB
CMYK
RGB Variations
Color information
#90898F (or 0x90898F) is known color: Taupe Grey. HEX triplet: 90, 89 and 8F. RGB value is (144,137,143). Sum of RGB (Red+Green+Blue) = 144+137+143=424 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.96% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 144 - color contains mainly: red. Hex color #90898F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90898F is #6F7670. Grayscale: #8B8B8B. Windows color (decimal): -7304817 or 9406864. OLE color: 9406864.
HSL color Cylindrical-coordinate representation of color #90898F: hue angle of 308.57º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #90898F is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 137 | 143 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.44 |
| HSL | 308.57º | 0.03% | 0.55% | - |
| HSV(B) | 308.57º | 0.05% | 0.56% | - |
| XYZ | 25.41 | 25.8 | 29.63 | - |
| YUV | 139.78 | 129.82 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 137 | 143 | 0 | 0.05 | 0.01 | 0.44 | 308.57 | 0.03 | 0.55 |
| Hex | 90 | 89 | 8F | 0 | 5 | 1 | 2C | 135 | 3 | 37 |
| Octal | 220 | 211 | 217 | 0 | 5 | 1 | 54 | 465 | 3 | 67 |
| Binary | 10010000 | 10001001 | 10001111 | 0 | 101 | 1 | 101100 | 100110101 | 11 | 110111 |
Color Harmonies of #90898F
Complementary color
Monochromatic Colors of #90898F
Black with #90898F
Text Example
Text Example
White with #90898F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90898F; }
p { color: rgb(144,137,143); }
H1.HeaderClassName
{
color: #90898F;
}
.AnyTagClassName
{
color: #90898F;
}
</style>
background-color css
<style>
a { background-color: #90898F; }
a { background-color: rgb(144,137,143); }
div.DivClassName
{
background-color: #90898F;
}
.BgClassName
{
background-color: #90898F;
}
</style>
border-color css
<style>
span { border-color: #90898F; }
span { border-color: rgb(144,137,143); }
td.TdClassName
{
border-color: #90898F;
}
.TagClassName
{
border-color: #90898F;
}
</style>