Shades of Taupe Grey #917F8D
Tints of Taupe Grey #917F8D
RGB
CMYK
RGB Variations
Color information
#917F8D (or 0x917F8D) is known color: Taupe Grey. HEX triplet: 91, 7F and 8D. RGB value is (145,127,141). Sum of RGB (Red+Green+Blue) = 145+127+141=413 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.11% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 145 - color contains mainly: red. Hex color #917F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917F8D is #6E8072. Grayscale: #858585. Windows color (decimal): -7241843 or 9273233. OLE color: 9273233.
HSL color Cylindrical-coordinate representation of color #917F8D: hue angle of 313.33º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #917F8D is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 127 | 141 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.43 |
| HSL | 313.33º | 0.08% | 0.53% | - |
| HSV(B) | 313.33º | 0.12% | 0.57% | - |
| XYZ | 24.07 | 23.12 | 28.39 | - |
| YUV | 133.98 | 131.96 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 127 | 141 | 0 | 0.12 | 0.03 | 0.43 | 313.33 | 0.08 | 0.53 |
| Hex | 91 | 7F | 8D | 0 | C | 3 | 2B | 139 | 8 | 35 |
| Octal | 221 | 177 | 215 | 0 | 14 | 3 | 53 | 471 | 10 | 65 |
| Binary | 10010001 | 1111111 | 10001101 | 0 | 1100 | 11 | 101011 | 100111001 | 1000 | 110101 |
Color Harmonies of #917F8D
Complementary color
Monochromatic Colors of #917F8D
Black with #917F8D
Text Example
Text Example
White with #917F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917F8D; }
p { color: rgb(145,127,141); }
H1.HeaderClassName
{
color: #917F8D;
}
.AnyTagClassName
{
color: #917F8D;
}
</style>
background-color css
<style>
a { background-color: #917F8D; }
a { background-color: rgb(145,127,141); }
div.DivClassName
{
background-color: #917F8D;
}
.BgClassName
{
background-color: #917F8D;
}
</style>
border-color css
<style>
span { border-color: #917F8D; }
span { border-color: rgb(145,127,141); }
td.TdClassName
{
border-color: #917F8D;
}
.TagClassName
{
border-color: #917F8D;
}
</style>