Shades of Taupe Grey #92848C
Tints of Taupe Grey #92848C
RGB
CMYK
RGB Variations
Color information
#92848C (or 0x92848C) is known color: Taupe Grey. HEX triplet: 92, 84 and 8C. RGB value is (146,132,140). Sum of RGB (Red+Green+Blue) = 146+132+140=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 146 - color contains mainly: red. Hex color #92848C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92848C is #6D7B73. Grayscale: #898989. Windows color (decimal): -7175028 or 9208978. OLE color: 9208978.
HSL color Cylindrical-coordinate representation of color #92848C: hue angle of 325.71º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #92848C is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 132 | 140 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.43 |
| HSL | 325.71º | 0.06% | 0.55% | - |
| HSV(B) | 325.71º | 0.1% | 0.57% | - |
| XYZ | 24.84 | 24.51 | 28.23 | - |
| YUV | 137.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 132 | 140 | 0 | 0.10 | 0.04 | 0.43 | 325.71 | 0.06 | 0.55 |
| Hex | 92 | 84 | 8C | 0 | A | 4 | 2B | 146 | 6 | 37 |
| Octal | 222 | 204 | 214 | 0 | 12 | 4 | 53 | 506 | 6 | 67 |
| Binary | 10010010 | 10000100 | 10001100 | 0 | 1010 | 100 | 101011 | 101000110 | 110 | 110111 |
Color Harmonies of #92848C
Complementary color
Monochromatic Colors of #92848C
Black with #92848C
Text Example
Text Example
White with #92848C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92848C; }
p { color: rgb(146,132,140); }
H1.HeaderClassName
{
color: #92848C;
}
.AnyTagClassName
{
color: #92848C;
}
</style>
background-color css
<style>
a { background-color: #92848C; }
a { background-color: rgb(146,132,140); }
div.DivClassName
{
background-color: #92848C;
}
.BgClassName
{
background-color: #92848C;
}
</style>
border-color css
<style>
span { border-color: #92848C; }
span { border-color: rgb(146,132,140); }
td.TdClassName
{
border-color: #92848C;
}
.TagClassName
{
border-color: #92848C;
}
</style>