Shades of Taupe Grey #92828F
Tints of Taupe Grey #92828F
RGB
CMYK
RGB Variations
Color information
#92828F (or 0x92828F) is known color: Taupe Grey. HEX triplet: 92, 82 and 8F. RGB value is (146,130,143). Sum of RGB (Red+Green+Blue) = 146+130+143=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 146 - color contains mainly: red. Hex color #92828F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92828F is #6D7D70. Grayscale: #888888. Windows color (decimal): -7175537 or 9405074. OLE color: 9405074.
HSL color Cylindrical-coordinate representation of color #92828F: hue angle of 311.25º 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 #92828F is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 130 | 143 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.43 |
| HSL | 311.25º | 0.07% | 0.54% | - |
| HSV(B) | 311.25º | 0.11% | 0.57% | - |
| XYZ | 24.79 | 24.06 | 29.32 | - |
| YUV | 136.27 | 131.8 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 130 | 143 | 0 | 0.11 | 0.02 | 0.43 | 311.25 | 0.07 | 0.54 |
| Hex | 92 | 82 | 8F | 0 | B | 2 | 2B | 137 | 7 | 36 |
| Octal | 222 | 202 | 217 | 0 | 13 | 2 | 53 | 467 | 7 | 66 |
| Binary | 10010010 | 10000010 | 10001111 | 0 | 1011 | 10 | 101011 | 100110111 | 111 | 110110 |
Color Harmonies of #92828F
Complementary color
Monochromatic Colors of #92828F
Black with #92828F
Text Example
Text Example
White with #92828F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92828F; }
p { color: rgb(146,130,143); }
H1.HeaderClassName
{
color: #92828F;
}
.AnyTagClassName
{
color: #92828F;
}
</style>
background-color css
<style>
a { background-color: #92828F; }
a { background-color: rgb(146,130,143); }
div.DivClassName
{
background-color: #92828F;
}
.BgClassName
{
background-color: #92828F;
}
</style>
border-color css
<style>
span { border-color: #92828F; }
span { border-color: rgb(146,130,143); }
td.TdClassName
{
border-color: #92828F;
}
.TagClassName
{
border-color: #92828F;
}
</style>