Shades of Mauve Taupe #936878
Tints of Mauve Taupe #936878
RGB
CMYK
RGB Variations
Color information
#936878 (or 0x936878) is known color: Mauve Taupe. HEX triplet: 93, 68 and 78. RGB value is (147,104,120). Sum of RGB (Red+Green+Blue) = 147+104+120=371 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.62% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 147 - color contains mainly: red. Hex color #936878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936878 is #6C9787. Grayscale: #767676. Windows color (decimal): -7116680 or 7891091. OLE color: 7891091.
HSL color Cylindrical-coordinate representation of color #936878: hue angle of 337.67º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #936878 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 104 | 120 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.42 |
| HSL | 337.67º | 0.17% | 0.49% | - |
| HSV(B) | 337.67º | 0.29% | 0.58% | - |
| XYZ | 20.37 | 17.46 | 20.07 | - |
| YUV | 118.68 | 128.75 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 104 | 120 | 0 | 0.29 | 0.18 | 0.42 | 337.67 | 0.17 | 0.49 |
| Hex | 93 | 68 | 78 | 0 | 1D | 12 | 2A | 152 | 11 | 31 |
| Octal | 223 | 150 | 170 | 0 | 35 | 22 | 52 | 522 | 21 | 61 |
| Binary | 10010011 | 1101000 | 1111000 | 0 | 11101 | 10010 | 101010 | 101010010 | 10001 | 110001 |
Color Harmonies of #936878
Complementary color
Monochromatic Colors of #936878
Black with #936878
Text Example
Text Example
White with #936878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936878; }
p { color: rgb(147,104,120); }
H1.HeaderClassName
{
color: #936878;
}
.AnyTagClassName
{
color: #936878;
}
</style>
background-color css
<style>
a { background-color: #936878; }
a { background-color: rgb(147,104,120); }
div.DivClassName
{
background-color: #936878;
}
.BgClassName
{
background-color: #936878;
}
</style>
border-color css
<style>
span { border-color: #936878; }
span { border-color: rgb(147,104,120); }
td.TdClassName
{
border-color: #936878;
}
.TagClassName
{
border-color: #936878;
}
</style>