Shades of Taupe Grey #917F8E
Tints of Taupe Grey #917F8E
RGB
CMYK
RGB Variations
Color information
#917F8E (or 0x917F8E) is known color: Taupe Grey. HEX triplet: 91, 7F and 8E. RGB value is (145,127,142). Sum of RGB (Red+Green+Blue) = 145+127+142=414 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.02% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 145 - color contains mainly: red. Hex color #917F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917F8E is #6E8071. Grayscale: #868686. Windows color (decimal): -7241842 or 9338769. OLE color: 9338769.
HSL color Cylindrical-coordinate representation of color #917F8E: hue angle of 310º 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 #917F8E is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 127 | 142 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.43 |
| HSL | 310º | 0.08% | 0.53% | - |
| HSV(B) | 310º | 0.12% | 0.57% | - |
| XYZ | 24.15 | 23.15 | 28.79 | - |
| YUV | 134.09 | 132.46 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 127 | 142 | 0 | 0.12 | 0.02 | 0.43 | 310 | 0.08 | 0.53 |
| Hex | 91 | 7F | 8E | 0 | C | 2 | 2B | 136 | 8 | 35 |
| Octal | 221 | 177 | 216 | 0 | 14 | 2 | 53 | 466 | 10 | 65 |
| Binary | 10010001 | 1111111 | 10001110 | 0 | 1100 | 10 | 101011 | 100110110 | 1000 | 110101 |
Color Harmonies of #917F8E
Complementary color
Monochromatic Colors of #917F8E
Black with #917F8E
Text Example
Text Example
White with #917F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917F8E; }
p { color: rgb(145,127,142); }
H1.HeaderClassName
{
color: #917F8E;
}
.AnyTagClassName
{
color: #917F8E;
}
</style>
background-color css
<style>
a { background-color: #917F8E; }
a { background-color: rgb(145,127,142); }
div.DivClassName
{
background-color: #917F8E;
}
.BgClassName
{
background-color: #917F8E;
}
</style>
border-color css
<style>
span { border-color: #917F8E; }
span { border-color: rgb(145,127,142); }
td.TdClassName
{
border-color: #917F8E;
}
.TagClassName
{
border-color: #917F8E;
}
</style>