Shades of Mauve Taupe #8A6672
Tints of Mauve Taupe #8A6672
RGB
CMYK
RGB Variations
Color information
#8A6672 (or 0x8A6672) is known color: Mauve Taupe. HEX triplet: 8A, 66 and 72. RGB value is (138,102,114). Sum of RGB (Red+Green+Blue) = 138+102+114=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6672 is #75998D. Grayscale: #727272. Windows color (decimal): -7707022 or 7497354. OLE color: 7497354.
HSL color Cylindrical-coordinate representation of color #8A6672: hue angle of 340º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8A6672 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 102 | 114 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.46 |
| HSL | 340º | 0.15% | 0.47% | - |
| HSV(B) | 340º | 0.26% | 0.54% | - |
| XYZ | 18.27 | 16.12 | 18.07 | - |
| YUV | 114.13 | 127.93 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 102 | 114 | 0 | 0.26 | 0.17 | 0.46 | 340 | 0.15 | 0.47 |
| Hex | 8A | 66 | 72 | 0 | 1A | 11 | 2E | 154 | F | 2F |
| Octal | 212 | 146 | 162 | 0 | 32 | 21 | 56 | 524 | 17 | 57 |
| Binary | 10001010 | 1100110 | 1110010 | 0 | 11010 | 10001 | 101110 | 101010100 | 1111 | 101111 |
Color Harmonies of #8A6672
Complementary color
Monochromatic Colors of #8A6672
Black with #8A6672
Text Example
Text Example
White with #8A6672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6672; }
p { color: rgb(138,102,114); }
H1.HeaderClassName
{
color: #8A6672;
}
.AnyTagClassName
{
color: #8A6672;
}
</style>
background-color css
<style>
a { background-color: #8A6672; }
a { background-color: rgb(138,102,114); }
div.DivClassName
{
background-color: #8A6672;
}
.BgClassName
{
background-color: #8A6672;
}
</style>
border-color css
<style>
span { border-color: #8A6672; }
span { border-color: rgb(138,102,114); }
td.TdClassName
{
border-color: #8A6672;
}
.TagClassName
{
border-color: #8A6672;
}
</style>