Shades of Taupe Grey #8C7C88
Tints of Taupe Grey #8C7C88
RGB
CMYK
RGB Variations
Color information
#8C7C88 (or 0x8C7C88) is known color: Taupe Grey. HEX triplet: 8C, 7C and 88. RGB value is (140,124,136). Sum of RGB (Red+Green+Blue) = 140+124+136=400 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7C88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7C88 is #738377. Grayscale: #828282. Windows color (decimal): -7570296 or 8944780. OLE color: 8944780.
HSL color Cylindrical-coordinate representation of color #8C7C88: hue angle of 315º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8C7C88 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 124 | 136 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.45 |
| HSL | 315º | 0.07% | 0.52% | - |
| HSV(B) | 315º | 0.11% | 0.55% | - |
| XYZ | 22.47 | 21.77 | 26.31 | - |
| YUV | 130.15 | 131.3 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 124 | 136 | 0 | 0.11 | 0.03 | 0.45 | 315 | 0.07 | 0.52 |
| Hex | 8C | 7C | 88 | 0 | B | 3 | 2D | 13B | 7 | 34 |
| Octal | 214 | 174 | 210 | 0 | 13 | 3 | 55 | 473 | 7 | 64 |
| Binary | 10001100 | 1111100 | 10001000 | 0 | 1011 | 11 | 101101 | 100111011 | 111 | 110100 |
Color Harmonies of #8C7C88
Complementary color
Monochromatic Colors of #8C7C88
Black with #8C7C88
Text Example
Text Example
White with #8C7C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7C88; }
p { color: rgb(140,124,136); }
H1.HeaderClassName
{
color: #8C7C88;
}
.AnyTagClassName
{
color: #8C7C88;
}
</style>
background-color css
<style>
a { background-color: #8C7C88; }
a { background-color: rgb(140,124,136); }
div.DivClassName
{
background-color: #8C7C88;
}
.BgClassName
{
background-color: #8C7C88;
}
</style>
border-color css
<style>
span { border-color: #8C7C88; }
span { border-color: rgb(140,124,136); }
td.TdClassName
{
border-color: #8C7C88;
}
.TagClassName
{
border-color: #8C7C88;
}
</style>