Shades of Taupe Grey #937D92
Tints of Taupe Grey #937D92
RGB
CMYK
RGB Variations
Color information
#937D92 (or 0x937D92) is known color: Taupe Grey. HEX triplet: 93, 7D and 92. RGB value is (147,125,146). Sum of RGB (Red+Green+Blue) = 147+125+146=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 147 - color contains mainly: red. Hex color #937D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937D92 is #6C826D. Grayscale: #858585. Windows color (decimal): -7111278 or 9600403. OLE color: 9600403.
HSL color Cylindrical-coordinate representation of color #937D92: hue angle of 302.73º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #937D92 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 125 | 146 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.42 |
| HSL | 302.73º | 0.09% | 0.53% | - |
| HSV(B) | 302.73º | 0.15% | 0.58% | - |
| XYZ | 24.55 | 22.95 | 30.33 | - |
| YUV | 133.97 | 134.79 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 146 | 0 | 0.15 | 0.01 | 0.42 | 302.73 | 0.09 | 0.53 |
| Hex | 93 | 7D | 92 | 0 | F | 1 | 2A | 12F | 9 | 35 |
| Octal | 223 | 175 | 222 | 0 | 17 | 1 | 52 | 457 | 11 | 65 |
| Binary | 10010011 | 1111101 | 10010010 | 0 | 1111 | 1 | 101010 | 100101111 | 1001 | 110101 |
Color Harmonies of #937D92
Complementary color
Monochromatic Colors of #937D92
Black with #937D92
Text Example
Text Example
White with #937D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937D92; }
p { color: rgb(147,125,146); }
H1.HeaderClassName
{
color: #937D92;
}
.AnyTagClassName
{
color: #937D92;
}
</style>
background-color css
<style>
a { background-color: #937D92; }
a { background-color: rgb(147,125,146); }
div.DivClassName
{
background-color: #937D92;
}
.BgClassName
{
background-color: #937D92;
}
</style>
border-color css
<style>
span { border-color: #937D92; }
span { border-color: rgb(147,125,146); }
td.TdClassName
{
border-color: #937D92;
}
.TagClassName
{
border-color: #937D92;
}
</style>