Shades of Trendy Pink #88708B
Tints of Trendy Pink #88708B
RGB
CMYK
RGB Variations
Color information
#88708B (or 0x88708B) is known color: Trendy Pink. HEX triplet: 88, 70 and 8B. RGB value is (136,112,139). Sum of RGB (Red+Green+Blue) = 136+112+139=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 139 - color contains mainly: blue. Hex color #88708B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88708B is #778F74. Grayscale: #7A7A7A. Windows color (decimal): -7835509 or 9138312. OLE color: 9138312.
HSL color Cylindrical-coordinate representation of color #88708B: hue angle of 293.33º degrees, saturation: 0.11, 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 #88708B is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 112 | 139 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.45 |
| HSL | 293.33º | 0.11% | 0.49% | - |
| HSV(B) | 293.33º | 0.19% | 0.55% | - |
| XYZ | 20.61 | 18.69 | 26.95 | - |
| YUV | 122.25 | 137.45 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 112 | 139 | 0.02 | 0.19 | 0 | 0.45 | 293.33 | 0.11 | 0.49 |
| Hex | 88 | 70 | 8B | 2 | 13 | 0 | 2D | 125 | B | 31 |
| Octal | 210 | 160 | 213 | 2 | 23 | 0 | 55 | 445 | 13 | 61 |
| Binary | 10001000 | 1110000 | 10001011 | 10 | 10011 | 0 | 101101 | 100100101 | 1011 | 110001 |
Color Harmonies of #88708B
Complementary color
Monochromatic Colors of #88708B
Black with #88708B
Text Example
Text Example
White with #88708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88708B; }
p { color: rgb(136,112,139); }
H1.HeaderClassName
{
color: #88708B;
}
.AnyTagClassName
{
color: #88708B;
}
</style>
background-color css
<style>
a { background-color: #88708B; }
a { background-color: rgb(136,112,139); }
div.DivClassName
{
background-color: #88708B;
}
.BgClassName
{
background-color: #88708B;
}
</style>
border-color css
<style>
span { border-color: #88708B; }
span { border-color: rgb(136,112,139); }
td.TdClassName
{
border-color: #88708B;
}
.TagClassName
{
border-color: #88708B;
}
</style>