Shades of Taupe Grey #917A8E
Tints of Taupe Grey #917A8E
RGB
CMYK
RGB Variations
Color information
#917A8E (or 0x917A8E) is known color: Taupe Grey. HEX triplet: 91, 7A and 8E. RGB value is (145,122,142). Sum of RGB (Red+Green+Blue) = 145+122+142=409 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.45% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 145 - color contains mainly: red. Hex color #917A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917A8E is #6E8571. Grayscale: #838383. Windows color (decimal): -7243122 or 9337489. OLE color: 9337489.
HSL color Cylindrical-coordinate representation of color #917A8E: hue angle of 307.83º 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 #917A8E is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 122 | 142 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.43 |
| HSL | 307.83º | 0.09% | 0.52% | - |
| HSV(B) | 307.83º | 0.16% | 0.57% | - |
| XYZ | 23.52 | 21.89 | 28.58 | - |
| YUV | 131.16 | 134.12 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 122 | 142 | 0 | 0.16 | 0.02 | 0.43 | 307.83 | 0.09 | 0.52 |
| Hex | 91 | 7A | 8E | 0 | 10 | 2 | 2B | 134 | 9 | 34 |
| Octal | 221 | 172 | 216 | 0 | 20 | 2 | 53 | 464 | 11 | 64 |
| Binary | 10010001 | 1111010 | 10001110 | 0 | 10000 | 10 | 101011 | 100110100 | 1001 | 110100 |
Color Harmonies of #917A8E
Complementary color
Monochromatic Colors of #917A8E
Black with #917A8E
Text Example
Text Example
White with #917A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917A8E; }
p { color: rgb(145,122,142); }
H1.HeaderClassName
{
color: #917A8E;
}
.AnyTagClassName
{
color: #917A8E;
}
</style>
background-color css
<style>
a { background-color: #917A8E; }
a { background-color: rgb(145,122,142); }
div.DivClassName
{
background-color: #917A8E;
}
.BgClassName
{
background-color: #917A8E;
}
</style>
border-color css
<style>
span { border-color: #917A8E; }
span { border-color: rgb(145,122,142); }
td.TdClassName
{
border-color: #917A8E;
}
.TagClassName
{
border-color: #917A8E;
}
</style>