Shades of Mauve Taupe #8F5F68
Tints of Mauve Taupe #8F5F68
RGB
CMYK
RGB Variations
Color information
#8F5F68 (or 0x8F5F68) is known color: Mauve Taupe. HEX triplet: 8F, 5F and 68. RGB value is (143,95,104). Sum of RGB (Red+Green+Blue) = 143+95+104=342 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.81% from 342); Green value is 95 (37.5% from 255 or 27.78% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5F68 is #70A097. Grayscale: #6E6E6E. Windows color (decimal): -7381144 or 6840207. OLE color: 6840207.
HSL color Cylindrical-coordinate representation of color #8F5F68: hue angle of 348.75º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8F5F68 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 95 | 104 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.44 |
| HSL | 348.75º | 0.2% | 0.47% | - |
| HSV(B) | 348.75º | 0.34% | 0.56% | - |
| XYZ | 17.92 | 15.02 | 15.05 | - |
| YUV | 110.38 | 124.4 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 95 | 104 | 0 | 0.34 | 0.27 | 0.44 | 348.75 | 0.2 | 0.47 |
| Hex | 8F | 5F | 68 | 0 | 22 | 1B | 2C | 15D | 14 | 2F |
| Octal | 217 | 137 | 150 | 0 | 42 | 33 | 54 | 535 | 24 | 57 |
| Binary | 10001111 | 1011111 | 1101000 | 0 | 100010 | 11011 | 101100 | 101011101 | 10100 | 101111 |
Color Harmonies of #8F5F68
Complementary color
Monochromatic Colors of #8F5F68
Black with #8F5F68
Text Example
Text Example
White with #8F5F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5F68; }
p { color: rgb(143,95,104); }
H1.HeaderClassName
{
color: #8F5F68;
}
.AnyTagClassName
{
color: #8F5F68;
}
</style>
background-color css
<style>
a { background-color: #8F5F68; }
a { background-color: rgb(143,95,104); }
div.DivClassName
{
background-color: #8F5F68;
}
.BgClassName
{
background-color: #8F5F68;
}
</style>
border-color css
<style>
span { border-color: #8F5F68; }
span { border-color: rgb(143,95,104); }
td.TdClassName
{
border-color: #8F5F68;
}
.TagClassName
{
border-color: #8F5F68;
}
</style>