Shades of Taupe Grey #938192
Tints of Taupe Grey #938192
RGB
CMYK
RGB Variations
Color information
#938192 (or 0x938192) is known color: Taupe Grey. HEX triplet: 93, 81 and 92. RGB value is (147,129,146). Sum of RGB (Red+Green+Blue) = 147+129+146=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 147 - color contains mainly: red. Hex color #938192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938192 is #6C7E6D. Grayscale: #888888. Windows color (decimal): -7110254 or 9601427. OLE color: 9601427.
HSL color Cylindrical-coordinate representation of color #938192: hue angle of 303.33º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #938192 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 129 | 146 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.42 |
| HSL | 303.33º | 0.08% | 0.54% | - |
| HSV(B) | 303.33º | 0.12% | 0.58% | - |
| XYZ | 25.07 | 23.98 | 30.5 | - |
| YUV | 136.32 | 133.46 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 129 | 146 | 0 | 0.12 | 0.01 | 0.42 | 303.33 | 0.08 | 0.54 |
| Hex | 93 | 81 | 92 | 0 | C | 1 | 2A | 12F | 8 | 36 |
| Octal | 223 | 201 | 222 | 0 | 14 | 1 | 52 | 457 | 10 | 66 |
| Binary | 10010011 | 10000001 | 10010010 | 0 | 1100 | 1 | 101010 | 100101111 | 1000 | 110110 |
Color Harmonies of #938192
Complementary color
Monochromatic Colors of #938192
Black with #938192
Text Example
Text Example
White with #938192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938192; }
p { color: rgb(147,129,146); }
H1.HeaderClassName
{
color: #938192;
}
.AnyTagClassName
{
color: #938192;
}
</style>
background-color css
<style>
a { background-color: #938192; }
a { background-color: rgb(147,129,146); }
div.DivClassName
{
background-color: #938192;
}
.BgClassName
{
background-color: #938192;
}
</style>
border-color css
<style>
span { border-color: #938192; }
span { border-color: rgb(147,129,146); }
td.TdClassName
{
border-color: #938192;
}
.TagClassName
{
border-color: #938192;
}
</style>