Shades of Mauve Taupe #80626C
Tints of Mauve Taupe #80626C
RGB
CMYK
RGB Variations
Color information
#80626C (or 0x80626C) is known color: Mauve Taupe. HEX triplet: 80, 62 and 6C. RGB value is (128,98,108). Sum of RGB (Red+Green+Blue) = 128+98+108=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 128 - color contains mainly: red. Hex color #80626C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80626C is #7F9D93. Grayscale: #6C6C6C. Windows color (decimal): -8363412 or 7103104. OLE color: 7103104.
HSL color Cylindrical-coordinate representation of color #80626C: hue angle of 340º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #80626C is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 98 | 108 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.50 |
| HSL | 340º | 0.13% | 0.44% | - |
| HSV(B) | 340º | 0.23% | 0.5% | - |
| XYZ | 15.98 | 14.41 | 16.13 | - |
| YUV | 108.11 | 127.94 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 98 | 108 | 0 | 0.23 | 0.16 | 0.50 | 340 | 0.13 | 0.44 |
| Hex | 80 | 62 | 6C | 0 | 17 | 10 | 32 | 154 | D | 2C |
| Octal | 200 | 142 | 154 | 0 | 27 | 20 | 62 | 524 | 15 | 54 |
| Binary | 10000000 | 1100010 | 1101100 | 0 | 10111 | 10000 | 110010 | 101010100 | 1101 | 101100 |
Color Harmonies of #80626C
Complementary color
Monochromatic Colors of #80626C
Black with #80626C
Text Example
Text Example
White with #80626C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80626C; }
p { color: rgb(128,98,108); }
H1.HeaderClassName
{
color: #80626C;
}
.AnyTagClassName
{
color: #80626C;
}
</style>
background-color css
<style>
a { background-color: #80626C; }
a { background-color: rgb(128,98,108); }
div.DivClassName
{
background-color: #80626C;
}
.BgClassName
{
background-color: #80626C;
}
</style>
border-color css
<style>
span { border-color: #80626C; }
span { border-color: rgb(128,98,108); }
td.TdClassName
{
border-color: #80626C;
}
.TagClassName
{
border-color: #80626C;
}
</style>