Shades of Taupe Grey #928290
Tints of Taupe Grey #928290
RGB
CMYK
RGB Variations
Color information
#928290 (or 0x928290) is known color: Taupe Grey. HEX triplet: 92, 82 and 90. RGB value is (146,130,144). Sum of RGB (Red+Green+Blue) = 146+130+144=420 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.76% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 146 - color contains mainly: red. Hex color #928290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928290 is #6D7D6F. Grayscale: #888888. Windows color (decimal): -7175536 or 9470610. OLE color: 9470610.
HSL color Cylindrical-coordinate representation of color #928290: hue angle of 307.5º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #928290 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 130 | 144 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.43 |
| HSL | 307.5º | 0.07% | 0.54% | - |
| HSV(B) | 307.5º | 0.11% | 0.57% | - |
| XYZ | 24.87 | 24.09 | 29.72 | - |
| YUV | 136.38 | 132.3 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 130 | 144 | 0 | 0.11 | 0.01 | 0.43 | 307.5 | 0.07 | 0.54 |
| Hex | 92 | 82 | 90 | 0 | B | 1 | 2B | 134 | 7 | 36 |
| Octal | 222 | 202 | 220 | 0 | 13 | 1 | 53 | 464 | 7 | 66 |
| Binary | 10010010 | 10000010 | 10010000 | 0 | 1011 | 1 | 101011 | 100110100 | 111 | 110110 |
Color Harmonies of #928290
Complementary color
Monochromatic Colors of #928290
Black with #928290
Text Example
Text Example
White with #928290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928290; }
p { color: rgb(146,130,144); }
H1.HeaderClassName
{
color: #928290;
}
.AnyTagClassName
{
color: #928290;
}
</style>
background-color css
<style>
a { background-color: #928290; }
a { background-color: rgb(146,130,144); }
div.DivClassName
{
background-color: #928290;
}
.BgClassName
{
background-color: #928290;
}
</style>
border-color css
<style>
span { border-color: #928290; }
span { border-color: rgb(146,130,144); }
td.TdClassName
{
border-color: #928290;
}
.TagClassName
{
border-color: #928290;
}
</style>