Shades of Trendy Pink #88718D
Tints of Trendy Pink #88718D
RGB
CMYK
RGB Variations
Color information
#88718D (or 0x88718D) is known color: Trendy Pink. HEX triplet: 88, 71 and 8D. RGB value is (136,113,141). Sum of RGB (Red+Green+Blue) = 136+113+141=390 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.87% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 141 - color contains mainly: blue. Hex color #88718D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88718D is #778E72. Grayscale: #7A7A7A. Windows color (decimal): -7835251 or 9269640. OLE color: 9269640.
HSL color Cylindrical-coordinate representation of color #88718D: hue angle of 289.29º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #88718D is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 113 | 141 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.45 |
| HSL | 289.29º | 0.11% | 0.5% | - |
| HSV(B) | 289.29º | 0.2% | 0.55% | - |
| XYZ | 20.87 | 18.97 | 27.76 | - |
| YUV | 123.07 | 138.12 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 113 | 141 | 0.04 | 0.20 | 0 | 0.45 | 289.29 | 0.11 | 0.5 |
| Hex | 88 | 71 | 8D | 4 | 14 | 0 | 2D | 121 | B | 32 |
| Octal | 210 | 161 | 215 | 4 | 24 | 0 | 55 | 441 | 13 | 62 |
| Binary | 10001000 | 1110001 | 10001101 | 100 | 10100 | 0 | 101101 | 100100001 | 1011 | 110010 |
Color Harmonies of #88718D
Complementary color
Monochromatic Colors of #88718D
Black with #88718D
Text Example
Text Example
White with #88718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88718D; }
p { color: rgb(136,113,141); }
H1.HeaderClassName
{
color: #88718D;
}
.AnyTagClassName
{
color: #88718D;
}
</style>
background-color css
<style>
a { background-color: #88718D; }
a { background-color: rgb(136,113,141); }
div.DivClassName
{
background-color: #88718D;
}
.BgClassName
{
background-color: #88718D;
}
</style>
border-color css
<style>
span { border-color: #88718D; }
span { border-color: rgb(136,113,141); }
td.TdClassName
{
border-color: #88718D;
}
.TagClassName
{
border-color: #88718D;
}
</style>