Shades of Taupe Grey #918A90
Tints of Taupe Grey #918A90
RGB
CMYK
RGB Variations
Color information
#918A90 (or 0x918A90) is known color: Taupe Grey. HEX triplet: 91, 8A and 90. RGB value is (145,138,144). Sum of RGB (Red+Green+Blue) = 145+138+144=427 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.96% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 145 - color contains mainly: red. Hex color #918A90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918A90 is #6E756F. Grayscale: #8C8C8C. Windows color (decimal): -7239024 or 9472657. OLE color: 9472657.
HSL color Cylindrical-coordinate representation of color #918A90: hue angle of 308.57º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #918A90 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 138 | 144 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.43 |
| HSL | 308.57º | 0.03% | 0.55% | - |
| HSV(B) | 308.57º | 0.05% | 0.57% | - |
| XYZ | 25.8 | 26.21 | 30.08 | - |
| YUV | 140.78 | 129.82 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 144 | 0 | 0.05 | 0.01 | 0.43 | 308.57 | 0.03 | 0.55 |
| Hex | 91 | 8A | 90 | 0 | 5 | 1 | 2B | 135 | 3 | 37 |
| Octal | 221 | 212 | 220 | 0 | 5 | 1 | 53 | 465 | 3 | 67 |
| Binary | 10010001 | 10001010 | 10010000 | 0 | 101 | 1 | 101011 | 100110101 | 11 | 110111 |
Color Harmonies of #918A90
Complementary color
Monochromatic Colors of #918A90
Black with #918A90
Text Example
Text Example
White with #918A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918A90; }
p { color: rgb(145,138,144); }
H1.HeaderClassName
{
color: #918A90;
}
.AnyTagClassName
{
color: #918A90;
}
</style>
background-color css
<style>
a { background-color: #918A90; }
a { background-color: rgb(145,138,144); }
div.DivClassName
{
background-color: #918A90;
}
.BgClassName
{
background-color: #918A90;
}
</style>
border-color css
<style>
span { border-color: #918A90; }
span { border-color: rgb(145,138,144); }
td.TdClassName
{
border-color: #918A90;
}
.TagClassName
{
border-color: #918A90;
}
</style>