Shades of Taupe Grey #918191
Tints of Taupe Grey #918191
RGB
CMYK
RGB Variations
Color information
#918191 (or 0x918191) is known color: Taupe Grey. HEX triplet: 91, 81 and 91. RGB value is (145,129,145). Sum of RGB (Red+Green+Blue) = 145+129+145=419 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.61% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 145 - color contains mainly: red, blue. Hex color #918191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918191 is #6E7E6E. Grayscale: #878787. Windows color (decimal): -7241327 or 9535889. OLE color: 9535889.
HSL color Cylindrical-coordinate representation of color #918191: hue angle of 300º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #918191 is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 129 | 145 | - |
| CMYK | 0 | 0.11 | 0 | 0.43 |
| HSL | 300º | 0.07% | 0.54% | - |
| HSV(B) | 300º | 0.11% | 0.57% | - |
| XYZ | 24.64 | 23.76 | 30.08 | - |
| YUV | 135.61 | 133.3 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 129 | 145 | 0 | 0.11 | 0 | 0.43 | 300 | 0.07 | 0.54 |
| Hex | 91 | 81 | 91 | 0 | B | 0 | 2B | 12C | 7 | 36 |
| Octal | 221 | 201 | 221 | 0 | 13 | 0 | 53 | 454 | 7 | 66 |
| Binary | 10010001 | 10000001 | 10010001 | 0 | 1011 | 0 | 101011 | 100101100 | 111 | 110110 |
Color Harmonies of #918191
Complementary color
Monochromatic Colors of #918191
Black with #918191
Text Example
Text Example
White with #918191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918191; }
p { color: rgb(145,129,145); }
H1.HeaderClassName
{
color: #918191;
}
.AnyTagClassName
{
color: #918191;
}
</style>
background-color css
<style>
a { background-color: #918191; }
a { background-color: rgb(145,129,145); }
div.DivClassName
{
background-color: #918191;
}
.BgClassName
{
background-color: #918191;
}
</style>
border-color css
<style>
span { border-color: #918191; }
span { border-color: rgb(145,129,145); }
td.TdClassName
{
border-color: #918191;
}
.TagClassName
{
border-color: #918191;
}
</style>