Shades of Taupe Grey #90848A
Tints of Taupe Grey #90848A
RGB
CMYK
RGB Variations
Color information
#90848A (or 0x90848A) is known color: Taupe Grey. HEX triplet: 90, 84 and 8A. RGB value is (144,132,138). Sum of RGB (Red+Green+Blue) = 144+132+138=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 132 (51.95% from 255 or 31.88% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 144 - color contains mainly: red. Hex color #90848A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90848A is #6F7B75. Grayscale: #888888. Windows color (decimal): -7306102 or 9077904. OLE color: 9077904.
HSL color Cylindrical-coordinate representation of color #90848A: hue angle of 330º 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 #90848A is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 132 | 138 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.44 |
| HSL | 330º | 0.05% | 0.54% | - |
| HSV(B) | 330º | 0.08% | 0.56% | - |
| XYZ | 24.34 | 24.27 | 27.45 | - |
| YUV | 136.27 | 128.98 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 132 | 138 | 0 | 0.08 | 0.04 | 0.44 | 330 | 0.05 | 0.54 |
| Hex | 90 | 84 | 8A | 0 | 8 | 4 | 2C | 14A | 5 | 36 |
| Octal | 220 | 204 | 212 | 0 | 10 | 4 | 54 | 512 | 5 | 66 |
| Binary | 10010000 | 10000100 | 10001010 | 0 | 1000 | 100 | 101100 | 101001010 | 101 | 110110 |
Color Harmonies of #90848A
Complementary color
Monochromatic Colors of #90848A
Black with #90848A
Text Example
Text Example
White with #90848A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90848A; }
p { color: rgb(144,132,138); }
H1.HeaderClassName
{
color: #90848A;
}
.AnyTagClassName
{
color: #90848A;
}
</style>
background-color css
<style>
a { background-color: #90848A; }
a { background-color: rgb(144,132,138); }
div.DivClassName
{
background-color: #90848A;
}
.BgClassName
{
background-color: #90848A;
}
</style>
border-color css
<style>
span { border-color: #90848A; }
span { border-color: rgb(144,132,138); }
td.TdClassName
{
border-color: #90848A;
}
.TagClassName
{
border-color: #90848A;
}
</style>