Shades of Taupe Grey #917B8F
Tints of Taupe Grey #917B8F
RGB
CMYK
RGB Variations
Color information
#917B8F (or 0x917B8F) is known color: Taupe Grey. HEX triplet: 91, 7B and 8F. RGB value is (145,123,143). Sum of RGB (Red+Green+Blue) = 145+123+143=411 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.28% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 145 - color contains mainly: red. Hex color #917B8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917B8F is #6E8470. Grayscale: #838383. Windows color (decimal): -7242865 or 9403281. OLE color: 9403281.
HSL color Cylindrical-coordinate representation of color #917B8F: hue angle of 305.45º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #917B8F is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 123 | 143 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.43 |
| HSL | 305.45º | 0.09% | 0.53% | - |
| HSV(B) | 305.45º | 0.15% | 0.57% | - |
| XYZ | 23.72 | 22.17 | 29.02 | - |
| YUV | 131.86 | 134.29 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 123 | 143 | 0 | 0.15 | 0.01 | 0.43 | 305.45 | 0.09 | 0.53 |
| Hex | 91 | 7B | 8F | 0 | F | 1 | 2B | 131 | 9 | 35 |
| Octal | 221 | 173 | 217 | 0 | 17 | 1 | 53 | 461 | 11 | 65 |
| Binary | 10010001 | 1111011 | 10001111 | 0 | 1111 | 1 | 101011 | 100110001 | 1001 | 110101 |
Color Harmonies of #917B8F
Complementary color
Monochromatic Colors of #917B8F
Black with #917B8F
Text Example
Text Example
White with #917B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917B8F; }
p { color: rgb(145,123,143); }
H1.HeaderClassName
{
color: #917B8F;
}
.AnyTagClassName
{
color: #917B8F;
}
</style>
background-color css
<style>
a { background-color: #917B8F; }
a { background-color: rgb(145,123,143); }
div.DivClassName
{
background-color: #917B8F;
}
.BgClassName
{
background-color: #917B8F;
}
</style>
border-color css
<style>
span { border-color: #917B8F; }
span { border-color: rgb(145,123,143); }
td.TdClassName
{
border-color: #917B8F;
}
.TagClassName
{
border-color: #917B8F;
}
</style>