Shades of Mauve Taupe #8B676E
Tints of Mauve Taupe #8B676E
RGB
CMYK
RGB Variations
Color information
#8B676E (or 0x8B676E) is known color: Mauve Taupe. HEX triplet: 8B, 67 and 6E. RGB value is (139,103,110). Sum of RGB (Red+Green+Blue) = 139+103+110=352 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.49% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 139 - color contains mainly: red. Hex color #8B676E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B676E is #749891. Grayscale: #727272. Windows color (decimal): -7641234 or 7235467. OLE color: 7235467.
HSL color Cylindrical-coordinate representation of color #8B676E: hue angle of 348.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8B676E is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 103 | 110 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.45 |
| HSL | 348.33º | 0.15% | 0.47% | - |
| HSV(B) | 348.33º | 0.26% | 0.55% | - |
| XYZ | 18.31 | 16.32 | 16.94 | - |
| YUV | 114.56 | 125.43 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 103 | 110 | 0 | 0.26 | 0.21 | 0.45 | 348.33 | 0.15 | 0.47 |
| Hex | 8B | 67 | 6E | 0 | 1A | 15 | 2D | 15C | F | 2F |
| Octal | 213 | 147 | 156 | 0 | 32 | 25 | 55 | 534 | 17 | 57 |
| Binary | 10001011 | 1100111 | 1101110 | 0 | 11010 | 10101 | 101101 | 101011100 | 1111 | 101111 |
Color Harmonies of #8B676E
Complementary color
Monochromatic Colors of #8B676E
Black with #8B676E
Text Example
Text Example
White with #8B676E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B676E; }
p { color: rgb(139,103,110); }
H1.HeaderClassName
{
color: #8B676E;
}
.AnyTagClassName
{
color: #8B676E;
}
</style>
background-color css
<style>
a { background-color: #8B676E; }
a { background-color: rgb(139,103,110); }
div.DivClassName
{
background-color: #8B676E;
}
.BgClassName
{
background-color: #8B676E;
}
</style>
border-color css
<style>
span { border-color: #8B676E; }
span { border-color: rgb(139,103,110); }
td.TdClassName
{
border-color: #8B676E;
}
.TagClassName
{
border-color: #8B676E;
}
</style>