Shades of Taupe Grey #92888F
Tints of Taupe Grey #92888F
RGB
CMYK
RGB Variations
Color information
#92888F (or 0x92888F) is known color: Taupe Grey. HEX triplet: 92, 88 and 8F. RGB value is (146,136,143). Sum of RGB (Red+Green+Blue) = 146+136+143=425 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.35% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 146 - color contains mainly: red. Hex color #92888F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92888F is #6D7770. Grayscale: #8B8B8B. Windows color (decimal): -7174001 or 9406610. OLE color: 9406610.
HSL color Cylindrical-coordinate representation of color #92888F: hue angle of 318º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #92888F is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 136 | 143 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.43 |
| HSL | 318º | 0.04% | 0.55% | - |
| HSV(B) | 318º | 0.07% | 0.57% | - |
| XYZ | 25.62 | 25.7 | 29.6 | - |
| YUV | 139.79 | 129.81 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 136 | 143 | 0 | 0.07 | 0.02 | 0.43 | 318 | 0.04 | 0.55 |
| Hex | 92 | 88 | 8F | 0 | 7 | 2 | 2B | 13E | 4 | 37 |
| Octal | 222 | 210 | 217 | 0 | 7 | 2 | 53 | 476 | 4 | 67 |
| Binary | 10010010 | 10001000 | 10001111 | 0 | 111 | 10 | 101011 | 100111110 | 100 | 110111 |
Color Harmonies of #92888F
Complementary color
Monochromatic Colors of #92888F
Black with #92888F
Text Example
Text Example
White with #92888F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92888F; }
p { color: rgb(146,136,143); }
H1.HeaderClassName
{
color: #92888F;
}
.AnyTagClassName
{
color: #92888F;
}
</style>
background-color css
<style>
a { background-color: #92888F; }
a { background-color: rgb(146,136,143); }
div.DivClassName
{
background-color: #92888F;
}
.BgClassName
{
background-color: #92888F;
}
</style>
border-color css
<style>
span { border-color: #92888F; }
span { border-color: rgb(146,136,143); }
td.TdClassName
{
border-color: #92888F;
}
.TagClassName
{
border-color: #92888F;
}
</style>