Shades of Trendy Pink #884C7F
Tints of Trendy Pink #884C7F
RGB
CMYK
RGB Variations
Color information
#884C7F (or 0x884C7F) is known color: Trendy Pink. HEX triplet: 88, 4C and 7F. RGB value is (136,76,127). Sum of RGB (Red+Green+Blue) = 136+76+127=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 136 - color contains mainly: red. Hex color #884C7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884C7F is #77B380. Grayscale: #636363. Windows color (decimal): -7844737 or 8342664. OLE color: 8342664.
HSL color Cylindrical-coordinate representation of color #884C7F: hue angle of 309º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #884C7F is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 76 | 127 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.47 |
| HSL | 309º | 0.28% | 0.42% | - |
| HSV(B) | 309º | 0.44% | 0.53% | - |
| XYZ | 16.57 | 11.94 | 21.51 | - |
| YUV | 99.75 | 143.38 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 76 | 127 | 0 | 0.44 | 0.07 | 0.47 | 309 | 0.28 | 0.42 |
| Hex | 88 | 4C | 7F | 0 | 2C | 7 | 2F | 135 | 1C | 2A |
| Octal | 210 | 114 | 177 | 0 | 54 | 7 | 57 | 465 | 34 | 52 |
| Binary | 10001000 | 1001100 | 1111111 | 0 | 101100 | 111 | 101111 | 100110101 | 11100 | 101010 |
Color Harmonies of #884C7F
Complementary color
Monochromatic Colors of #884C7F
Black with #884C7F
Text Example
Text Example
White with #884C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884C7F; }
p { color: rgb(136,76,127); }
H1.HeaderClassName
{
color: #884C7F;
}
.AnyTagClassName
{
color: #884C7F;
}
</style>
background-color css
<style>
a { background-color: #884C7F; }
a { background-color: rgb(136,76,127); }
div.DivClassName
{
background-color: #884C7F;
}
.BgClassName
{
background-color: #884C7F;
}
</style>
border-color css
<style>
span { border-color: #884C7F; }
span { border-color: rgb(136,76,127); }
td.TdClassName
{
border-color: #884C7F;
}
.TagClassName
{
border-color: #884C7F;
}
</style>