Shades of Mauve Taupe #9A6078
Tints of Mauve Taupe #9A6078
RGB
CMYK
RGB Variations
Color information
#9A6078 (or 0x9A6078) is known color: Mauve Taupe. HEX triplet: 9A, 60 and 78. RGB value is (154,96,120). Sum of RGB (Red+Green+Blue) = 154+96+120=370 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.62% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6078 is #659F87. Grayscale: #747474. Windows color (decimal): -6659976 or 7889050. OLE color: 7889050.
HSL color Cylindrical-coordinate representation of color #9A6078: hue angle of 335.17º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A6078 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 96 | 120 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.40 |
| HSL | 335.17º | 0.23% | 0.49% | - |
| HSV(B) | 335.17º | 0.38% | 0.6% | - |
| XYZ | 20.9 | 16.59 | 19.87 | - |
| YUV | 116.08 | 130.22 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 96 | 120 | 0 | 0.38 | 0.22 | 0.40 | 335.17 | 0.23 | 0.49 |
| Hex | 9A | 60 | 78 | 0 | 26 | 16 | 28 | 14F | 17 | 31 |
| Octal | 232 | 140 | 170 | 0 | 46 | 26 | 50 | 517 | 27 | 61 |
| Binary | 10011010 | 1100000 | 1111000 | 0 | 100110 | 10110 | 101000 | 101001111 | 10111 | 110001 |
Color Harmonies of #9A6078
Complementary color
Monochromatic Colors of #9A6078
Black with #9A6078
Text Example
Text Example
White with #9A6078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6078; }
p { color: rgb(154,96,120); }
H1.HeaderClassName
{
color: #9A6078;
}
.AnyTagClassName
{
color: #9A6078;
}
</style>
background-color css
<style>
a { background-color: #9A6078; }
a { background-color: rgb(154,96,120); }
div.DivClassName
{
background-color: #9A6078;
}
.BgClassName
{
background-color: #9A6078;
}
</style>
border-color css
<style>
span { border-color: #9A6078; }
span { border-color: rgb(154,96,120); }
td.TdClassName
{
border-color: #9A6078;
}
.TagClassName
{
border-color: #9A6078;
}
</style>