Shades of Trendy Pink #884A77
Tints of Trendy Pink #884A77
RGB
CMYK
RGB Variations
Color information
#884A77 (or 0x884A77) is known color: Trendy Pink. HEX triplet: 88, 4A and 77. RGB value is (136,74,119). Sum of RGB (Red+Green+Blue) = 136+74+119=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 119 (46.88% from 255 or 36.17% from 329); Max value from RGB is 136 - color contains mainly: red. Hex color #884A77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884A77 is #77B588. Grayscale: #616161. Windows color (decimal): -7845257 or 7817864. OLE color: 7817864.
HSL color Cylindrical-coordinate representation of color #884A77: hue angle of 316.45º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #884A77 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 74 | 119 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.47 |
| HSL | 316.45º | 0.3% | 0.41% | - |
| HSV(B) | 316.45º | 0.46% | 0.53% | - |
| XYZ | 15.93 | 11.46 | 18.83 | - |
| YUV | 97.67 | 140.04 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 119 | 0 | 0.46 | 0.12 | 0.47 | 316.45 | 0.3 | 0.41 |
| Hex | 88 | 4A | 77 | 0 | 2E | C | 2F | 13C | 1E | 29 |
| Octal | 210 | 112 | 167 | 0 | 56 | 14 | 57 | 474 | 36 | 51 |
| Binary | 10001000 | 1001010 | 1110111 | 0 | 101110 | 1100 | 101111 | 100111100 | 11110 | 101001 |
Color Harmonies of #884A77
Complementary color
Monochromatic Colors of #884A77
Black with #884A77
Text Example
Text Example
White with #884A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884A77; }
p { color: rgb(136,74,119); }
H1.HeaderClassName
{
color: #884A77;
}
.AnyTagClassName
{
color: #884A77;
}
</style>
background-color css
<style>
a { background-color: #884A77; }
a { background-color: rgb(136,74,119); }
div.DivClassName
{
background-color: #884A77;
}
.BgClassName
{
background-color: #884A77;
}
</style>
border-color css
<style>
span { border-color: #884A77; }
span { border-color: rgb(136,74,119); }
td.TdClassName
{
border-color: #884A77;
}
.TagClassName
{
border-color: #884A77;
}
</style>