Shades of Mauve Taupe #8C6C75
Tints of Mauve Taupe #8C6C75
RGB
CMYK
RGB Variations
Color information
#8C6C75 (or 0x8C6C75) is known color: Mauve Taupe. HEX triplet: 8C, 6C and 75. RGB value is (140,108,117). Sum of RGB (Red+Green+Blue) = 140+108+117=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6C75 is #73938A. Grayscale: #767676. Windows color (decimal): -7574411 or 7695500. OLE color: 7695500.
HSL color Cylindrical-coordinate representation of color #8C6C75: hue angle of 343.12º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8C6C75 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 108 | 117 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.45 |
| HSL | 343.13º | 0.13% | 0.49% | - |
| HSV(B) | 343.13º | 0.23% | 0.55% | - |
| XYZ | 19.39 | 17.58 | 19.2 | - |
| YUV | 118.59 | 127.1 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 108 | 117 | 0 | 0.23 | 0.16 | 0.45 | 343.13 | 0.13 | 0.49 |
| Hex | 8C | 6C | 75 | 0 | 17 | 10 | 2D | 157 | D | 31 |
| Octal | 214 | 154 | 165 | 0 | 27 | 20 | 55 | 527 | 15 | 61 |
| Binary | 10001100 | 1101100 | 1110101 | 0 | 10111 | 10000 | 101101 | 101010111 | 1101 | 110001 |
Color Harmonies of #8C6C75
Complementary color
Monochromatic Colors of #8C6C75
Black with #8C6C75
Text Example
Text Example
White with #8C6C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6C75; }
p { color: rgb(140,108,117); }
H1.HeaderClassName
{
color: #8C6C75;
}
.AnyTagClassName
{
color: #8C6C75;
}
</style>
background-color css
<style>
a { background-color: #8C6C75; }
a { background-color: rgb(140,108,117); }
div.DivClassName
{
background-color: #8C6C75;
}
.BgClassName
{
background-color: #8C6C75;
}
</style>
border-color css
<style>
span { border-color: #8C6C75; }
span { border-color: rgb(140,108,117); }
td.TdClassName
{
border-color: #8C6C75;
}
.TagClassName
{
border-color: #8C6C75;
}
</style>