Shades of Taupe Grey #92838E
Tints of Taupe Grey #92838E
RGB
CMYK
RGB Variations
Color information
#92838E (or 0x92838E) is known color: Taupe Grey. HEX triplet: 92, 83 and 8E. RGB value is (146,131,142). Sum of RGB (Red+Green+Blue) = 146+131+142=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 146 - color contains mainly: red. Hex color #92838E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92838E is #6D7C71. Grayscale: #888888. Windows color (decimal): -7175282 or 9339794. OLE color: 9339794.
HSL color Cylindrical-coordinate representation of color #92838E: hue angle of 316º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #92838E is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 131 | 142 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.43 |
| HSL | 316º | 0.06% | 0.54% | - |
| HSV(B) | 316º | 0.1% | 0.57% | - |
| XYZ | 24.85 | 24.3 | 28.97 | - |
| YUV | 136.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 131 | 142 | 0 | 0.10 | 0.03 | 0.43 | 316 | 0.06 | 0.54 |
| Hex | 92 | 83 | 8E | 0 | A | 3 | 2B | 13C | 6 | 36 |
| Octal | 222 | 203 | 216 | 0 | 12 | 3 | 53 | 474 | 6 | 66 |
| Binary | 10010010 | 10000011 | 10001110 | 0 | 1010 | 11 | 101011 | 100111100 | 110 | 110110 |
Color Harmonies of #92838E
Complementary color
Monochromatic Colors of #92838E
Black with #92838E
Text Example
Text Example
White with #92838E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92838E; }
p { color: rgb(146,131,142); }
H1.HeaderClassName
{
color: #92838E;
}
.AnyTagClassName
{
color: #92838E;
}
</style>
background-color css
<style>
a { background-color: #92838E; }
a { background-color: rgb(146,131,142); }
div.DivClassName
{
background-color: #92838E;
}
.BgClassName
{
background-color: #92838E;
}
</style>
border-color css
<style>
span { border-color: #92838E; }
span { border-color: rgb(146,131,142); }
td.TdClassName
{
border-color: #92838E;
}
.TagClassName
{
border-color: #92838E;
}
</style>