Shades of Taupe Grey #917C90
Tints of Taupe Grey #917C90
RGB
CMYK
RGB Variations
Color information
#917C90 (or 0x917C90) is known color: Taupe Grey. HEX triplet: 91, 7C and 90. RGB value is (145,124,144). Sum of RGB (Red+Green+Blue) = 145+124+144=413 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.11% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 145 - color contains mainly: red. Hex color #917C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917C90 is #6E836F. Grayscale: #848484. Windows color (decimal): -7242608 or 9469073. OLE color: 9469073.
HSL color Cylindrical-coordinate representation of color #917C90: hue angle of 302.86º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #917C90 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 124 | 144 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.43 |
| HSL | 302.86º | 0.09% | 0.53% | - |
| HSV(B) | 302.86º | 0.14% | 0.57% | - |
| XYZ | 23.92 | 22.45 | 29.46 | - |
| YUV | 132.56 | 134.46 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 124 | 144 | 0 | 0.14 | 0.01 | 0.43 | 302.86 | 0.09 | 0.53 |
| Hex | 91 | 7C | 90 | 0 | E | 1 | 2B | 12F | 9 | 35 |
| Octal | 221 | 174 | 220 | 0 | 16 | 1 | 53 | 457 | 11 | 65 |
| Binary | 10010001 | 1111100 | 10010000 | 0 | 1110 | 1 | 101011 | 100101111 | 1001 | 110101 |
Color Harmonies of #917C90
Complementary color
Monochromatic Colors of #917C90
Black with #917C90
Text Example
Text Example
White with #917C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917C90; }
p { color: rgb(145,124,144); }
H1.HeaderClassName
{
color: #917C90;
}
.AnyTagClassName
{
color: #917C90;
}
</style>
background-color css
<style>
a { background-color: #917C90; }
a { background-color: rgb(145,124,144); }
div.DivClassName
{
background-color: #917C90;
}
.BgClassName
{
background-color: #917C90;
}
</style>
border-color css
<style>
span { border-color: #917C90; }
span { border-color: rgb(145,124,144); }
td.TdClassName
{
border-color: #917C90;
}
.TagClassName
{
border-color: #917C90;
}
</style>