Shades of Taupe Grey #938292
Tints of Taupe Grey #938292
RGB
CMYK
RGB Variations
Color information
#938292 (or 0x938292) is known color: Taupe Grey. HEX triplet: 93, 82 and 92. RGB value is (147,130,146). Sum of RGB (Red+Green+Blue) = 147+130+146=423 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.75% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 147 - color contains mainly: red. Hex color #938292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938292 is #6C7D6D. Grayscale: #888888. Windows color (decimal): -7109998 or 9601683. OLE color: 9601683.
HSL color Cylindrical-coordinate representation of color #938292: hue angle of 303.53º degrees, saturation: 0.07, 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 #938292 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 130 | 146 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.42 |
| HSL | 303.53º | 0.07% | 0.54% | - |
| HSV(B) | 303.53º | 0.12% | 0.58% | - |
| XYZ | 25.2 | 24.24 | 30.55 | - |
| YUV | 136.91 | 133.13 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 130 | 146 | 0 | 0.12 | 0.01 | 0.42 | 303.53 | 0.07 | 0.54 |
| Hex | 93 | 82 | 92 | 0 | C | 1 | 2A | 130 | 7 | 36 |
| Octal | 223 | 202 | 222 | 0 | 14 | 1 | 52 | 460 | 7 | 66 |
| Binary | 10010011 | 10000010 | 10010010 | 0 | 1100 | 1 | 101010 | 100110000 | 111 | 110110 |
Color Harmonies of #938292
Complementary color
Monochromatic Colors of #938292
Black with #938292
Text Example
Text Example
White with #938292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938292; }
p { color: rgb(147,130,146); }
H1.HeaderClassName
{
color: #938292;
}
.AnyTagClassName
{
color: #938292;
}
</style>
background-color css
<style>
a { background-color: #938292; }
a { background-color: rgb(147,130,146); }
div.DivClassName
{
background-color: #938292;
}
.BgClassName
{
background-color: #938292;
}
</style>
border-color css
<style>
span { border-color: #938292; }
span { border-color: rgb(147,130,146); }
td.TdClassName
{
border-color: #938292;
}
.TagClassName
{
border-color: #938292;
}
</style>