Shades of Taupe Grey #928190
Tints of Taupe Grey #928190
RGB
CMYK
RGB Variations
Color information
#928190 (or 0x928190) is known color: Taupe Grey. HEX triplet: 92, 81 and 90. RGB value is (146,129,144). Sum of RGB (Red+Green+Blue) = 146+129+144=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 146 - color contains mainly: red. Hex color #928190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928190 is #6D7E6F. Grayscale: #878787. Windows color (decimal): -7175792 or 9470354. OLE color: 9470354.
HSL color Cylindrical-coordinate representation of color #928190: hue angle of 307.06º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #928190 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 129 | 144 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.43 |
| HSL | 307.06º | 0.07% | 0.54% | - |
| HSV(B) | 307.06º | 0.12% | 0.57% | - |
| XYZ | 24.74 | 23.83 | 29.68 | - |
| YUV | 135.79 | 132.63 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 129 | 144 | 0 | 0.12 | 0.01 | 0.43 | 307.06 | 0.07 | 0.54 |
| Hex | 92 | 81 | 90 | 0 | C | 1 | 2B | 133 | 7 | 36 |
| Octal | 222 | 201 | 220 | 0 | 14 | 1 | 53 | 463 | 7 | 66 |
| Binary | 10010010 | 10000001 | 10010000 | 0 | 1100 | 1 | 101011 | 100110011 | 111 | 110110 |
Color Harmonies of #928190
Complementary color
Monochromatic Colors of #928190
Black with #928190
Text Example
Text Example
White with #928190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928190; }
p { color: rgb(146,129,144); }
H1.HeaderClassName
{
color: #928190;
}
.AnyTagClassName
{
color: #928190;
}
</style>
background-color css
<style>
a { background-color: #928190; }
a { background-color: rgb(146,129,144); }
div.DivClassName
{
background-color: #928190;
}
.BgClassName
{
background-color: #928190;
}
</style>
border-color css
<style>
span { border-color: #928190; }
span { border-color: rgb(146,129,144); }
td.TdClassName
{
border-color: #928190;
}
.TagClassName
{
border-color: #928190;
}
</style>