Shades of Taupe Grey #918390
Tints of Taupe Grey #918390
RGB
CMYK
RGB Variations
Color information
#918390 (or 0x918390) is known color: Taupe Grey. HEX triplet: 91, 83 and 90. RGB value is (145,131,144). Sum of RGB (Red+Green+Blue) = 145+131+144=420 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.52% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 145 - color contains mainly: red. Hex color #918390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918390 is #6E7C6F. Grayscale: #888888. Windows color (decimal): -7240816 or 9470865. OLE color: 9470865.
HSL color Cylindrical-coordinate representation of color #918390: hue angle of 304.29º 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 #918390 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 131 | 144 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.43 |
| HSL | 304.29º | 0.06% | 0.54% | - |
| HSV(B) | 304.29º | 0.1% | 0.57% | - |
| XYZ | 24.83 | 24.27 | 29.76 | - |
| YUV | 136.67 | 132.14 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 131 | 144 | 0 | 0.10 | 0.01 | 0.43 | 304.29 | 0.06 | 0.54 |
| Hex | 91 | 83 | 90 | 0 | A | 1 | 2B | 130 | 6 | 36 |
| Octal | 221 | 203 | 220 | 0 | 12 | 1 | 53 | 460 | 6 | 66 |
| Binary | 10010001 | 10000011 | 10010000 | 0 | 1010 | 1 | 101011 | 100110000 | 110 | 110110 |
Color Harmonies of #918390
Complementary color
Monochromatic Colors of #918390
Black with #918390
Text Example
Text Example
White with #918390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918390; }
p { color: rgb(145,131,144); }
H1.HeaderClassName
{
color: #918390;
}
.AnyTagClassName
{
color: #918390;
}
</style>
background-color css
<style>
a { background-color: #918390; }
a { background-color: rgb(145,131,144); }
div.DivClassName
{
background-color: #918390;
}
.BgClassName
{
background-color: #918390;
}
</style>
border-color css
<style>
span { border-color: #918390; }
span { border-color: rgb(145,131,144); }
td.TdClassName
{
border-color: #918390;
}
.TagClassName
{
border-color: #918390;
}
</style>