Shades of Mauve Taupe #8A6A74
Tints of Mauve Taupe #8A6A74
RGB
CMYK
RGB Variations
Color information
#8A6A74 (or 0x8A6A74) is known color: Mauve Taupe. HEX triplet: 8A, 6A and 74. RGB value is (138,106,116). Sum of RGB (Red+Green+Blue) = 138+106+116=360 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.33% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 116 (45.70% from 255 or 32.22% from 360); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6A74 is #75958B. Grayscale: #747474. Windows color (decimal): -7705996 or 7629450. OLE color: 7629450.
HSL color Cylindrical-coordinate representation of color #8A6A74: hue angle of 341.25º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8A6A74 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 106 | 116 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.46 |
| HSL | 341.25º | 0.13% | 0.48% | - |
| HSV(B) | 341.25º | 0.23% | 0.54% | - |
| XYZ | 18.79 | 16.97 | 18.81 | - |
| YUV | 116.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 106 | 116 | 0 | 0.23 | 0.16 | 0.46 | 341.25 | 0.13 | 0.48 |
| Hex | 8A | 6A | 74 | 0 | 17 | 10 | 2E | 155 | D | 30 |
| Octal | 212 | 152 | 164 | 0 | 27 | 20 | 56 | 525 | 15 | 60 |
| Binary | 10001010 | 1101010 | 1110100 | 0 | 10111 | 10000 | 101110 | 101010101 | 1101 | 110000 |
Color Harmonies of #8A6A74
Complementary color
Monochromatic Colors of #8A6A74
Black with #8A6A74
Text Example
Text Example
White with #8A6A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6A74; }
p { color: rgb(138,106,116); }
H1.HeaderClassName
{
color: #8A6A74;
}
.AnyTagClassName
{
color: #8A6A74;
}
</style>
background-color css
<style>
a { background-color: #8A6A74; }
a { background-color: rgb(138,106,116); }
div.DivClassName
{
background-color: #8A6A74;
}
.BgClassName
{
background-color: #8A6A74;
}
</style>
border-color css
<style>
span { border-color: #8A6A74; }
span { border-color: rgb(138,106,116); }
td.TdClassName
{
border-color: #8A6A74;
}
.TagClassName
{
border-color: #8A6A74;
}
</style>