Shades of Mauve Taupe #865C72
Tints of Mauve Taupe #865C72
RGB
CMYK
RGB Variations
Color information
#865C72 (or 0x865C72) is known color: Mauve Taupe. HEX triplet: 86, 5C and 72. RGB value is (134,92,114). Sum of RGB (Red+Green+Blue) = 134+92+114=340 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.41% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 134 - color contains mainly: red. Hex color #865C72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865C72 is #79A38D. Grayscale: #6B6B6B. Windows color (decimal): -7971726 or 7494790. OLE color: 7494790.
HSL color Cylindrical-coordinate representation of color #865C72: hue angle of 328.57º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #865C72 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 92 | 114 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.47 |
| HSL | 328.57º | 0.19% | 0.44% | - |
| HSV(B) | 328.57º | 0.31% | 0.53% | - |
| XYZ | 16.7 | 13.94 | 17.73 | - |
| YUV | 107.07 | 131.91 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 92 | 114 | 0 | 0.31 | 0.15 | 0.47 | 328.57 | 0.19 | 0.44 |
| Hex | 86 | 5C | 72 | 0 | 1F | F | 2F | 149 | 13 | 2C |
| Octal | 206 | 134 | 162 | 0 | 37 | 17 | 57 | 511 | 23 | 54 |
| Binary | 10000110 | 1011100 | 1110010 | 0 | 11111 | 1111 | 101111 | 101001001 | 10011 | 101100 |
Color Harmonies of #865C72
Complementary color
Monochromatic Colors of #865C72
Black with #865C72
Text Example
Text Example
White with #865C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865C72; }
p { color: rgb(134,92,114); }
H1.HeaderClassName
{
color: #865C72;
}
.AnyTagClassName
{
color: #865C72;
}
</style>
background-color css
<style>
a { background-color: #865C72; }
a { background-color: rgb(134,92,114); }
div.DivClassName
{
background-color: #865C72;
}
.BgClassName
{
background-color: #865C72;
}
</style>
border-color css
<style>
span { border-color: #865C72; }
span { border-color: rgb(134,92,114); }
td.TdClassName
{
border-color: #865C72;
}
.TagClassName
{
border-color: #865C72;
}
</style>