Shades of Taupe Grey #90858C
Tints of Taupe Grey #90858C
RGB
CMYK
RGB Variations
Color information
#90858C (or 0x90858C) is known color: Taupe Grey. HEX triplet: 90, 85 and 8C. RGB value is (144,133,140). Sum of RGB (Red+Green+Blue) = 144+133+140=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 144 - color contains mainly: red. Hex color #90858C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90858C is #6F7A73. Grayscale: #898989. Windows color (decimal): -7305844 or 9209232. OLE color: 9209232.
HSL color Cylindrical-coordinate representation of color #90858C: hue angle of 321.82º 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 #90858C is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 133 | 140 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.44 |
| HSL | 321.82º | 0.05% | 0.54% | - |
| HSV(B) | 321.82º | 0.08% | 0.56% | - |
| XYZ | 24.62 | 24.6 | 28.26 | - |
| YUV | 137.09 | 129.64 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 133 | 140 | 0 | 0.08 | 0.03 | 0.44 | 321.82 | 0.05 | 0.54 |
| Hex | 90 | 85 | 8C | 0 | 8 | 3 | 2C | 142 | 5 | 36 |
| Octal | 220 | 205 | 214 | 0 | 10 | 3 | 54 | 502 | 5 | 66 |
| Binary | 10010000 | 10000101 | 10001100 | 0 | 1000 | 11 | 101100 | 101000010 | 101 | 110110 |
Color Harmonies of #90858C
Complementary color
Monochromatic Colors of #90858C
Black with #90858C
Text Example
Text Example
White with #90858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90858C; }
p { color: rgb(144,133,140); }
H1.HeaderClassName
{
color: #90858C;
}
.AnyTagClassName
{
color: #90858C;
}
</style>
background-color css
<style>
a { background-color: #90858C; }
a { background-color: rgb(144,133,140); }
div.DivClassName
{
background-color: #90858C;
}
.BgClassName
{
background-color: #90858C;
}
</style>
border-color css
<style>
span { border-color: #90858C; }
span { border-color: rgb(144,133,140); }
td.TdClassName
{
border-color: #90858C;
}
.TagClassName
{
border-color: #90858C;
}
</style>