Shades of Trendy Pink #88718A
Tints of Trendy Pink #88718A
RGB
CMYK
RGB Variations
Color information
#88718A (or 0x88718A) is known color: Trendy Pink. HEX triplet: 88, 71 and 8A. RGB value is (136,113,138). Sum of RGB (Red+Green+Blue) = 136+113+138=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 138 - color contains mainly: blue. Hex color #88718A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88718A is #778E75. Grayscale: #7A7A7A. Windows color (decimal): -7835254 or 9073032. OLE color: 9073032.
HSL color Cylindrical-coordinate representation of color #88718A: hue angle of 295.2º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #88718A is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 113 | 138 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.46 |
| HSL | 295.2º | 0.1% | 0.49% | - |
| HSV(B) | 295.2º | 0.18% | 0.54% | - |
| XYZ | 20.65 | 18.88 | 26.6 | - |
| YUV | 122.73 | 136.62 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 113 | 138 | 0.01 | 0.18 | 0 | 0.46 | 295.2 | 0.1 | 0.49 |
| Hex | 88 | 71 | 8A | 1 | 12 | 0 | 2E | 127 | A | 31 |
| Octal | 210 | 161 | 212 | 1 | 22 | 0 | 56 | 447 | 12 | 61 |
| Binary | 10001000 | 1110001 | 10001010 | 1 | 10010 | 0 | 101110 | 100100111 | 1010 | 110001 |
Color Harmonies of #88718A
Complementary color
Monochromatic Colors of #88718A
Black with #88718A
Text Example
Text Example
White with #88718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88718A; }
p { color: rgb(136,113,138); }
H1.HeaderClassName
{
color: #88718A;
}
.AnyTagClassName
{
color: #88718A;
}
</style>
background-color css
<style>
a { background-color: #88718A; }
a { background-color: rgb(136,113,138); }
div.DivClassName
{
background-color: #88718A;
}
.BgClassName
{
background-color: #88718A;
}
</style>
border-color css
<style>
span { border-color: #88718A; }
span { border-color: rgb(136,113,138); }
td.TdClassName
{
border-color: #88718A;
}
.TagClassName
{
border-color: #88718A;
}
</style>