Shades of Taupe Grey #937F92
Tints of Taupe Grey #937F92
RGB
CMYK
RGB Variations
Color information
#937F92 (or 0x937F92) is known color: Taupe Grey. HEX triplet: 93, 7F and 92. RGB value is (147,127,146). Sum of RGB (Red+Green+Blue) = 147+127+146=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 147 - color contains mainly: red. Hex color #937F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937F92 is #6C806D. Grayscale: #878787. Windows color (decimal): -7110766 or 9600915. OLE color: 9600915.
HSL color Cylindrical-coordinate representation of color #937F92: hue angle of 303º degrees, saturation: 0.08, 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 #937F92 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 127 | 146 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.42 |
| HSL | 303º | 0.08% | 0.54% | - |
| HSV(B) | 303º | 0.14% | 0.58% | - |
| XYZ | 24.81 | 23.46 | 30.41 | - |
| YUV | 135.15 | 134.13 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 127 | 146 | 0 | 0.14 | 0.01 | 0.42 | 303 | 0.08 | 0.54 |
| Hex | 93 | 7F | 92 | 0 | E | 1 | 2A | 12F | 8 | 36 |
| Octal | 223 | 177 | 222 | 0 | 16 | 1 | 52 | 457 | 10 | 66 |
| Binary | 10010011 | 1111111 | 10010010 | 0 | 1110 | 1 | 101010 | 100101111 | 1000 | 110110 |
Color Harmonies of #937F92
Complementary color
Monochromatic Colors of #937F92
Black with #937F92
Text Example
Text Example
White with #937F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937F92; }
p { color: rgb(147,127,146); }
H1.HeaderClassName
{
color: #937F92;
}
.AnyTagClassName
{
color: #937F92;
}
</style>
background-color css
<style>
a { background-color: #937F92; }
a { background-color: rgb(147,127,146); }
div.DivClassName
{
background-color: #937F92;
}
.BgClassName
{
background-color: #937F92;
}
</style>
border-color css
<style>
span { border-color: #937F92; }
span { border-color: rgb(147,127,146); }
td.TdClassName
{
border-color: #937F92;
}
.TagClassName
{
border-color: #937F92;
}
</style>