Shades of Taupe Grey #917D90
Tints of Taupe Grey #917D90
RGB
CMYK
RGB Variations
Color information
#917D90 (or 0x917D90) is known color: Taupe Grey. HEX triplet: 91, 7D and 90. RGB value is (145,125,144). Sum of RGB (Red+Green+Blue) = 145+125+144=414 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.02% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 145 - color contains mainly: red. Hex color #917D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917D90 is #6E826F. Grayscale: #858585. Windows color (decimal): -7242352 or 9469329. OLE color: 9469329.
HSL color Cylindrical-coordinate representation of color #917D90: hue angle of 303º degrees, saturation: 0.08, 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 #917D90 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 125 | 144 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.43 |
| HSL | 303º | 0.08% | 0.53% | - |
| HSV(B) | 303º | 0.14% | 0.57% | - |
| XYZ | 24.04 | 22.7 | 29.5 | - |
| YUV | 133.15 | 134.13 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 125 | 144 | 0 | 0.14 | 0.01 | 0.43 | 303 | 0.08 | 0.53 |
| Hex | 91 | 7D | 90 | 0 | E | 1 | 2B | 12F | 8 | 35 |
| Octal | 221 | 175 | 220 | 0 | 16 | 1 | 53 | 457 | 10 | 65 |
| Binary | 10010001 | 1111101 | 10010000 | 0 | 1110 | 1 | 101011 | 100101111 | 1000 | 110101 |
Color Harmonies of #917D90
Complementary color
Monochromatic Colors of #917D90
Black with #917D90
Text Example
Text Example
White with #917D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917D90; }
p { color: rgb(145,125,144); }
H1.HeaderClassName
{
color: #917D90;
}
.AnyTagClassName
{
color: #917D90;
}
</style>
background-color css
<style>
a { background-color: #917D90; }
a { background-color: rgb(145,125,144); }
div.DivClassName
{
background-color: #917D90;
}
.BgClassName
{
background-color: #917D90;
}
</style>
border-color css
<style>
span { border-color: #917D90; }
span { border-color: rgb(145,125,144); }
td.TdClassName
{
border-color: #917D90;
}
.TagClassName
{
border-color: #917D90;
}
</style>