Shades of Taupe Grey #91888D
Tints of Taupe Grey #91888D
RGB
CMYK
RGB Variations
Color information
#91888D (or 0x91888D) is known color: Taupe Grey. HEX triplet: 91, 88 and 8D. RGB value is (145,136,141). Sum of RGB (Red+Green+Blue) = 145+136+141=422 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.36% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 145 - color contains mainly: red. Hex color #91888D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91888D is #6E7772. Grayscale: #8B8B8B. Windows color (decimal): -7239539 or 9275537. OLE color: 9275537.
HSL color Cylindrical-coordinate representation of color #91888D: hue angle of 326.67º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #91888D is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 136 | 141 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.43 |
| HSL | 326.67º | 0.04% | 0.55% | - |
| HSV(B) | 326.67º | 0.06% | 0.57% | - |
| XYZ | 25.29 | 25.55 | 28.8 | - |
| YUV | 139.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 136 | 141 | 0 | 0.06 | 0.03 | 0.43 | 326.67 | 0.04 | 0.55 |
| Hex | 91 | 88 | 8D | 0 | 6 | 3 | 2B | 147 | 4 | 37 |
| Octal | 221 | 210 | 215 | 0 | 6 | 3 | 53 | 507 | 4 | 67 |
| Binary | 10010001 | 10001000 | 10001101 | 0 | 110 | 11 | 101011 | 101000111 | 100 | 110111 |
Color Harmonies of #91888D
Complementary color
Monochromatic Colors of #91888D
Black with #91888D
Text Example
Text Example
White with #91888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91888D; }
p { color: rgb(145,136,141); }
H1.HeaderClassName
{
color: #91888D;
}
.AnyTagClassName
{
color: #91888D;
}
</style>
background-color css
<style>
a { background-color: #91888D; }
a { background-color: rgb(145,136,141); }
div.DivClassName
{
background-color: #91888D;
}
.BgClassName
{
background-color: #91888D;
}
</style>
border-color css
<style>
span { border-color: #91888D; }
span { border-color: rgb(145,136,141); }
td.TdClassName
{
border-color: #91888D;
}
.TagClassName
{
border-color: #91888D;
}
</style>