Shades of Taupe Grey #917A90
Tints of Taupe Grey #917A90
RGB
CMYK
RGB Variations
Color information
#917A90 (or 0x917A90) is known color: Taupe Grey. HEX triplet: 91, 7A and 90. RGB value is (145,122,144). Sum of RGB (Red+Green+Blue) = 145+122+144=411 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.28% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 145 - color contains mainly: red. Hex color #917A90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917A90 is #6E856F. Grayscale: #838383. Windows color (decimal): -7243120 or 9468561. OLE color: 9468561.
HSL color Cylindrical-coordinate representation of color #917A90: hue angle of 302.61º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #917A90 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 122 | 144 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.43 |
| HSL | 302.61º | 0.09% | 0.52% | - |
| HSV(B) | 302.61º | 0.16% | 0.57% | - |
| XYZ | 23.67 | 21.95 | 29.38 | - |
| YUV | 131.39 | 135.12 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 122 | 144 | 0 | 0.16 | 0.01 | 0.43 | 302.61 | 0.09 | 0.52 |
| Hex | 91 | 7A | 90 | 0 | 10 | 1 | 2B | 12F | 9 | 34 |
| Octal | 221 | 172 | 220 | 0 | 20 | 1 | 53 | 457 | 11 | 64 |
| Binary | 10010001 | 1111010 | 10010000 | 0 | 10000 | 1 | 101011 | 100101111 | 1001 | 110100 |
Color Harmonies of #917A90
Complementary color
Monochromatic Colors of #917A90
Black with #917A90
Text Example
Text Example
White with #917A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917A90; }
p { color: rgb(145,122,144); }
H1.HeaderClassName
{
color: #917A90;
}
.AnyTagClassName
{
color: #917A90;
}
</style>
background-color css
<style>
a { background-color: #917A90; }
a { background-color: rgb(145,122,144); }
div.DivClassName
{
background-color: #917A90;
}
.BgClassName
{
background-color: #917A90;
}
</style>
border-color css
<style>
span { border-color: #917A90; }
span { border-color: rgb(145,122,144); }
td.TdClassName
{
border-color: #917A90;
}
.TagClassName
{
border-color: #917A90;
}
</style>