Shades of Taupe Grey #917A91
Tints of Taupe Grey #917A91
RGB
CMYK
RGB Variations
Color information
#917A91 (or 0x917A91) is known color: Taupe Grey. HEX triplet: 91, 7A and 91. RGB value is (145,122,145). Sum of RGB (Red+Green+Blue) = 145+122+145=412 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.19% from 412); Green value is 122 (48.05% from 255 or 29.61% from 412); Blue value is 145 (57.03% from 255 or 35.19% from 412); Max value from RGB is 145 - color contains mainly: red, blue. Hex color #917A91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917A91 is #6E856E. Grayscale: #838383. Windows color (decimal): -7243119 or 9534097. OLE color: 9534097.
HSL color Cylindrical-coordinate representation of color #917A91: hue angle of 300º 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 #917A91 is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 122 | 145 | - |
| CMYK | 0 | 0.16 | 0 | 0.43 |
| HSL | 300º | 0.09% | 0.52% | - |
| HSV(B) | 300º | 0.16% | 0.57% | - |
| XYZ | 23.75 | 21.98 | 29.78 | - |
| YUV | 131.5 | 135.62 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 122 | 145 | 0 | 0.16 | 0 | 0.43 | 300 | 0.09 | 0.52 |
| Hex | 91 | 7A | 91 | 0 | 10 | 0 | 2B | 12C | 9 | 34 |
| Octal | 221 | 172 | 221 | 0 | 20 | 0 | 53 | 454 | 11 | 64 |
| Binary | 10010001 | 1111010 | 10010001 | 0 | 10000 | 0 | 101011 | 100101100 | 1001 | 110100 |
Color Harmonies of #917A91
Complementary color
Monochromatic Colors of #917A91
Black with #917A91
Text Example
Text Example
White with #917A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917A91; }
p { color: rgb(145,122,145); }
H1.HeaderClassName
{
color: #917A91;
}
.AnyTagClassName
{
color: #917A91;
}
</style>
background-color css
<style>
a { background-color: #917A91; }
a { background-color: rgb(145,122,145); }
div.DivClassName
{
background-color: #917A91;
}
.BgClassName
{
background-color: #917A91;
}
</style>
border-color css
<style>
span { border-color: #917A91; }
span { border-color: rgb(145,122,145); }
td.TdClassName
{
border-color: #917A91;
}
.TagClassName
{
border-color: #917A91;
}
</style>