Shades of Taupe Grey #90838F
Tints of Taupe Grey #90838F
RGB
CMYK
RGB Variations
Color information
#90838F (or 0x90838F) is known color: Taupe Grey. HEX triplet: 90, 83 and 8F. RGB value is (144,131,143). Sum of RGB (Red+Green+Blue) = 144+131+143=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 131 (51.56% from 255 or 31.34% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 144 - color contains mainly: red. Hex color #90838F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90838F is #6F7C70. Grayscale: #888888. Windows color (decimal): -7306353 or 9405328. OLE color: 9405328.
HSL color Cylindrical-coordinate representation of color #90838F: hue angle of 304.62º 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 #90838F is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 131 | 143 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.44 |
| HSL | 304.62º | 0.06% | 0.54% | - |
| HSV(B) | 304.62º | 0.09% | 0.56% | - |
| XYZ | 24.58 | 24.15 | 29.35 | - |
| YUV | 136.26 | 131.81 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 131 | 143 | 0 | 0.09 | 0.01 | 0.44 | 304.62 | 0.06 | 0.54 |
| Hex | 90 | 83 | 8F | 0 | 9 | 1 | 2C | 131 | 6 | 36 |
| Octal | 220 | 203 | 217 | 0 | 11 | 1 | 54 | 461 | 6 | 66 |
| Binary | 10010000 | 10000011 | 10001111 | 0 | 1001 | 1 | 101100 | 100110001 | 110 | 110110 |
Color Harmonies of #90838F
Complementary color
Monochromatic Colors of #90838F
Black with #90838F
Text Example
Text Example
White with #90838F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90838F; }
p { color: rgb(144,131,143); }
H1.HeaderClassName
{
color: #90838F;
}
.AnyTagClassName
{
color: #90838F;
}
</style>
background-color css
<style>
a { background-color: #90838F; }
a { background-color: rgb(144,131,143); }
div.DivClassName
{
background-color: #90838F;
}
.BgClassName
{
background-color: #90838F;
}
</style>
border-color css
<style>
span { border-color: #90838F; }
span { border-color: rgb(144,131,143); }
td.TdClassName
{
border-color: #90838F;
}
.TagClassName
{
border-color: #90838F;
}
</style>