Shades of Taupe Grey #90808F
Tints of Taupe Grey #90808F
RGB
CMYK
RGB Variations
Color information
#90808F (or 0x90808F) is known color: Taupe Grey. HEX triplet: 90, 80 and 8F. RGB value is (144,128,143). Sum of RGB (Red+Green+Blue) = 144+128+143=415 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.70% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 144 - color contains mainly: red. Hex color #90808F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90808F is #6F7F70. Grayscale: #868686. Windows color (decimal): -7307121 or 9404560. OLE color: 9404560.
HSL color Cylindrical-coordinate representation of color #90808F: hue angle of 303.75º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #90808F is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 128 | 143 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.44 |
| HSL | 303.75º | 0.07% | 0.53% | - |
| HSV(B) | 303.75º | 0.11% | 0.56% | - |
| XYZ | 24.18 | 23.35 | 29.22 | - |
| YUV | 134.49 | 132.8 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 128 | 143 | 0 | 0.11 | 0.01 | 0.44 | 303.75 | 0.07 | 0.53 |
| Hex | 90 | 80 | 8F | 0 | B | 1 | 2C | 130 | 7 | 35 |
| Octal | 220 | 200 | 217 | 0 | 13 | 1 | 54 | 460 | 7 | 65 |
| Binary | 10010000 | 10000000 | 10001111 | 0 | 1011 | 1 | 101100 | 100110000 | 111 | 110101 |
Color Harmonies of #90808F
Complementary color
Monochromatic Colors of #90808F
Black with #90808F
Text Example
Text Example
White with #90808F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90808F; }
p { color: rgb(144,128,143); }
H1.HeaderClassName
{
color: #90808F;
}
.AnyTagClassName
{
color: #90808F;
}
</style>
background-color css
<style>
a { background-color: #90808F; }
a { background-color: rgb(144,128,143); }
div.DivClassName
{
background-color: #90808F;
}
.BgClassName
{
background-color: #90808F;
}
</style>
border-color css
<style>
span { border-color: #90808F; }
span { border-color: rgb(144,128,143); }
td.TdClassName
{
border-color: #90808F;
}
.TagClassName
{
border-color: #90808F;
}
</style>