Shades of Mauve Taupe #8B6A77
Tints of Mauve Taupe #8B6A77
RGB
CMYK
RGB Variations
Color information
#8B6A77 (or 0x8B6A77) is known color: Mauve Taupe. HEX triplet: 8B, 6A and 77. RGB value is (139,106,119). Sum of RGB (Red+Green+Blue) = 139+106+119=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 119 (46.88% from 255 or 32.69% from 364); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6A77 is #749588. Grayscale: #757575. Windows color (decimal): -7640457 or 7826059. OLE color: 7826059.
HSL color Cylindrical-coordinate representation of color #8B6A77: hue angle of 336.36º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8B6A77 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 106 | 119 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.45 |
| HSL | 336.36º | 0.13% | 0.48% | - |
| HSV(B) | 336.36º | 0.24% | 0.55% | - |
| XYZ | 19.13 | 17.13 | 19.75 | - |
| YUV | 117.35 | 128.93 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 106 | 119 | 0 | 0.24 | 0.14 | 0.45 | 336.36 | 0.13 | 0.48 |
| Hex | 8B | 6A | 77 | 0 | 18 | E | 2D | 150 | D | 30 |
| Octal | 213 | 152 | 167 | 0 | 30 | 16 | 55 | 520 | 15 | 60 |
| Binary | 10001011 | 1101010 | 1110111 | 0 | 11000 | 1110 | 101101 | 101010000 | 1101 | 110000 |
Color Harmonies of #8B6A77
Complementary color
Monochromatic Colors of #8B6A77
Black with #8B6A77
Text Example
Text Example
White with #8B6A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6A77; }
p { color: rgb(139,106,119); }
H1.HeaderClassName
{
color: #8B6A77;
}
.AnyTagClassName
{
color: #8B6A77;
}
</style>
background-color css
<style>
a { background-color: #8B6A77; }
a { background-color: rgb(139,106,119); }
div.DivClassName
{
background-color: #8B6A77;
}
.BgClassName
{
background-color: #8B6A77;
}
</style>
border-color css
<style>
span { border-color: #8B6A77; }
span { border-color: rgb(139,106,119); }
td.TdClassName
{
border-color: #8B6A77;
}
.TagClassName
{
border-color: #8B6A77;
}
</style>