Shades of Taupe Grey #937E8F
Tints of Taupe Grey #937E8F
RGB
CMYK
RGB Variations
Color information
#937E8F (or 0x937E8F) is known color: Taupe Grey. HEX triplet: 93, 7E and 8F. RGB value is (147,126,143). Sum of RGB (Red+Green+Blue) = 147+126+143=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 147 - color contains mainly: red. Hex color #937E8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937E8F is #6C8170. Grayscale: #868686. Windows color (decimal): -7111025 or 9404051. OLE color: 9404051.
HSL color Cylindrical-coordinate representation of color #937E8F: hue angle of 311.43º 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 #937E8F is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 126 | 143 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.42 |
| HSL | 311.43º | 0.09% | 0.54% | - |
| HSV(B) | 311.43º | 0.14% | 0.58% | - |
| XYZ | 24.45 | 23.11 | 29.16 | - |
| YUV | 134.22 | 132.96 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 126 | 143 | 0 | 0.14 | 0.03 | 0.42 | 311.43 | 0.09 | 0.54 |
| Hex | 93 | 7E | 8F | 0 | E | 3 | 2A | 137 | 9 | 36 |
| Octal | 223 | 176 | 217 | 0 | 16 | 3 | 52 | 467 | 11 | 66 |
| Binary | 10010011 | 1111110 | 10001111 | 0 | 1110 | 11 | 101010 | 100110111 | 1001 | 110110 |
Color Harmonies of #937E8F
Complementary color
Monochromatic Colors of #937E8F
Black with #937E8F
Text Example
Text Example
White with #937E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937E8F; }
p { color: rgb(147,126,143); }
H1.HeaderClassName
{
color: #937E8F;
}
.AnyTagClassName
{
color: #937E8F;
}
</style>
background-color css
<style>
a { background-color: #937E8F; }
a { background-color: rgb(147,126,143); }
div.DivClassName
{
background-color: #937E8F;
}
.BgClassName
{
background-color: #937E8F;
}
</style>
border-color css
<style>
span { border-color: #937E8F; }
span { border-color: rgb(147,126,143); }
td.TdClassName
{
border-color: #937E8F;
}
.TagClassName
{
border-color: #937E8F;
}
</style>