Shades of Taupe Grey #90848E
Tints of Taupe Grey #90848E
RGB
CMYK
RGB Variations
Color information
#90848E (or 0x90848E) is known color: Taupe Grey. HEX triplet: 90, 84 and 8E. RGB value is (144,132,142). Sum of RGB (Red+Green+Blue) = 144+132+142=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 144 - color contains mainly: red. Hex color #90848E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90848E is #6F7B71. Grayscale: #888888. Windows color (decimal): -7306098 or 9340048. OLE color: 9340048.
HSL color Cylindrical-coordinate representation of color #90848E: hue angle of 310º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #90848E is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 132 | 142 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.44 |
| HSL | 310º | 0.05% | 0.54% | - |
| HSV(B) | 310º | 0.08% | 0.56% | - |
| XYZ | 24.64 | 24.38 | 29 | - |
| YUV | 136.73 | 130.98 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 132 | 142 | 0 | 0.08 | 0.01 | 0.44 | 310 | 0.05 | 0.54 |
| Hex | 90 | 84 | 8E | 0 | 8 | 1 | 2C | 136 | 5 | 36 |
| Octal | 220 | 204 | 216 | 0 | 10 | 1 | 54 | 466 | 5 | 66 |
| Binary | 10010000 | 10000100 | 10001110 | 0 | 1000 | 1 | 101100 | 100110110 | 101 | 110110 |
Color Harmonies of #90848E
Complementary color
Monochromatic Colors of #90848E
Black with #90848E
Text Example
Text Example
White with #90848E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90848E; }
p { color: rgb(144,132,142); }
H1.HeaderClassName
{
color: #90848E;
}
.AnyTagClassName
{
color: #90848E;
}
</style>
background-color css
<style>
a { background-color: #90848E; }
a { background-color: rgb(144,132,142); }
div.DivClassName
{
background-color: #90848E;
}
.BgClassName
{
background-color: #90848E;
}
</style>
border-color css
<style>
span { border-color: #90848E; }
span { border-color: rgb(144,132,142); }
td.TdClassName
{
border-color: #90848E;
}
.TagClassName
{
border-color: #90848E;
}
</style>