Shades of Taupe Grey #92818E
Tints of Taupe Grey #92818E
RGB
CMYK
RGB Variations
Color information
#92818E (or 0x92818E) is known color: Taupe Grey. HEX triplet: 92, 81 and 8E. RGB value is (146,129,142). Sum of RGB (Red+Green+Blue) = 146+129+142=417 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.01% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 146 - color contains mainly: red. Hex color #92818E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92818E is #6D7E71. Grayscale: #878787. Windows color (decimal): -7175794 or 9339282. OLE color: 9339282.
HSL color Cylindrical-coordinate representation of color #92818E: hue angle of 314.12º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #92818E is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 129 | 142 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.43 |
| HSL | 314.12º | 0.07% | 0.54% | - |
| HSV(B) | 314.12º | 0.12% | 0.57% | - |
| XYZ | 24.59 | 23.76 | 28.88 | - |
| YUV | 135.57 | 131.63 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 129 | 142 | 0 | 0.12 | 0.03 | 0.43 | 314.12 | 0.07 | 0.54 |
| Hex | 92 | 81 | 8E | 0 | C | 3 | 2B | 13A | 7 | 36 |
| Octal | 222 | 201 | 216 | 0 | 14 | 3 | 53 | 472 | 7 | 66 |
| Binary | 10010010 | 10000001 | 10001110 | 0 | 1100 | 11 | 101011 | 100111010 | 111 | 110110 |
Color Harmonies of #92818E
Complementary color
Monochromatic Colors of #92818E
Black with #92818E
Text Example
Text Example
White with #92818E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92818E; }
p { color: rgb(146,129,142); }
H1.HeaderClassName
{
color: #92818E;
}
.AnyTagClassName
{
color: #92818E;
}
</style>
background-color css
<style>
a { background-color: #92818E; }
a { background-color: rgb(146,129,142); }
div.DivClassName
{
background-color: #92818E;
}
.BgClassName
{
background-color: #92818E;
}
</style>
border-color css
<style>
span { border-color: #92818E; }
span { border-color: rgb(146,129,142); }
td.TdClassName
{
border-color: #92818E;
}
.TagClassName
{
border-color: #92818E;
}
</style>