Shades of Taupe Grey #918E90
Tints of Taupe Grey #918E90
RGB
CMYK
RGB Variations
Color information
#918E90 (or 0x918E90) is known color: Taupe Grey. HEX triplet: 91, 8E and 90. RGB value is (145,142,144). Sum of RGB (Red+Green+Blue) = 145+142+144=431 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.64% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 145 - color contains mainly: red. Hex color #918E90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918E90 is #6E716F. Grayscale: #8F8F8F. Windows color (decimal): -7238000 or 9473681. OLE color: 9473681.
HSL color Cylindrical-coordinate representation of color #918E90: hue angle of 320º degrees, saturation: 0.01, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #918E90 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 142 | 144 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.43 |
| HSL | 320º | 0.01% | 0.56% | - |
| HSV(B) | 320º | 0.02% | 0.57% | - |
| XYZ | 26.38 | 27.38 | 30.28 | - |
| YUV | 143.13 | 128.49 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 142 | 144 | 0 | 0.02 | 0.01 | 0.43 | 320 | 0.01 | 0.56 |
| Hex | 91 | 8E | 90 | 0 | 2 | 1 | 2B | 140 | 1 | 38 |
| Octal | 221 | 216 | 220 | 0 | 2 | 1 | 53 | 500 | 1 | 70 |
| Binary | 10010001 | 10001110 | 10010000 | 0 | 10 | 1 | 101011 | 101000000 | 1 | 111000 |
Color Harmonies of #918E90
Complementary color
Monochromatic Colors of #918E90
Black with #918E90
Text Example
Text Example
White with #918E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918E90; }
p { color: rgb(145,142,144); }
H1.HeaderClassName
{
color: #918E90;
}
.AnyTagClassName
{
color: #918E90;
}
</style>
background-color css
<style>
a { background-color: #918E90; }
a { background-color: rgb(145,142,144); }
div.DivClassName
{
background-color: #918E90;
}
.BgClassName
{
background-color: #918E90;
}
</style>
border-color css
<style>
span { border-color: #918E90; }
span { border-color: rgb(145,142,144); }
td.TdClassName
{
border-color: #918E90;
}
.TagClassName
{
border-color: #918E90;
}
</style>