Shades of Mauve Taupe #8C6B72
Tints of Mauve Taupe #8C6B72
RGB
CMYK
RGB Variations
Color information
#8C6B72 (or 0x8C6B72) is known color: Mauve Taupe. HEX triplet: 8C, 6B and 72. RGB value is (140,107,114). Sum of RGB (Red+Green+Blue) = 140+107+114=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6B72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6B72 is #73948D. Grayscale: #757575. Windows color (decimal): -7574670 or 7498636. OLE color: 7498636.
HSL color Cylindrical-coordinate representation of color #8C6B72: hue angle of 347.27º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8C6B72 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 107 | 114 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.45 |
| HSL | 347.27º | 0.13% | 0.48% | - |
| HSV(B) | 347.27º | 0.24% | 0.55% | - |
| XYZ | 19.11 | 17.31 | 18.25 | - |
| YUV | 117.67 | 125.93 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 107 | 114 | 0 | 0.24 | 0.19 | 0.45 | 347.27 | 0.13 | 0.48 |
| Hex | 8C | 6B | 72 | 0 | 18 | 13 | 2D | 15B | D | 30 |
| Octal | 214 | 153 | 162 | 0 | 30 | 23 | 55 | 533 | 15 | 60 |
| Binary | 10001100 | 1101011 | 1110010 | 0 | 11000 | 10011 | 101101 | 101011011 | 1101 | 110000 |
Color Harmonies of #8C6B72
Complementary color
Monochromatic Colors of #8C6B72
Black with #8C6B72
Text Example
Text Example
White with #8C6B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6B72; }
p { color: rgb(140,107,114); }
H1.HeaderClassName
{
color: #8C6B72;
}
.AnyTagClassName
{
color: #8C6B72;
}
</style>
background-color css
<style>
a { background-color: #8C6B72; }
a { background-color: rgb(140,107,114); }
div.DivClassName
{
background-color: #8C6B72;
}
.BgClassName
{
background-color: #8C6B72;
}
</style>
border-color css
<style>
span { border-color: #8C6B72; }
span { border-color: rgb(140,107,114); }
td.TdClassName
{
border-color: #8C6B72;
}
.TagClassName
{
border-color: #8C6B72;
}
</style>