Shades of Trendy Pink #884C7A
Tints of Trendy Pink #884C7A
RGB
CMYK
RGB Variations
Color information
#884C7A (or 0x884C7A) is known color: Trendy Pink. HEX triplet: 88, 4C and 7A. RGB value is (136,76,122). Sum of RGB (Red+Green+Blue) = 136+76+122=334 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.72% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 136 - color contains mainly: red. Hex color #884C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884C7A is #77B385. Grayscale: #636363. Windows color (decimal): -7844742 or 8014984. OLE color: 8014984.
HSL color Cylindrical-coordinate representation of color #884C7A: hue angle of 314º 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 #884C7A is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 76 | 122 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.47 |
| HSL | 314º | 0.28% | 0.42% | - |
| HSV(B) | 314º | 0.44% | 0.53% | - |
| XYZ | 16.25 | 11.81 | 19.84 | - |
| YUV | 99.18 | 140.88 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 76 | 122 | 0 | 0.44 | 0.10 | 0.47 | 314 | 0.28 | 0.42 |
| Hex | 88 | 4C | 7A | 0 | 2C | A | 2F | 13A | 1C | 2A |
| Octal | 210 | 114 | 172 | 0 | 54 | 12 | 57 | 472 | 34 | 52 |
| Binary | 10001000 | 1001100 | 1111010 | 0 | 101100 | 1010 | 101111 | 100111010 | 11100 | 101010 |
Color Harmonies of #884C7A
Complementary color
Monochromatic Colors of #884C7A
Black with #884C7A
Text Example
Text Example
White with #884C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884C7A; }
p { color: rgb(136,76,122); }
H1.HeaderClassName
{
color: #884C7A;
}
.AnyTagClassName
{
color: #884C7A;
}
</style>
background-color css
<style>
a { background-color: #884C7A; }
a { background-color: rgb(136,76,122); }
div.DivClassName
{
background-color: #884C7A;
}
.BgClassName
{
background-color: #884C7A;
}
</style>
border-color css
<style>
span { border-color: #884C7A; }
span { border-color: rgb(136,76,122); }
td.TdClassName
{
border-color: #884C7A;
}
.TagClassName
{
border-color: #884C7A;
}
</style>