Shades of Trendy Pink #88718B
Tints of Trendy Pink #88718B
RGB
CMYK
RGB Variations
Color information
#88718B (or 0x88718B) is known color: Trendy Pink. HEX triplet: 88, 71 and 8B. RGB value is (136,113,139). Sum of RGB (Red+Green+Blue) = 136+113+139=388 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.05% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 139 - color contains mainly: blue. Hex color #88718B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88718B is #778E74. Grayscale: #7A7A7A. Windows color (decimal): -7835253 or 9138568. OLE color: 9138568.
HSL color Cylindrical-coordinate representation of color #88718B: hue angle of 293.08º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #88718B is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 113 | 139 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.45 |
| HSL | 293.08º | 0.1% | 0.49% | - |
| HSV(B) | 293.08º | 0.19% | 0.55% | - |
| XYZ | 20.72 | 18.91 | 26.98 | - |
| YUV | 122.84 | 137.12 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 113 | 139 | 0.02 | 0.19 | 0 | 0.45 | 293.08 | 0.1 | 0.49 |
| Hex | 88 | 71 | 8B | 2 | 13 | 0 | 2D | 125 | A | 31 |
| Octal | 210 | 161 | 213 | 2 | 23 | 0 | 55 | 445 | 12 | 61 |
| Binary | 10001000 | 1110001 | 10001011 | 10 | 10011 | 0 | 101101 | 100100101 | 1010 | 110001 |
Color Harmonies of #88718B
Complementary color
Monochromatic Colors of #88718B
Black with #88718B
Text Example
Text Example
White with #88718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88718B; }
p { color: rgb(136,113,139); }
H1.HeaderClassName
{
color: #88718B;
}
.AnyTagClassName
{
color: #88718B;
}
</style>
background-color css
<style>
a { background-color: #88718B; }
a { background-color: rgb(136,113,139); }
div.DivClassName
{
background-color: #88718B;
}
.BgClassName
{
background-color: #88718B;
}
</style>
border-color css
<style>
span { border-color: #88718B; }
span { border-color: rgb(136,113,139); }
td.TdClassName
{
border-color: #88718B;
}
.TagClassName
{
border-color: #88718B;
}
</style>