Shades of Mauve Taupe #8B626E
Tints of Mauve Taupe #8B626E
RGB
CMYK
RGB Variations
Color information
#8B626E (or 0x8B626E) is known color: Mauve Taupe. HEX triplet: 8B, 62 and 6E. RGB value is (139,98,110). Sum of RGB (Red+Green+Blue) = 139+98+110=347 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.06% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 139 - color contains mainly: red. Hex color #8B626E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B626E is #749D91. Grayscale: #6F6F6F. Windows color (decimal): -7642514 or 7234187. OLE color: 7234187.
HSL color Cylindrical-coordinate representation of color #8B626E: hue angle of 342.44º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B626E is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 98 | 110 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.45 |
| HSL | 342.44º | 0.17% | 0.46% | - |
| HSV(B) | 342.44º | 0.29% | 0.55% | - |
| XYZ | 17.83 | 15.35 | 16.78 | - |
| YUV | 111.63 | 127.08 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 98 | 110 | 0 | 0.29 | 0.21 | 0.45 | 342.44 | 0.17 | 0.46 |
| Hex | 8B | 62 | 6E | 0 | 1D | 15 | 2D | 156 | 11 | 2E |
| Octal | 213 | 142 | 156 | 0 | 35 | 25 | 55 | 526 | 21 | 56 |
| Binary | 10001011 | 1100010 | 1101110 | 0 | 11101 | 10101 | 101101 | 101010110 | 10001 | 101110 |
Color Harmonies of #8B626E
Complementary color
Monochromatic Colors of #8B626E
Black with #8B626E
Text Example
Text Example
White with #8B626E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B626E; }
p { color: rgb(139,98,110); }
H1.HeaderClassName
{
color: #8B626E;
}
.AnyTagClassName
{
color: #8B626E;
}
</style>
background-color css
<style>
a { background-color: #8B626E; }
a { background-color: rgb(139,98,110); }
div.DivClassName
{
background-color: #8B626E;
}
.BgClassName
{
background-color: #8B626E;
}
</style>
border-color css
<style>
span { border-color: #8B626E; }
span { border-color: rgb(139,98,110); }
td.TdClassName
{
border-color: #8B626E;
}
.TagClassName
{
border-color: #8B626E;
}
</style>