Shades of Taupe Grey #918290
Tints of Taupe Grey #918290
RGB
CMYK
RGB Variations
Color information
#918290 (or 0x918290) is known color: Taupe Grey. HEX triplet: 91, 82 and 90. RGB value is (145,130,144). Sum of RGB (Red+Green+Blue) = 145+130+144=419 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.61% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 145 - color contains mainly: red. Hex color #918290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918290 is #6E7D6F. Grayscale: #888888. Windows color (decimal): -7241072 or 9470609. OLE color: 9470609.
HSL color Cylindrical-coordinate representation of color #918290: hue angle of 304º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #918290 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 130 | 144 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.43 |
| HSL | 304º | 0.06% | 0.54% | - |
| HSV(B) | 304º | 0.1% | 0.57% | - |
| XYZ | 24.69 | 24 | 29.72 | - |
| YUV | 136.08 | 132.47 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 130 | 144 | 0 | 0.10 | 0.01 | 0.43 | 304 | 0.06 | 0.54 |
| Hex | 91 | 82 | 90 | 0 | A | 1 | 2B | 130 | 6 | 36 |
| Octal | 221 | 202 | 220 | 0 | 12 | 1 | 53 | 460 | 6 | 66 |
| Binary | 10010001 | 10000010 | 10010000 | 0 | 1010 | 1 | 101011 | 100110000 | 110 | 110110 |
Color Harmonies of #918290
Complementary color
Monochromatic Colors of #918290
Black with #918290
Text Example
Text Example
White with #918290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918290; }
p { color: rgb(145,130,144); }
H1.HeaderClassName
{
color: #918290;
}
.AnyTagClassName
{
color: #918290;
}
</style>
background-color css
<style>
a { background-color: #918290; }
a { background-color: rgb(145,130,144); }
div.DivClassName
{
background-color: #918290;
}
.BgClassName
{
background-color: #918290;
}
</style>
border-color css
<style>
span { border-color: #918290; }
span { border-color: rgb(145,130,144); }
td.TdClassName
{
border-color: #918290;
}
.TagClassName
{
border-color: #918290;
}
</style>