Shades of Taupe Grey #90818C
Tints of Taupe Grey #90818C
RGB
CMYK
RGB Variations
Color information
#90818C (or 0x90818C) is known color: Taupe Grey. HEX triplet: 90, 81 and 8C. RGB value is (144,129,140). Sum of RGB (Red+Green+Blue) = 144+129+140=413 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.87% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 144 - color contains mainly: red. Hex color #90818C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90818C is #6F7E73. Grayscale: #868686. Windows color (decimal): -7306868 or 9208208. OLE color: 9208208.
HSL color Cylindrical-coordinate representation of color #90818C: hue angle of 316º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #90818C is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 129 | 140 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.44 |
| HSL | 316º | 0.06% | 0.54% | - |
| HSV(B) | 316º | 0.1% | 0.56% | - |
| XYZ | 24.09 | 23.52 | 28.08 | - |
| YUV | 134.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 129 | 140 | 0 | 0.10 | 0.03 | 0.44 | 316 | 0.06 | 0.54 |
| Hex | 90 | 81 | 8C | 0 | A | 3 | 2C | 13C | 6 | 36 |
| Octal | 220 | 201 | 214 | 0 | 12 | 3 | 54 | 474 | 6 | 66 |
| Binary | 10010000 | 10000001 | 10001100 | 0 | 1010 | 11 | 101100 | 100111100 | 110 | 110110 |
Color Harmonies of #90818C
Complementary color
Monochromatic Colors of #90818C
Black with #90818C
Text Example
Text Example
White with #90818C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90818C; }
p { color: rgb(144,129,140); }
H1.HeaderClassName
{
color: #90818C;
}
.AnyTagClassName
{
color: #90818C;
}
</style>
background-color css
<style>
a { background-color: #90818C; }
a { background-color: rgb(144,129,140); }
div.DivClassName
{
background-color: #90818C;
}
.BgClassName
{
background-color: #90818C;
}
</style>
border-color css
<style>
span { border-color: #90818C; }
span { border-color: rgb(144,129,140); }
td.TdClassName
{
border-color: #90818C;
}
.TagClassName
{
border-color: #90818C;
}
</style>