Shades of Taupe Grey #91788E
Tints of Taupe Grey #91788E
RGB
CMYK
RGB Variations
Color information
#91788E (or 0x91788E) is known color: Taupe Grey. HEX triplet: 91, 78 and 8E. RGB value is (145,120,142). Sum of RGB (Red+Green+Blue) = 145+120+142=407 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.63% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 145 - color contains mainly: red. Hex color #91788E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91788E is #6E8771. Grayscale: #818181. Windows color (decimal): -7243634 or 9336977. OLE color: 9336977.
HSL color Cylindrical-coordinate representation of color #91788E: hue angle of 307.2º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #91788E is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 120 | 142 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.43 |
| HSL | 307.2º | 0.1% | 0.52% | - |
| HSV(B) | 307.2º | 0.17% | 0.57% | - |
| XYZ | 23.28 | 21.41 | 28.5 | - |
| YUV | 129.98 | 134.78 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 120 | 142 | 0 | 0.17 | 0.02 | 0.43 | 307.2 | 0.1 | 0.52 |
| Hex | 91 | 78 | 8E | 0 | 11 | 2 | 2B | 133 | A | 34 |
| Octal | 221 | 170 | 216 | 0 | 21 | 2 | 53 | 463 | 12 | 64 |
| Binary | 10010001 | 1111000 | 10001110 | 0 | 10001 | 10 | 101011 | 100110011 | 1010 | 110100 |
Color Harmonies of #91788E
Complementary color
Monochromatic Colors of #91788E
Black with #91788E
Text Example
Text Example
White with #91788E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91788E; }
p { color: rgb(145,120,142); }
H1.HeaderClassName
{
color: #91788E;
}
.AnyTagClassName
{
color: #91788E;
}
</style>
background-color css
<style>
a { background-color: #91788E; }
a { background-color: rgb(145,120,142); }
div.DivClassName
{
background-color: #91788E;
}
.BgClassName
{
background-color: #91788E;
}
</style>
border-color css
<style>
span { border-color: #91788E; }
span { border-color: rgb(145,120,142); }
td.TdClassName
{
border-color: #91788E;
}
.TagClassName
{
border-color: #91788E;
}
</style>