Shades of Taupe Grey #8C7D86
Tints of Taupe Grey #8C7D86
RGB
CMYK
RGB Variations
Color information
#8C7D86 (or 0x8C7D86) is known color: Taupe Grey. HEX triplet: 8C, 7D and 86. RGB value is (140,125,134). Sum of RGB (Red+Green+Blue) = 140+125+134=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7D86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7D86 is #738279. Grayscale: #828282. Windows color (decimal): -7570042 or 8813964. OLE color: 8813964.
HSL color Cylindrical-coordinate representation of color #8C7D86: hue angle of 324º degrees, saturation: 0.06, 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 #8C7D86 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 125 | 134 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.45 |
| HSL | 324º | 0.06% | 0.52% | - |
| HSV(B) | 324º | 0.11% | 0.55% | - |
| XYZ | 22.45 | 21.96 | 25.61 | - |
| YUV | 130.51 | 129.97 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 125 | 134 | 0 | 0.11 | 0.04 | 0.45 | 324 | 0.06 | 0.52 |
| Hex | 8C | 7D | 86 | 0 | B | 4 | 2D | 144 | 6 | 34 |
| Octal | 214 | 175 | 206 | 0 | 13 | 4 | 55 | 504 | 6 | 64 |
| Binary | 10001100 | 1111101 | 10000110 | 0 | 1011 | 100 | 101101 | 101000100 | 110 | 110100 |
Color Harmonies of #8C7D86
Complementary color
Monochromatic Colors of #8C7D86
Black with #8C7D86
Text Example
Text Example
White with #8C7D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7D86; }
p { color: rgb(140,125,134); }
H1.HeaderClassName
{
color: #8C7D86;
}
.AnyTagClassName
{
color: #8C7D86;
}
</style>
background-color css
<style>
a { background-color: #8C7D86; }
a { background-color: rgb(140,125,134); }
div.DivClassName
{
background-color: #8C7D86;
}
.BgClassName
{
background-color: #8C7D86;
}
</style>
border-color css
<style>
span { border-color: #8C7D86; }
span { border-color: rgb(140,125,134); }
td.TdClassName
{
border-color: #8C7D86;
}
.TagClassName
{
border-color: #8C7D86;
}
</style>