Shades of Mauve Taupe #8B6672
Tints of Mauve Taupe #8B6672
RGB
CMYK
RGB Variations
Color information
#8B6672 (or 0x8B6672) is known color: Mauve Taupe. HEX triplet: 8B, 66 and 72. RGB value is (139,102,114). Sum of RGB (Red+Green+Blue) = 139+102+114=355 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.15% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6672 is #74998D. Grayscale: #727272. Windows color (decimal): -7641486 or 7497355. OLE color: 7497355.
HSL color Cylindrical-coordinate representation of color #8B6672: hue angle of 340.54º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B6672 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 102 | 114 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.45 |
| HSL | 340.54º | 0.15% | 0.47% | - |
| HSV(B) | 340.54º | 0.27% | 0.55% | - |
| XYZ | 18.44 | 16.21 | 18.08 | - |
| YUV | 114.43 | 127.76 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 102 | 114 | 0 | 0.27 | 0.18 | 0.45 | 340.54 | 0.15 | 0.47 |
| Hex | 8B | 66 | 72 | 0 | 1B | 12 | 2D | 155 | F | 2F |
| Octal | 213 | 146 | 162 | 0 | 33 | 22 | 55 | 525 | 17 | 57 |
| Binary | 10001011 | 1100110 | 1110010 | 0 | 11011 | 10010 | 101101 | 101010101 | 1111 | 101111 |
Color Harmonies of #8B6672
Complementary color
Monochromatic Colors of #8B6672
Black with #8B6672
Text Example
Text Example
White with #8B6672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6672; }
p { color: rgb(139,102,114); }
H1.HeaderClassName
{
color: #8B6672;
}
.AnyTagClassName
{
color: #8B6672;
}
</style>
background-color css
<style>
a { background-color: #8B6672; }
a { background-color: rgb(139,102,114); }
div.DivClassName
{
background-color: #8B6672;
}
.BgClassName
{
background-color: #8B6672;
}
</style>
border-color css
<style>
span { border-color: #8B6672; }
span { border-color: rgb(139,102,114); }
td.TdClassName
{
border-color: #8B6672;
}
.TagClassName
{
border-color: #8B6672;
}
</style>