Shades of Trendy Pink #88768B
Tints of Trendy Pink #88768B
RGB
CMYK
RGB Variations
Color information
#88768B (or 0x88768B) is known color: Trendy Pink. HEX triplet: 88, 76 and 8B. RGB value is (136,118,139). Sum of RGB (Red+Green+Blue) = 136+118+139=393 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.61% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 139 - color contains mainly: blue. Hex color #88768B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88768B is #778974. Grayscale: #7D7D7D. Windows color (decimal): -7833973 or 9139848. OLE color: 9139848.
HSL color Cylindrical-coordinate representation of color #88768B: hue angle of 291.43º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #88768B is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 118 | 139 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.45 |
| HSL | 291.43º | 0.08% | 0.5% | - |
| HSV(B) | 291.43º | 0.15% | 0.55% | - |
| XYZ | 21.29 | 20.06 | 27.17 | - |
| YUV | 125.78 | 135.46 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 118 | 139 | 0.02 | 0.15 | 0 | 0.45 | 291.43 | 0.08 | 0.5 |
| Hex | 88 | 76 | 8B | 2 | F | 0 | 2D | 123 | 8 | 32 |
| Octal | 210 | 166 | 213 | 2 | 17 | 0 | 55 | 443 | 10 | 62 |
| Binary | 10001000 | 1110110 | 10001011 | 10 | 1111 | 0 | 101101 | 100100011 | 1000 | 110010 |
Color Harmonies of #88768B
Complementary color
Monochromatic Colors of #88768B
Black with #88768B
Text Example
Text Example
White with #88768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88768B; }
p { color: rgb(136,118,139); }
H1.HeaderClassName
{
color: #88768B;
}
.AnyTagClassName
{
color: #88768B;
}
</style>
background-color css
<style>
a { background-color: #88768B; }
a { background-color: rgb(136,118,139); }
div.DivClassName
{
background-color: #88768B;
}
.BgClassName
{
background-color: #88768B;
}
</style>
border-color css
<style>
span { border-color: #88768B; }
span { border-color: rgb(136,118,139); }
td.TdClassName
{
border-color: #88768B;
}
.TagClassName
{
border-color: #88768B;
}
</style>