Shades of Trendy Pink #88768A
Tints of Trendy Pink #88768A
RGB
CMYK
RGB Variations
Color information
#88768A (or 0x88768A) is known color: Trendy Pink. HEX triplet: 88, 76 and 8A. RGB value is (136,118,138). Sum of RGB (Red+Green+Blue) = 136+118+138=392 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.69% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 138 - color contains mainly: blue. Hex color #88768A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88768A is #778975. Grayscale: #7D7D7D. Windows color (decimal): -7833974 or 9074312. OLE color: 9074312.
HSL color Cylindrical-coordinate representation of color #88768A: hue angle of 294º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #88768A is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 118 | 138 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.46 |
| HSL | 294º | 0.08% | 0.5% | - |
| HSV(B) | 294º | 0.14% | 0.54% | - |
| XYZ | 21.22 | 20.03 | 26.79 | - |
| YUV | 125.66 | 134.96 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 118 | 138 | 0.01 | 0.14 | 0 | 0.46 | 294 | 0.08 | 0.5 |
| Hex | 88 | 76 | 8A | 1 | E | 0 | 2E | 126 | 8 | 32 |
| Octal | 210 | 166 | 212 | 1 | 16 | 0 | 56 | 446 | 10 | 62 |
| Binary | 10001000 | 1110110 | 10001010 | 1 | 1110 | 0 | 101110 | 100100110 | 1000 | 110010 |
Color Harmonies of #88768A
Complementary color
Monochromatic Colors of #88768A
Black with #88768A
Text Example
Text Example
White with #88768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88768A; }
p { color: rgb(136,118,138); }
H1.HeaderClassName
{
color: #88768A;
}
.AnyTagClassName
{
color: #88768A;
}
</style>
background-color css
<style>
a { background-color: #88768A; }
a { background-color: rgb(136,118,138); }
div.DivClassName
{
background-color: #88768A;
}
.BgClassName
{
background-color: #88768A;
}
</style>
border-color css
<style>
span { border-color: #88768A; }
span { border-color: rgb(136,118,138); }
td.TdClassName
{
border-color: #88768A;
}
.TagClassName
{
border-color: #88768A;
}
</style>