Shades of Taupe Grey #90808E
Tints of Taupe Grey #90808E
RGB
CMYK
RGB Variations
Color information
#90808E (or 0x90808E) is known color: Taupe Grey. HEX triplet: 90, 80 and 8E. RGB value is (144,128,142). Sum of RGB (Red+Green+Blue) = 144+128+142=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 144 - color contains mainly: red. Hex color #90808E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90808E is #6F7F71. Grayscale: #868686. Windows color (decimal): -7307122 or 9339024. OLE color: 9339024.
HSL color Cylindrical-coordinate representation of color #90808E: hue angle of 307.5º 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 #90808E is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 128 | 142 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.44 |
| HSL | 307.5º | 0.07% | 0.53% | - |
| HSV(B) | 307.5º | 0.11% | 0.56% | - |
| XYZ | 24.1 | 23.32 | 28.82 | - |
| YUV | 134.38 | 132.3 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 128 | 142 | 0 | 0.11 | 0.01 | 0.44 | 307.5 | 0.07 | 0.53 |
| Hex | 90 | 80 | 8E | 0 | B | 1 | 2C | 134 | 7 | 35 |
| Octal | 220 | 200 | 216 | 0 | 13 | 1 | 54 | 464 | 7 | 65 |
| Binary | 10010000 | 10000000 | 10001110 | 0 | 1011 | 1 | 101100 | 100110100 | 111 | 110101 |
Color Harmonies of #90808E
Complementary color
Monochromatic Colors of #90808E
Black with #90808E
Text Example
Text Example
White with #90808E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90808E; }
p { color: rgb(144,128,142); }
H1.HeaderClassName
{
color: #90808E;
}
.AnyTagClassName
{
color: #90808E;
}
</style>
background-color css
<style>
a { background-color: #90808E; }
a { background-color: rgb(144,128,142); }
div.DivClassName
{
background-color: #90808E;
}
.BgClassName
{
background-color: #90808E;
}
</style>
border-color css
<style>
span { border-color: #90808E; }
span { border-color: rgb(144,128,142); }
td.TdClassName
{
border-color: #90808E;
}
.TagClassName
{
border-color: #90808E;
}
</style>