Shades of Taupe Grey #90808D
Tints of Taupe Grey #90808D
RGB
CMYK
RGB Variations
Color information
#90808D (or 0x90808D) is known color: Taupe Grey. HEX triplet: 90, 80 and 8D. RGB value is (144,128,141). Sum of RGB (Red+Green+Blue) = 144+128+141=413 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.87% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 144 - color contains mainly: red. Hex color #90808D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90808D is #6F7F72. Grayscale: #868686. Windows color (decimal): -7307123 or 9273488. OLE color: 9273488.
HSL color Cylindrical-coordinate representation of color #90808D: hue angle of 311.25º 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 #90808D is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 128 | 141 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.44 |
| HSL | 311.25º | 0.07% | 0.53% | - |
| HSV(B) | 311.25º | 0.11% | 0.56% | - |
| XYZ | 24.03 | 23.29 | 28.43 | - |
| YUV | 134.27 | 131.8 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 128 | 141 | 0 | 0.11 | 0.02 | 0.44 | 311.25 | 0.07 | 0.53 |
| Hex | 90 | 80 | 8D | 0 | B | 2 | 2C | 137 | 7 | 35 |
| Octal | 220 | 200 | 215 | 0 | 13 | 2 | 54 | 467 | 7 | 65 |
| Binary | 10010000 | 10000000 | 10001101 | 0 | 1011 | 10 | 101100 | 100110111 | 111 | 110101 |
Color Harmonies of #90808D
Complementary color
Monochromatic Colors of #90808D
Black with #90808D
Text Example
Text Example
White with #90808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90808D; }
p { color: rgb(144,128,141); }
H1.HeaderClassName
{
color: #90808D;
}
.AnyTagClassName
{
color: #90808D;
}
</style>
background-color css
<style>
a { background-color: #90808D; }
a { background-color: rgb(144,128,141); }
div.DivClassName
{
background-color: #90808D;
}
.BgClassName
{
background-color: #90808D;
}
</style>
border-color css
<style>
span { border-color: #90808D; }
span { border-color: rgb(144,128,141); }
td.TdClassName
{
border-color: #90808D;
}
.TagClassName
{
border-color: #90808D;
}
</style>