Shades of Taupe Grey #92878D
Tints of Taupe Grey #92878D
RGB
CMYK
RGB Variations
Color information
#92878D (or 0x92878D) is known color: Taupe Grey. HEX triplet: 92, 87 and 8D. RGB value is (146,135,141). Sum of RGB (Red+Green+Blue) = 146+135+141=422 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.60% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 146 - color contains mainly: red. Hex color #92878D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92878D is #6D7872. Grayscale: #8A8A8A. Windows color (decimal): -7174259 or 9275282. OLE color: 9275282.
HSL color Cylindrical-coordinate representation of color #92878D: hue angle of 327.27º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #92878D is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 135 | 141 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.43 |
| HSL | 327.27º | 0.05% | 0.55% | - |
| HSV(B) | 327.27º | 0.08% | 0.57% | - |
| XYZ | 25.33 | 25.36 | 28.76 | - |
| YUV | 138.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 135 | 141 | 0 | 0.08 | 0.03 | 0.43 | 327.27 | 0.05 | 0.55 |
| Hex | 92 | 87 | 8D | 0 | 8 | 3 | 2B | 147 | 5 | 37 |
| Octal | 222 | 207 | 215 | 0 | 10 | 3 | 53 | 507 | 5 | 67 |
| Binary | 10010010 | 10000111 | 10001101 | 0 | 1000 | 11 | 101011 | 101000111 | 101 | 110111 |
Color Harmonies of #92878D
Complementary color
Monochromatic Colors of #92878D
Black with #92878D
Text Example
Text Example
White with #92878D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92878D; }
p { color: rgb(146,135,141); }
H1.HeaderClassName
{
color: #92878D;
}
.AnyTagClassName
{
color: #92878D;
}
</style>
background-color css
<style>
a { background-color: #92878D; }
a { background-color: rgb(146,135,141); }
div.DivClassName
{
background-color: #92878D;
}
.BgClassName
{
background-color: #92878D;
}
</style>
border-color css
<style>
span { border-color: #92878D; }
span { border-color: rgb(146,135,141); }
td.TdClassName
{
border-color: #92878D;
}
.TagClassName
{
border-color: #92878D;
}
</style>