Shades of Taupe Grey #91878C
Tints of Taupe Grey #91878C
RGB
CMYK
RGB Variations
Color information
#91878C (or 0x91878C) is known color: Taupe Grey. HEX triplet: 91, 87 and 8C. RGB value is (145,135,140). Sum of RGB (Red+Green+Blue) = 145+135+140=420 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.52% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 145 - color contains mainly: red. Hex color #91878C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91878C is #6E7873. Grayscale: #8A8A8A. Windows color (decimal): -7239796 or 9209745. OLE color: 9209745.
HSL color Cylindrical-coordinate representation of color #91878C: hue angle of 330º 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 #91878C is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 135 | 140 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.43 |
| HSL | 330º | 0.04% | 0.55% | - |
| HSV(B) | 330º | 0.07% | 0.57% | - |
| XYZ | 25.07 | 25.24 | 28.36 | - |
| YUV | 138.56 | 128.81 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 135 | 140 | 0 | 0.07 | 0.03 | 0.43 | 330 | 0.04 | 0.55 |
| Hex | 91 | 87 | 8C | 0 | 7 | 3 | 2B | 14A | 4 | 37 |
| Octal | 221 | 207 | 214 | 0 | 7 | 3 | 53 | 512 | 4 | 67 |
| Binary | 10010001 | 10000111 | 10001100 | 0 | 111 | 11 | 101011 | 101001010 | 100 | 110111 |
Color Harmonies of #91878C
Complementary color
Monochromatic Colors of #91878C
Black with #91878C
Text Example
Text Example
White with #91878C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91878C; }
p { color: rgb(145,135,140); }
H1.HeaderClassName
{
color: #91878C;
}
.AnyTagClassName
{
color: #91878C;
}
</style>
background-color css
<style>
a { background-color: #91878C; }
a { background-color: rgb(145,135,140); }
div.DivClassName
{
background-color: #91878C;
}
.BgClassName
{
background-color: #91878C;
}
</style>
border-color css
<style>
span { border-color: #91878C; }
span { border-color: rgb(145,135,140); }
td.TdClassName
{
border-color: #91878C;
}
.TagClassName
{
border-color: #91878C;
}
</style>