Shades of Taupe Grey #8C7888
Tints of Taupe Grey #8C7888
RGB
CMYK
RGB Variations
Color information
#8C7888 (or 0x8C7888) is known color: Taupe Grey. HEX triplet: 8C, 78 and 88. RGB value is (140,120,136). Sum of RGB (Red+Green+Blue) = 140+120+136=396 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.35% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7888 is #738777. Grayscale: #7F7F7F. Windows color (decimal): -7571320 or 8943756. OLE color: 8943756.
HSL color Cylindrical-coordinate representation of color #8C7888: hue angle of 312º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8C7888 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 120 | 136 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.45 |
| HSL | 312º | 0.08% | 0.51% | - |
| HSV(B) | 312º | 0.14% | 0.55% | - |
| XYZ | 21.98 | 20.79 | 26.15 | - |
| YUV | 127.8 | 132.63 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 120 | 136 | 0 | 0.14 | 0.03 | 0.45 | 312 | 0.08 | 0.51 |
| Hex | 8C | 78 | 88 | 0 | E | 3 | 2D | 138 | 8 | 33 |
| Octal | 214 | 170 | 210 | 0 | 16 | 3 | 55 | 470 | 10 | 63 |
| Binary | 10001100 | 1111000 | 10001000 | 0 | 1110 | 11 | 101101 | 100111000 | 1000 | 110011 |
Color Harmonies of #8C7888
Complementary color
Monochromatic Colors of #8C7888
Black with #8C7888
Text Example
Text Example
White with #8C7888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7888; }
p { color: rgb(140,120,136); }
H1.HeaderClassName
{
color: #8C7888;
}
.AnyTagClassName
{
color: #8C7888;
}
</style>
background-color css
<style>
a { background-color: #8C7888; }
a { background-color: rgb(140,120,136); }
div.DivClassName
{
background-color: #8C7888;
}
.BgClassName
{
background-color: #8C7888;
}
</style>
border-color css
<style>
span { border-color: #8C7888; }
span { border-color: rgb(140,120,136); }
td.TdClassName
{
border-color: #8C7888;
}
.TagClassName
{
border-color: #8C7888;
}
</style>