Shades of Taupe Grey #92828E
Tints of Taupe Grey #92828E
RGB
CMYK
RGB Variations
Color information
#92828E (or 0x92828E) is known color: Taupe Grey. HEX triplet: 92, 82 and 8E. RGB value is (146,130,142). Sum of RGB (Red+Green+Blue) = 146+130+142=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 146 - color contains mainly: red. Hex color #92828E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92828E is #6D7D71. Grayscale: #888888. Windows color (decimal): -7175538 or 9339538. OLE color: 9339538.
HSL color Cylindrical-coordinate representation of color #92828E: hue angle of 315º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #92828E is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 130 | 142 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.43 |
| HSL | 315º | 0.07% | 0.54% | - |
| HSV(B) | 315º | 0.11% | 0.57% | - |
| XYZ | 24.72 | 24.03 | 28.93 | - |
| YUV | 136.15 | 131.3 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 130 | 142 | 0 | 0.11 | 0.03 | 0.43 | 315 | 0.07 | 0.54 |
| Hex | 92 | 82 | 8E | 0 | B | 3 | 2B | 13B | 7 | 36 |
| Octal | 222 | 202 | 216 | 0 | 13 | 3 | 53 | 473 | 7 | 66 |
| Binary | 10010010 | 10000010 | 10001110 | 0 | 1011 | 11 | 101011 | 100111011 | 111 | 110110 |
Color Harmonies of #92828E
Complementary color
Monochromatic Colors of #92828E
Black with #92828E
Text Example
Text Example
White with #92828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92828E; }
p { color: rgb(146,130,142); }
H1.HeaderClassName
{
color: #92828E;
}
.AnyTagClassName
{
color: #92828E;
}
</style>
background-color css
<style>
a { background-color: #92828E; }
a { background-color: rgb(146,130,142); }
div.DivClassName
{
background-color: #92828E;
}
.BgClassName
{
background-color: #92828E;
}
</style>
border-color css
<style>
span { border-color: #92828E; }
span { border-color: rgb(146,130,142); }
td.TdClassName
{
border-color: #92828E;
}
.TagClassName
{
border-color: #92828E;
}
</style>