Shades of Mauve Taupe #8B6875
Tints of Mauve Taupe #8B6875
RGB
CMYK
RGB Variations
Color information
#8B6875 (or 0x8B6875) is known color: Mauve Taupe. HEX triplet: 8B, 68 and 75. RGB value is (139,104,117). Sum of RGB (Red+Green+Blue) = 139+104+117=360 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.61% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6875 is #74978A. Grayscale: #737373. Windows color (decimal): -7640971 or 7694475. OLE color: 7694475.
HSL color Cylindrical-coordinate representation of color #8B6875: hue angle of 337.71º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8B6875 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 104 | 117 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.45 |
| HSL | 337.71º | 0.14% | 0.48% | - |
| HSV(B) | 337.71º | 0.25% | 0.55% | - |
| XYZ | 18.81 | 16.67 | 19.06 | - |
| YUV | 115.95 | 128.6 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 104 | 117 | 0 | 0.25 | 0.16 | 0.45 | 337.71 | 0.14 | 0.48 |
| Hex | 8B | 68 | 75 | 0 | 19 | 10 | 2D | 152 | E | 30 |
| Octal | 213 | 150 | 165 | 0 | 31 | 20 | 55 | 522 | 16 | 60 |
| Binary | 10001011 | 1101000 | 1110101 | 0 | 11001 | 10000 | 101101 | 101010010 | 1110 | 110000 |
Color Harmonies of #8B6875
Complementary color
Monochromatic Colors of #8B6875
Black with #8B6875
Text Example
Text Example
White with #8B6875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6875; }
p { color: rgb(139,104,117); }
H1.HeaderClassName
{
color: #8B6875;
}
.AnyTagClassName
{
color: #8B6875;
}
</style>
background-color css
<style>
a { background-color: #8B6875; }
a { background-color: rgb(139,104,117); }
div.DivClassName
{
background-color: #8B6875;
}
.BgClassName
{
background-color: #8B6875;
}
</style>
border-color css
<style>
span { border-color: #8B6875; }
span { border-color: rgb(139,104,117); }
td.TdClassName
{
border-color: #8B6875;
}
.TagClassName
{
border-color: #8B6875;
}
</style>