Shades of Taupe Grey #918990
Tints of Taupe Grey #918990
RGB
CMYK
RGB Variations
Color information
#918990 (or 0x918990) is known color: Taupe Grey. HEX triplet: 91, 89 and 90. RGB value is (145,137,144). Sum of RGB (Red+Green+Blue) = 145+137+144=426 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.04% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 145 - color contains mainly: red. Hex color #918990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918990 is #6E766F. Grayscale: #8C8C8C. Windows color (decimal): -7239280 or 9472401. OLE color: 9472401.
HSL color Cylindrical-coordinate representation of color #918990: hue angle of 307.5º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #918990 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 137 | 144 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.43 |
| HSL | 307.5º | 0.04% | 0.55% | - |
| HSV(B) | 307.5º | 0.06% | 0.57% | - |
| XYZ | 25.66 | 25.92 | 30.04 | - |
| YUV | 140.19 | 130.15 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 137 | 144 | 0 | 0.06 | 0.01 | 0.43 | 307.5 | 0.04 | 0.55 |
| Hex | 91 | 89 | 90 | 0 | 6 | 1 | 2B | 134 | 4 | 37 |
| Octal | 221 | 211 | 220 | 0 | 6 | 1 | 53 | 464 | 4 | 67 |
| Binary | 10010001 | 10001001 | 10010000 | 0 | 110 | 1 | 101011 | 100110100 | 100 | 110111 |
Color Harmonies of #918990
Complementary color
Monochromatic Colors of #918990
Black with #918990
Text Example
Text Example
White with #918990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918990; }
p { color: rgb(145,137,144); }
H1.HeaderClassName
{
color: #918990;
}
.AnyTagClassName
{
color: #918990;
}
</style>
background-color css
<style>
a { background-color: #918990; }
a { background-color: rgb(145,137,144); }
div.DivClassName
{
background-color: #918990;
}
.BgClassName
{
background-color: #918990;
}
</style>
border-color css
<style>
span { border-color: #918990; }
span { border-color: rgb(145,137,144); }
td.TdClassName
{
border-color: #918990;
}
.TagClassName
{
border-color: #918990;
}
</style>