Shades of Taupe Grey #8C7F87
Tints of Taupe Grey #8C7F87
RGB
CMYK
RGB Variations
Color information
#8C7F87 (or 0x8C7F87) is known color: Taupe Grey. HEX triplet: 8C, 7F and 87. RGB value is (140,127,135). Sum of RGB (Red+Green+Blue) = 140+127+135=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 135 (53.12% from 255 or 33.58% from 402); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7F87 is #738078. Grayscale: #838383. Windows color (decimal): -7569529 or 8880012. OLE color: 8880012.
HSL color Cylindrical-coordinate representation of color #8C7F87: hue angle of 323.08º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8C7F87 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 127 | 135 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.45 |
| HSL | 323.08º | 0.05% | 0.52% | - |
| HSV(B) | 323.08º | 0.09% | 0.55% | - |
| XYZ | 22.78 | 22.5 | 26.06 | - |
| YUV | 131.8 | 129.81 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 127 | 135 | 0 | 0.09 | 0.04 | 0.45 | 323.08 | 0.05 | 0.52 |
| Hex | 8C | 7F | 87 | 0 | 9 | 4 | 2D | 143 | 5 | 34 |
| Octal | 214 | 177 | 207 | 0 | 11 | 4 | 55 | 503 | 5 | 64 |
| Binary | 10001100 | 1111111 | 10000111 | 0 | 1001 | 100 | 101101 | 101000011 | 101 | 110100 |
Color Harmonies of #8C7F87
Complementary color
Monochromatic Colors of #8C7F87
Black with #8C7F87
Text Example
Text Example
White with #8C7F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7F87; }
p { color: rgb(140,127,135); }
H1.HeaderClassName
{
color: #8C7F87;
}
.AnyTagClassName
{
color: #8C7F87;
}
</style>
background-color css
<style>
a { background-color: #8C7F87; }
a { background-color: rgb(140,127,135); }
div.DivClassName
{
background-color: #8C7F87;
}
.BgClassName
{
background-color: #8C7F87;
}
</style>
border-color css
<style>
span { border-color: #8C7F87; }
span { border-color: rgb(140,127,135); }
td.TdClassName
{
border-color: #8C7F87;
}
.TagClassName
{
border-color: #8C7F87;
}
</style>