Shades of Trendy Pink #88788A
Tints of Trendy Pink #88788A
RGB
CMYK
RGB Variations
Color information
#88788A (or 0x88788A) is known color: Trendy Pink. HEX triplet: 88, 78 and 8A. RGB value is (136,120,138). Sum of RGB (Red+Green+Blue) = 136+120+138=394 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.52% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 138 - color contains mainly: blue. Hex color #88788A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88788A is #778775. Grayscale: #7E7E7E. Windows color (decimal): -7833462 or 9074824. OLE color: 9074824.
HSL color Cylindrical-coordinate representation of color #88788A: hue angle of 293.33º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #88788A is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 120 | 138 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.46 |
| HSL | 293.33º | 0.07% | 0.51% | - |
| HSV(B) | 293.33º | 0.13% | 0.54% | - |
| XYZ | 21.46 | 20.5 | 26.87 | - |
| YUV | 126.84 | 134.3 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 120 | 138 | 0.01 | 0.13 | 0 | 0.46 | 293.33 | 0.07 | 0.51 |
| Hex | 88 | 78 | 8A | 1 | D | 0 | 2E | 125 | 7 | 33 |
| Octal | 210 | 170 | 212 | 1 | 15 | 0 | 56 | 445 | 7 | 63 |
| Binary | 10001000 | 1111000 | 10001010 | 1 | 1101 | 0 | 101110 | 100100101 | 111 | 110011 |
Color Harmonies of #88788A
Complementary color
Monochromatic Colors of #88788A
Black with #88788A
Text Example
Text Example
White with #88788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88788A; }
p { color: rgb(136,120,138); }
H1.HeaderClassName
{
color: #88788A;
}
.AnyTagClassName
{
color: #88788A;
}
</style>
background-color css
<style>
a { background-color: #88788A; }
a { background-color: rgb(136,120,138); }
div.DivClassName
{
background-color: #88788A;
}
.BgClassName
{
background-color: #88788A;
}
</style>
border-color css
<style>
span { border-color: #88788A; }
span { border-color: rgb(136,120,138); }
td.TdClassName
{
border-color: #88788A;
}
.TagClassName
{
border-color: #88788A;
}
</style>