Shades of Taupe Grey #92898F
Tints of Taupe Grey #92898F
RGB
CMYK
RGB Variations
Color information
#92898F (or 0x92898F) is known color: Taupe Grey. HEX triplet: 92, 89 and 8F. RGB value is (146,137,143). Sum of RGB (Red+Green+Blue) = 146+137+143=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 146 - color contains mainly: red. Hex color #92898F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92898F is #6D7670. Grayscale: #8C8C8C. Windows color (decimal): -7173745 or 9406866. OLE color: 9406866.
HSL color Cylindrical-coordinate representation of color #92898F: hue angle of 320º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #92898F is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 137 | 143 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.43 |
| HSL | 320º | 0.04% | 0.55% | - |
| HSV(B) | 320º | 0.06% | 0.57% | - |
| XYZ | 25.76 | 25.99 | 29.64 | - |
| YUV | 140.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 137 | 143 | 0 | 0.06 | 0.02 | 0.43 | 320 | 0.04 | 0.55 |
| Hex | 92 | 89 | 8F | 0 | 6 | 2 | 2B | 140 | 4 | 37 |
| Octal | 222 | 211 | 217 | 0 | 6 | 2 | 53 | 500 | 4 | 67 |
| Binary | 10010010 | 10001001 | 10001111 | 0 | 110 | 10 | 101011 | 101000000 | 100 | 110111 |
Color Harmonies of #92898F
Complementary color
Monochromatic Colors of #92898F
Black with #92898F
Text Example
Text Example
White with #92898F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92898F; }
p { color: rgb(146,137,143); }
H1.HeaderClassName
{
color: #92898F;
}
.AnyTagClassName
{
color: #92898F;
}
</style>
background-color css
<style>
a { background-color: #92898F; }
a { background-color: rgb(146,137,143); }
div.DivClassName
{
background-color: #92898F;
}
.BgClassName
{
background-color: #92898F;
}
</style>
border-color css
<style>
span { border-color: #92898F; }
span { border-color: rgb(146,137,143); }
td.TdClassName
{
border-color: #92898F;
}
.TagClassName
{
border-color: #92898F;
}
</style>