Shades of Mauve Taupe #8F626C
Tints of Mauve Taupe #8F626C
RGB
CMYK
RGB Variations
Color information
#8F626C (or 0x8F626C) is known color: Mauve Taupe. HEX triplet: 8F, 62 and 6C. RGB value is (143,98,108). Sum of RGB (Red+Green+Blue) = 143+98+108=349 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.97% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 143 - color contains mainly: red. Hex color #8F626C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F626C is #709D93. Grayscale: #707070. Windows color (decimal): -7380372 or 7103119. OLE color: 7103119.
HSL color Cylindrical-coordinate representation of color #8F626C: hue angle of 346.67º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F626C is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 98 | 108 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.44 |
| HSL | 346.67º | 0.19% | 0.47% | - |
| HSV(B) | 346.67º | 0.31% | 0.56% | - |
| XYZ | 18.4 | 15.66 | 16.24 | - |
| YUV | 112.6 | 125.41 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 98 | 108 | 0 | 0.31 | 0.24 | 0.44 | 346.67 | 0.19 | 0.47 |
| Hex | 8F | 62 | 6C | 0 | 1F | 18 | 2C | 15B | 13 | 2F |
| Octal | 217 | 142 | 154 | 0 | 37 | 30 | 54 | 533 | 23 | 57 |
| Binary | 10001111 | 1100010 | 1101100 | 0 | 11111 | 11000 | 101100 | 101011011 | 10011 | 101111 |
Color Harmonies of #8F626C
Complementary color
Monochromatic Colors of #8F626C
Black with #8F626C
Text Example
Text Example
White with #8F626C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F626C; }
p { color: rgb(143,98,108); }
H1.HeaderClassName
{
color: #8F626C;
}
.AnyTagClassName
{
color: #8F626C;
}
</style>
background-color css
<style>
a { background-color: #8F626C; }
a { background-color: rgb(143,98,108); }
div.DivClassName
{
background-color: #8F626C;
}
.BgClassName
{
background-color: #8F626C;
}
</style>
border-color css
<style>
span { border-color: #8F626C; }
span { border-color: rgb(143,98,108); }
td.TdClassName
{
border-color: #8F626C;
}
.TagClassName
{
border-color: #8F626C;
}
</style>