Shades of Taupe Grey #91878D
Tints of Taupe Grey #91878D
RGB
CMYK
RGB Variations
Color information
#91878D (or 0x91878D) is known color: Taupe Grey. HEX triplet: 91, 87 and 8D. RGB value is (145,135,141). Sum of RGB (Red+Green+Blue) = 145+135+141=421 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.44% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 145 - color contains mainly: red. Hex color #91878D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91878D is #6E7872. Grayscale: #8A8A8A. Windows color (decimal): -7239795 or 9275281. OLE color: 9275281.
HSL color Cylindrical-coordinate representation of color #91878D: hue angle of 324º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #91878D is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 135 | 141 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.43 |
| HSL | 324º | 0.04% | 0.55% | - |
| HSV(B) | 324º | 0.07% | 0.57% | - |
| XYZ | 25.15 | 25.27 | 28.75 | - |
| YUV | 138.67 | 129.31 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 135 | 141 | 0 | 0.07 | 0.03 | 0.43 | 324 | 0.04 | 0.55 |
| Hex | 91 | 87 | 8D | 0 | 7 | 3 | 2B | 144 | 4 | 37 |
| Octal | 221 | 207 | 215 | 0 | 7 | 3 | 53 | 504 | 4 | 67 |
| Binary | 10010001 | 10000111 | 10001101 | 0 | 111 | 11 | 101011 | 101000100 | 100 | 110111 |
Color Harmonies of #91878D
Complementary color
Monochromatic Colors of #91878D
Black with #91878D
Text Example
Text Example
White with #91878D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91878D; }
p { color: rgb(145,135,141); }
H1.HeaderClassName
{
color: #91878D;
}
.AnyTagClassName
{
color: #91878D;
}
</style>
background-color css
<style>
a { background-color: #91878D; }
a { background-color: rgb(145,135,141); }
div.DivClassName
{
background-color: #91878D;
}
.BgClassName
{
background-color: #91878D;
}
</style>
border-color css
<style>
span { border-color: #91878D; }
span { border-color: rgb(145,135,141); }
td.TdClassName
{
border-color: #91878D;
}
.TagClassName
{
border-color: #91878D;
}
</style>