Shades of Taupe Grey #918C90
Tints of Taupe Grey #918C90
RGB
CMYK
RGB Variations
Color information
#918C90 (or 0x918C90) is known color: Taupe Grey. HEX triplet: 91, 8C and 90. RGB value is (145,140,144). Sum of RGB (Red+Green+Blue) = 145+140+144=429 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.80% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 145 - color contains mainly: red. Hex color #918C90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918C90 is #6E736F. Grayscale: #8D8D8D. Windows color (decimal): -7238512 or 9473169. OLE color: 9473169.
HSL color Cylindrical-coordinate representation of color #918C90: hue angle of 312º degrees, saturation: 0.02, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #918C90 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 140 | 144 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.43 |
| HSL | 312º | 0.02% | 0.56% | - |
| HSV(B) | 312º | 0.03% | 0.57% | - |
| XYZ | 26.09 | 26.79 | 30.18 | - |
| YUV | 141.95 | 129.16 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 140 | 144 | 0 | 0.03 | 0.01 | 0.43 | 312 | 0.02 | 0.56 |
| Hex | 91 | 8C | 90 | 0 | 3 | 1 | 2B | 138 | 2 | 38 |
| Octal | 221 | 214 | 220 | 0 | 3 | 1 | 53 | 470 | 2 | 70 |
| Binary | 10010001 | 10001100 | 10010000 | 0 | 11 | 1 | 101011 | 100111000 | 10 | 111000 |
Color Harmonies of #918C90
Complementary color
Monochromatic Colors of #918C90
Black with #918C90
Text Example
Text Example
White with #918C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918C90; }
p { color: rgb(145,140,144); }
H1.HeaderClassName
{
color: #918C90;
}
.AnyTagClassName
{
color: #918C90;
}
</style>
background-color css
<style>
a { background-color: #918C90; }
a { background-color: rgb(145,140,144); }
div.DivClassName
{
background-color: #918C90;
}
.BgClassName
{
background-color: #918C90;
}
</style>
border-color css
<style>
span { border-color: #918C90; }
span { border-color: rgb(145,140,144); }
td.TdClassName
{
border-color: #918C90;
}
.TagClassName
{
border-color: #918C90;
}
</style>