Shades of Mauve Taupe #986B7A
Tints of Mauve Taupe #986B7A
RGB
CMYK
RGB Variations
Color information
#986B7A (or 0x986B7A) is known color: Mauve Taupe. HEX triplet: 98, 6B and 7A. RGB value is (152,107,122). Sum of RGB (Red+Green+Blue) = 152+107+122=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 152 - color contains mainly: red. Hex color #986B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986B7A is #679485. Grayscale: #7A7A7A. Windows color (decimal): -6788230 or 8022936. OLE color: 8022936.
HSL color Cylindrical-coordinate representation of color #986B7A: hue angle of 340º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #986B7A is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 107 | 122 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.40 |
| HSL | 340º | 0.18% | 0.51% | - |
| HSV(B) | 340º | 0.3% | 0.6% | - |
| XYZ | 21.72 | 18.6 | 20.86 | - |
| YUV | 122.17 | 127.91 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 107 | 122 | 0 | 0.30 | 0.20 | 0.40 | 340 | 0.18 | 0.51 |
| Hex | 98 | 6B | 7A | 0 | 1E | 14 | 28 | 154 | 12 | 33 |
| Octal | 230 | 153 | 172 | 0 | 36 | 24 | 50 | 524 | 22 | 63 |
| Binary | 10011000 | 1101011 | 1111010 | 0 | 11110 | 10100 | 101000 | 101010100 | 10010 | 110011 |
Color Harmonies of #986B7A
Complementary color
Monochromatic Colors of #986B7A
Black with #986B7A
Text Example
Text Example
White with #986B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986B7A; }
p { color: rgb(152,107,122); }
H1.HeaderClassName
{
color: #986B7A;
}
.AnyTagClassName
{
color: #986B7A;
}
</style>
background-color css
<style>
a { background-color: #986B7A; }
a { background-color: rgb(152,107,122); }
div.DivClassName
{
background-color: #986B7A;
}
.BgClassName
{
background-color: #986B7A;
}
</style>
border-color css
<style>
span { border-color: #986B7A; }
span { border-color: rgb(152,107,122); }
td.TdClassName
{
border-color: #986B7A;
}
.TagClassName
{
border-color: #986B7A;
}
</style>