Shades of Taupe Grey #937E90
Tints of Taupe Grey #937E90
RGB
CMYK
RGB Variations
Color information
#937E90 (or 0x937E90) is known color: Taupe Grey. HEX triplet: 93, 7E and 90. RGB value is (147,126,144). Sum of RGB (Red+Green+Blue) = 147+126+144=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 147 - color contains mainly: red. Hex color #937E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937E90 is #6C816F. Grayscale: #868686. Windows color (decimal): -7111024 or 9469587. OLE color: 9469587.
HSL color Cylindrical-coordinate representation of color #937E90: hue angle of 308.57º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #937E90 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 126 | 144 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.42 |
| HSL | 308.57º | 0.09% | 0.54% | - |
| HSV(B) | 308.57º | 0.14% | 0.58% | - |
| XYZ | 24.53 | 23.14 | 29.56 | - |
| YUV | 134.33 | 133.46 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 126 | 144 | 0 | 0.14 | 0.02 | 0.42 | 308.57 | 0.09 | 0.54 |
| Hex | 93 | 7E | 90 | 0 | E | 2 | 2A | 135 | 9 | 36 |
| Octal | 223 | 176 | 220 | 0 | 16 | 2 | 52 | 465 | 11 | 66 |
| Binary | 10010011 | 1111110 | 10010000 | 0 | 1110 | 10 | 101010 | 100110101 | 1001 | 110110 |
Color Harmonies of #937E90
Complementary color
Monochromatic Colors of #937E90
Black with #937E90
Text Example
Text Example
White with #937E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937E90; }
p { color: rgb(147,126,144); }
H1.HeaderClassName
{
color: #937E90;
}
.AnyTagClassName
{
color: #937E90;
}
</style>
background-color css
<style>
a { background-color: #937E90; }
a { background-color: rgb(147,126,144); }
div.DivClassName
{
background-color: #937E90;
}
.BgClassName
{
background-color: #937E90;
}
</style>
border-color css
<style>
span { border-color: #937E90; }
span { border-color: rgb(147,126,144); }
td.TdClassName
{
border-color: #937E90;
}
.TagClassName
{
border-color: #937E90;
}
</style>