Shades of Taupe Grey #937A92
Tints of Taupe Grey #937A92
RGB
CMYK
RGB Variations
Color information
#937A92 (or 0x937A92) is known color: Taupe Grey. HEX triplet: 93, 7A and 92. RGB value is (147,122,146). Sum of RGB (Red+Green+Blue) = 147+122+146=415 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.42% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 147 - color contains mainly: red. Hex color #937A92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937A92 is #6C856D. Grayscale: #848484. Windows color (decimal): -7112046 or 9599635. OLE color: 9599635.
HSL color Cylindrical-coordinate representation of color #937A92: hue angle of 302.4º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #937A92 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 122 | 146 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.42 |
| HSL | 302.4º | 0.1% | 0.53% | - |
| HSV(B) | 302.4º | 0.17% | 0.58% | - |
| XYZ | 24.18 | 22.2 | 30.2 | - |
| YUV | 132.21 | 135.78 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 146 | 0 | 0.17 | 0.01 | 0.42 | 302.4 | 0.1 | 0.53 |
| Hex | 93 | 7A | 92 | 0 | 11 | 1 | 2A | 12E | A | 35 |
| Octal | 223 | 172 | 222 | 0 | 21 | 1 | 52 | 456 | 12 | 65 |
| Binary | 10010011 | 1111010 | 10010010 | 0 | 10001 | 1 | 101010 | 100101110 | 1010 | 110101 |
Color Harmonies of #937A92
Complementary color
Monochromatic Colors of #937A92
Black with #937A92
Text Example
Text Example
White with #937A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937A92; }
p { color: rgb(147,122,146); }
H1.HeaderClassName
{
color: #937A92;
}
.AnyTagClassName
{
color: #937A92;
}
</style>
background-color css
<style>
a { background-color: #937A92; }
a { background-color: rgb(147,122,146); }
div.DivClassName
{
background-color: #937A92;
}
.BgClassName
{
background-color: #937A92;
}
</style>
border-color css
<style>
span { border-color: #937A92; }
span { border-color: rgb(147,122,146); }
td.TdClassName
{
border-color: #937A92;
}
.TagClassName
{
border-color: #937A92;
}
</style>