Shades of Taupe Grey #908390
Tints of Taupe Grey #908390
RGB
CMYK
RGB Variations
Color information
#908390 (or 0x908390) is known color: Taupe Grey. HEX triplet: 90, 83 and 90. RGB value is (144,131,144). Sum of RGB (Red+Green+Blue) = 144+131+144=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 144 - color contains mainly: red, blue. Hex color #908390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908390 is #6F7C6F. Grayscale: #888888. Windows color (decimal): -7306352 or 9470864. OLE color: 9470864.
HSL color Cylindrical-coordinate representation of color #908390: hue angle of 300º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #908390 is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 131 | 144 | - |
| CMYK | 0 | 0.09 | 0 | 0.44 |
| HSL | 300º | 0.06% | 0.54% | - |
| HSV(B) | 300º | 0.09% | 0.56% | - |
| XYZ | 24.65 | 24.18 | 29.75 | - |
| YUV | 136.37 | 132.31 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 131 | 144 | 0 | 0.09 | 0 | 0.44 | 300 | 0.06 | 0.54 |
| Hex | 90 | 83 | 90 | 0 | 9 | 0 | 2C | 12C | 6 | 36 |
| Octal | 220 | 203 | 220 | 0 | 11 | 0 | 54 | 454 | 6 | 66 |
| Binary | 10010000 | 10000011 | 10010000 | 0 | 1001 | 0 | 101100 | 100101100 | 110 | 110110 |
Color Harmonies of #908390
Complementary color
Monochromatic Colors of #908390
Black with #908390
Text Example
Text Example
White with #908390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908390; }
p { color: rgb(144,131,144); }
H1.HeaderClassName
{
color: #908390;
}
.AnyTagClassName
{
color: #908390;
}
</style>
background-color css
<style>
a { background-color: #908390; }
a { background-color: rgb(144,131,144); }
div.DivClassName
{
background-color: #908390;
}
.BgClassName
{
background-color: #908390;
}
</style>
border-color css
<style>
span { border-color: #908390; }
span { border-color: rgb(144,131,144); }
td.TdClassName
{
border-color: #908390;
}
.TagClassName
{
border-color: #908390;
}
</style>