Shades of Mauve Taupe #82666F
Tints of Mauve Taupe #82666F
RGB
CMYK
RGB Variations
Color information
#82666F (or 0x82666F) is known color: Mauve Taupe. HEX triplet: 82, 66 and 6F. RGB value is (130,102,111). Sum of RGB (Red+Green+Blue) = 130+102+111=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 111 (43.75% from 255 or 32.36% from 343); Max value from RGB is 130 - color contains mainly: red. Hex color #82666F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82666F is #7D9990. Grayscale: #6F6F6F. Windows color (decimal): -8231313 or 7300738. OLE color: 7300738.
HSL color Cylindrical-coordinate representation of color #82666F: hue angle of 340.71º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #82666F is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 102 | 111 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.49 |
| HSL | 340.71º | 0.12% | 0.45% | - |
| HSV(B) | 340.71º | 0.22% | 0.51% | - |
| XYZ | 16.83 | 15.4 | 17.12 | - |
| YUV | 111.4 | 127.78 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 102 | 111 | 0 | 0.22 | 0.15 | 0.49 | 340.71 | 0.12 | 0.45 |
| Hex | 82 | 66 | 6F | 0 | 16 | F | 31 | 155 | C | 2D |
| Octal | 202 | 146 | 157 | 0 | 26 | 17 | 61 | 525 | 14 | 55 |
| Binary | 10000010 | 1100110 | 1101111 | 0 | 10110 | 1111 | 110001 | 101010101 | 1100 | 101101 |
Color Harmonies of #82666F
Complementary color
Monochromatic Colors of #82666F
Black with #82666F
Text Example
Text Example
White with #82666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82666F; }
p { color: rgb(130,102,111); }
H1.HeaderClassName
{
color: #82666F;
}
.AnyTagClassName
{
color: #82666F;
}
</style>
background-color css
<style>
a { background-color: #82666F; }
a { background-color: rgb(130,102,111); }
div.DivClassName
{
background-color: #82666F;
}
.BgClassName
{
background-color: #82666F;
}
</style>
border-color css
<style>
span { border-color: #82666F; }
span { border-color: rgb(130,102,111); }
td.TdClassName
{
border-color: #82666F;
}
.TagClassName
{
border-color: #82666F;
}
</style>