Shades of Trendy Pink #8D708A
Tints of Trendy Pink #8D708A
RGB
CMYK
RGB Variations
Color information
#8D708A (or 0x8D708A) is known color: Trendy Pink. HEX triplet: 8D, 70 and 8A. RGB value is (141,112,138). Sum of RGB (Red+Green+Blue) = 141+112+138=391 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.06% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 141 - color contains mainly: red. Hex color #8D708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D708A is #728F75. Grayscale: #7B7B7B. Windows color (decimal): -7507830 or 9072781. OLE color: 9072781.
HSL color Cylindrical-coordinate representation of color #8D708A: hue angle of 306.21º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8D708A is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 112 | 138 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.45 |
| HSL | 306.21º | 0.11% | 0.5% | - |
| HSV(B) | 306.21º | 0.21% | 0.55% | - |
| XYZ | 21.37 | 19.09 | 26.6 | - |
| YUV | 123.64 | 136.11 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 112 | 138 | 0 | 0.21 | 0.02 | 0.45 | 306.21 | 0.11 | 0.5 |
| Hex | 8D | 70 | 8A | 0 | 15 | 2 | 2D | 132 | B | 32 |
| Octal | 215 | 160 | 212 | 0 | 25 | 2 | 55 | 462 | 13 | 62 |
| Binary | 10001101 | 1110000 | 10001010 | 0 | 10101 | 10 | 101101 | 100110010 | 1011 | 110010 |
Color Harmonies of #8D708A
Complementary color
Monochromatic Colors of #8D708A
Black with #8D708A
Text Example
Text Example
White with #8D708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D708A; }
p { color: rgb(141,112,138); }
H1.HeaderClassName
{
color: #8D708A;
}
.AnyTagClassName
{
color: #8D708A;
}
</style>
background-color css
<style>
a { background-color: #8D708A; }
a { background-color: rgb(141,112,138); }
div.DivClassName
{
background-color: #8D708A;
}
.BgClassName
{
background-color: #8D708A;
}
</style>
border-color css
<style>
span { border-color: #8D708A; }
span { border-color: rgb(141,112,138); }
td.TdClassName
{
border-color: #8D708A;
}
.TagClassName
{
border-color: #8D708A;
}
</style>