Shades of Taupe Grey #90808C
Tints of Taupe Grey #90808C
RGB
CMYK
RGB Variations
Color information
#90808C (or 0x90808C) is known color: Taupe Grey. HEX triplet: 90, 80 and 8C. RGB value is (144,128,140). Sum of RGB (Red+Green+Blue) = 144+128+140=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 144 - color contains mainly: red. Hex color #90808C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90808C is #6F7F73. Grayscale: #868686. Windows color (decimal): -7307124 or 9207952. OLE color: 9207952.
HSL color Cylindrical-coordinate representation of color #90808C: hue angle of 315º 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 #90808C is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 128 | 140 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.44 |
| HSL | 315º | 0.07% | 0.53% | - |
| HSV(B) | 315º | 0.11% | 0.56% | - |
| XYZ | 23.95 | 23.26 | 28.04 | - |
| YUV | 134.15 | 131.3 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 128 | 140 | 0 | 0.11 | 0.03 | 0.44 | 315 | 0.07 | 0.53 |
| Hex | 90 | 80 | 8C | 0 | B | 3 | 2C | 13B | 7 | 35 |
| Octal | 220 | 200 | 214 | 0 | 13 | 3 | 54 | 473 | 7 | 65 |
| Binary | 10010000 | 10000000 | 10001100 | 0 | 1011 | 11 | 101100 | 100111011 | 111 | 110101 |
Color Harmonies of #90808C
Complementary color
Monochromatic Colors of #90808C
Black with #90808C
Text Example
Text Example
White with #90808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90808C; }
p { color: rgb(144,128,140); }
H1.HeaderClassName
{
color: #90808C;
}
.AnyTagClassName
{
color: #90808C;
}
</style>
background-color css
<style>
a { background-color: #90808C; }
a { background-color: rgb(144,128,140); }
div.DivClassName
{
background-color: #90808C;
}
.BgClassName
{
background-color: #90808C;
}
</style>
border-color css
<style>
span { border-color: #90808C; }
span { border-color: rgb(144,128,140); }
td.TdClassName
{
border-color: #90808C;
}
.TagClassName
{
border-color: #90808C;
}
</style>