Shades of Mauve Taupe #896874
Tints of Mauve Taupe #896874
RGB
CMYK
RGB Variations
Color information
#896874 (or 0x896874) is known color: Mauve Taupe. HEX triplet: 89, 68 and 74. RGB value is (137,104,116). Sum of RGB (Red+Green+Blue) = 137+104+116=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 137 - color contains mainly: red. Hex color #896874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896874 is #76978B. Grayscale: #737373. Windows color (decimal): -7772044 or 7628937. OLE color: 7628937.
HSL color Cylindrical-coordinate representation of color #896874: hue angle of 338.18º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #896874 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 104 | 116 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.46 |
| HSL | 338.18º | 0.14% | 0.47% | - |
| HSV(B) | 338.18º | 0.24% | 0.54% | - |
| XYZ | 18.42 | 16.48 | 18.73 | - |
| YUV | 115.24 | 128.43 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 104 | 116 | 0 | 0.24 | 0.15 | 0.46 | 338.18 | 0.14 | 0.47 |
| Hex | 89 | 68 | 74 | 0 | 18 | F | 2E | 152 | E | 2F |
| Octal | 211 | 150 | 164 | 0 | 30 | 17 | 56 | 522 | 16 | 57 |
| Binary | 10001001 | 1101000 | 1110100 | 0 | 11000 | 1111 | 101110 | 101010010 | 1110 | 101111 |
Color Harmonies of #896874
Complementary color
Monochromatic Colors of #896874
Black with #896874
Text Example
Text Example
White with #896874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896874; }
p { color: rgb(137,104,116); }
H1.HeaderClassName
{
color: #896874;
}
.AnyTagClassName
{
color: #896874;
}
</style>
background-color css
<style>
a { background-color: #896874; }
a { background-color: rgb(137,104,116); }
div.DivClassName
{
background-color: #896874;
}
.BgClassName
{
background-color: #896874;
}
</style>
border-color css
<style>
span { border-color: #896874; }
span { border-color: rgb(137,104,116); }
td.TdClassName
{
border-color: #896874;
}
.TagClassName
{
border-color: #896874;
}
</style>