Shades of Taupe Grey #917C8B
Tints of Taupe Grey #917C8B
RGB
CMYK
RGB Variations
Color information
#917C8B (or 0x917C8B) is known color: Taupe Grey. HEX triplet: 91, 7C and 8B. RGB value is (145,124,139). Sum of RGB (Red+Green+Blue) = 145+124+139=408 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.54% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 145 - color contains mainly: red. Hex color #917C8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917C8B is #6E8374. Grayscale: #838383. Windows color (decimal): -7242613 or 9141393. OLE color: 9141393.
HSL color Cylindrical-coordinate representation of color #917C8B: hue angle of 317.14º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #917C8B is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 124 | 139 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.43 |
| HSL | 317.14º | 0.09% | 0.53% | - |
| HSV(B) | 317.14º | 0.14% | 0.57% | - |
| XYZ | 23.54 | 22.3 | 27.49 | - |
| YUV | 131.99 | 131.96 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 124 | 139 | 0 | 0.14 | 0.04 | 0.43 | 317.14 | 0.09 | 0.53 |
| Hex | 91 | 7C | 8B | 0 | E | 4 | 2B | 13D | 9 | 35 |
| Octal | 221 | 174 | 213 | 0 | 16 | 4 | 53 | 475 | 11 | 65 |
| Binary | 10010001 | 1111100 | 10001011 | 0 | 1110 | 100 | 101011 | 100111101 | 1001 | 110101 |
Color Harmonies of #917C8B
Complementary color
Monochromatic Colors of #917C8B
Black with #917C8B
Text Example
Text Example
White with #917C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917C8B; }
p { color: rgb(145,124,139); }
H1.HeaderClassName
{
color: #917C8B;
}
.AnyTagClassName
{
color: #917C8B;
}
</style>
background-color css
<style>
a { background-color: #917C8B; }
a { background-color: rgb(145,124,139); }
div.DivClassName
{
background-color: #917C8B;
}
.BgClassName
{
background-color: #917C8B;
}
</style>
border-color css
<style>
span { border-color: #917C8B; }
span { border-color: rgb(145,124,139); }
td.TdClassName
{
border-color: #917C8B;
}
.TagClassName
{
border-color: #917C8B;
}
</style>