Shades of Mauve Taupe #8A5C73
Tints of Mauve Taupe #8A5C73
RGB
CMYK
RGB Variations
Color information
#8A5C73 (or 0x8A5C73) is known color: Mauve Taupe. HEX triplet: 8A, 5C and 73. RGB value is (138,92,115). Sum of RGB (Red+Green+Blue) = 138+92+115=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5C73 is #75A38C. Grayscale: #6C6C6C. Windows color (decimal): -7709581 or 7560330. OLE color: 7560330.
HSL color Cylindrical-coordinate representation of color #8A5C73: hue angle of 330º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A5C73 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 92 | 115 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.46 |
| HSL | 330º | 0.2% | 0.45% | - |
| HSV(B) | 330º | 0.33% | 0.54% | - |
| XYZ | 17.4 | 14.3 | 18.06 | - |
| YUV | 108.38 | 131.74 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 92 | 115 | 0 | 0.33 | 0.17 | 0.46 | 330 | 0.2 | 0.45 |
| Hex | 8A | 5C | 73 | 0 | 21 | 11 | 2E | 14A | 14 | 2D |
| Octal | 212 | 134 | 163 | 0 | 41 | 21 | 56 | 512 | 24 | 55 |
| Binary | 10001010 | 1011100 | 1110011 | 0 | 100001 | 10001 | 101110 | 101001010 | 10100 | 101101 |
Color Harmonies of #8A5C73
Complementary color
Monochromatic Colors of #8A5C73
Black with #8A5C73
Text Example
Text Example
White with #8A5C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5C73; }
p { color: rgb(138,92,115); }
H1.HeaderClassName
{
color: #8A5C73;
}
.AnyTagClassName
{
color: #8A5C73;
}
</style>
background-color css
<style>
a { background-color: #8A5C73; }
a { background-color: rgb(138,92,115); }
div.DivClassName
{
background-color: #8A5C73;
}
.BgClassName
{
background-color: #8A5C73;
}
</style>
border-color css
<style>
span { border-color: #8A5C73; }
span { border-color: rgb(138,92,115); }
td.TdClassName
{
border-color: #8A5C73;
}
.TagClassName
{
border-color: #8A5C73;
}
</style>