Shades of Mauve Taupe #8F626B
Tints of Mauve Taupe #8F626B
RGB
CMYK
RGB Variations
Color information
#8F626B (or 0x8F626B) is known color: Mauve Taupe. HEX triplet: 8F, 62 and 6B. RGB value is (143,98,107). Sum of RGB (Red+Green+Blue) = 143+98+107=348 (46% of max value = 765). Red value is 143 (56.25% from 255 or 41.09% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 143 - color contains mainly: red. Hex color #8F626B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F626B is #709D94. Grayscale: #707070. Windows color (decimal): -7380373 or 7037583. OLE color: 7037583.
HSL color Cylindrical-coordinate representation of color #8F626B: hue angle of 348º 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 #8F626B is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 98 | 107 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.44 |
| HSL | 348º | 0.19% | 0.47% | - |
| HSV(B) | 348º | 0.31% | 0.56% | - |
| XYZ | 18.35 | 15.64 | 15.96 | - |
| YUV | 112.48 | 124.91 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 98 | 107 | 0 | 0.31 | 0.25 | 0.44 | 348 | 0.19 | 0.47 |
| Hex | 8F | 62 | 6B | 0 | 1F | 19 | 2C | 15C | 13 | 2F |
| Octal | 217 | 142 | 153 | 0 | 37 | 31 | 54 | 534 | 23 | 57 |
| Binary | 10001111 | 1100010 | 1101011 | 0 | 11111 | 11001 | 101100 | 101011100 | 10011 | 101111 |
Color Harmonies of #8F626B
Complementary color
Monochromatic Colors of #8F626B
Black with #8F626B
Text Example
Text Example
White with #8F626B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F626B; }
p { color: rgb(143,98,107); }
H1.HeaderClassName
{
color: #8F626B;
}
.AnyTagClassName
{
color: #8F626B;
}
</style>
background-color css
<style>
a { background-color: #8F626B; }
a { background-color: rgb(143,98,107); }
div.DivClassName
{
background-color: #8F626B;
}
.BgClassName
{
background-color: #8F626B;
}
</style>
border-color css
<style>
span { border-color: #8F626B; }
span { border-color: rgb(143,98,107); }
td.TdClassName
{
border-color: #8F626B;
}
.TagClassName
{
border-color: #8F626B;
}
</style>