Shades of Taupe Grey #928490
Tints of Taupe Grey #928490
RGB
CMYK
RGB Variations
Color information
#928490 (or 0x928490) is known color: Taupe Grey. HEX triplet: 92, 84 and 90. RGB value is (146,132,144). Sum of RGB (Red+Green+Blue) = 146+132+144=422 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.60% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 146 - color contains mainly: red. Hex color #928490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928490 is #6D7B6F. Grayscale: #898989. Windows color (decimal): -7175024 or 9471122. OLE color: 9471122.
HSL color Cylindrical-coordinate representation of color #928490: hue angle of 308.57º 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 #928490 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 132 | 144 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.43 |
| HSL | 308.57º | 0.06% | 0.55% | - |
| HSV(B) | 308.57º | 0.1% | 0.57% | - |
| XYZ | 25.14 | 24.63 | 29.81 | - |
| YUV | 137.55 | 131.64 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 132 | 144 | 0 | 0.10 | 0.01 | 0.43 | 308.57 | 0.06 | 0.55 |
| Hex | 92 | 84 | 90 | 0 | A | 1 | 2B | 135 | 6 | 37 |
| Octal | 222 | 204 | 220 | 0 | 12 | 1 | 53 | 465 | 6 | 67 |
| Binary | 10010010 | 10000100 | 10010000 | 0 | 1010 | 1 | 101011 | 100110101 | 110 | 110111 |
Color Harmonies of #928490
Complementary color
Monochromatic Colors of #928490
Black with #928490
Text Example
Text Example
White with #928490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928490; }
p { color: rgb(146,132,144); }
H1.HeaderClassName
{
color: #928490;
}
.AnyTagClassName
{
color: #928490;
}
</style>
background-color css
<style>
a { background-color: #928490; }
a { background-color: rgb(146,132,144); }
div.DivClassName
{
background-color: #928490;
}
.BgClassName
{
background-color: #928490;
}
</style>
border-color css
<style>
span { border-color: #928490; }
span { border-color: rgb(146,132,144); }
td.TdClassName
{
border-color: #928490;
}
.TagClassName
{
border-color: #928490;
}
</style>