Shades of Mauve Taupe #8B6074
Tints of Mauve Taupe #8B6074
RGB
CMYK
RGB Variations
Color information
#8B6074 (or 0x8B6074) is known color: Mauve Taupe. HEX triplet: 8B, 60 and 74. RGB value is (139,96,116). Sum of RGB (Red+Green+Blue) = 139+96+116=351 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.60% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6074 is #749F8B. Grayscale: #6F6F6F. Windows color (decimal): -7643020 or 7626891. OLE color: 7626891.
HSL color Cylindrical-coordinate representation of color #8B6074: hue angle of 332.09º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8B6074 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 96 | 116 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.45 |
| HSL | 332.09º | 0.18% | 0.46% | - |
| HSV(B) | 332.09º | 0.31% | 0.55% | - |
| XYZ | 17.98 | 15.12 | 18.49 | - |
| YUV | 111.14 | 130.75 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 96 | 116 | 0 | 0.31 | 0.17 | 0.45 | 332.09 | 0.18 | 0.46 |
| Hex | 8B | 60 | 74 | 0 | 1F | 11 | 2D | 14C | 12 | 2E |
| Octal | 213 | 140 | 164 | 0 | 37 | 21 | 55 | 514 | 22 | 56 |
| Binary | 10001011 | 1100000 | 1110100 | 0 | 11111 | 10001 | 101101 | 101001100 | 10010 | 101110 |
Color Harmonies of #8B6074
Complementary color
Monochromatic Colors of #8B6074
Black with #8B6074
Text Example
Text Example
White with #8B6074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6074; }
p { color: rgb(139,96,116); }
H1.HeaderClassName
{
color: #8B6074;
}
.AnyTagClassName
{
color: #8B6074;
}
</style>
background-color css
<style>
a { background-color: #8B6074; }
a { background-color: rgb(139,96,116); }
div.DivClassName
{
background-color: #8B6074;
}
.BgClassName
{
background-color: #8B6074;
}
</style>
border-color css
<style>
span { border-color: #8B6074; }
span { border-color: rgb(139,96,116); }
td.TdClassName
{
border-color: #8B6074;
}
.TagClassName
{
border-color: #8B6074;
}
</style>