Shades of Taupe Grey #928590
Tints of Taupe Grey #928590
RGB
CMYK
RGB Variations
Color information
#928590 (or 0x928590) is known color: Taupe Grey. HEX triplet: 92, 85 and 90. RGB value is (146,133,144). Sum of RGB (Red+Green+Blue) = 146+133+144=423 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.52% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 146 - color contains mainly: red. Hex color #928590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928590 is #6D7A6F. Grayscale: #8A8A8A. Windows color (decimal): -7174768 or 9471378. OLE color: 9471378.
HSL color Cylindrical-coordinate representation of color #928590: hue angle of 309.23º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #928590 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 133 | 144 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.43 |
| HSL | 309.23º | 0.06% | 0.55% | - |
| HSV(B) | 309.23º | 0.09% | 0.57% | - |
| XYZ | 25.28 | 24.9 | 29.86 | - |
| YUV | 138.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 133 | 144 | 0 | 0.09 | 0.01 | 0.43 | 309.23 | 0.06 | 0.55 |
| Hex | 92 | 85 | 90 | 0 | 9 | 1 | 2B | 135 | 6 | 37 |
| Octal | 222 | 205 | 220 | 0 | 11 | 1 | 53 | 465 | 6 | 67 |
| Binary | 10010010 | 10000101 | 10010000 | 0 | 1001 | 1 | 101011 | 100110101 | 110 | 110111 |
Color Harmonies of #928590
Complementary color
Monochromatic Colors of #928590
Black with #928590
Text Example
Text Example
White with #928590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928590; }
p { color: rgb(146,133,144); }
H1.HeaderClassName
{
color: #928590;
}
.AnyTagClassName
{
color: #928590;
}
</style>
background-color css
<style>
a { background-color: #928590; }
a { background-color: rgb(146,133,144); }
div.DivClassName
{
background-color: #928590;
}
.BgClassName
{
background-color: #928590;
}
</style>
border-color css
<style>
span { border-color: #928590; }
span { border-color: rgb(146,133,144); }
td.TdClassName
{
border-color: #928590;
}
.TagClassName
{
border-color: #928590;
}
</style>