Shades of Trendy Pink #884978
Tints of Trendy Pink #884978
RGB
CMYK
RGB Variations
Color information
#884978 (or 0x884978) is known color: Trendy Pink. HEX triplet: 88, 49 and 78. RGB value is (136,73,120). Sum of RGB (Red+Green+Blue) = 136+73+120=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 136 - color contains mainly: red. Hex color #884978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884978 is #77B687. Grayscale: #616161. Windows color (decimal): -7845512 or 7883144. OLE color: 7883144.
HSL color Cylindrical-coordinate representation of color #884978: hue angle of 315.24º 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 #884978 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 73 | 120 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.47 |
| HSL | 315.24º | 0.3% | 0.41% | - |
| HSV(B) | 315.24º | 0.46% | 0.53% | - |
| XYZ | 15.93 | 11.36 | 19.12 | - |
| YUV | 97.2 | 140.87 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 73 | 120 | 0 | 0.46 | 0.12 | 0.47 | 315.24 | 0.3 | 0.41 |
| Hex | 88 | 49 | 78 | 0 | 2E | C | 2F | 13B | 1E | 29 |
| Octal | 210 | 111 | 170 | 0 | 56 | 14 | 57 | 473 | 36 | 51 |
| Binary | 10001000 | 1001001 | 1111000 | 0 | 101110 | 1100 | 101111 | 100111011 | 11110 | 101001 |
Color Harmonies of #884978
Complementary color
Monochromatic Colors of #884978
Black with #884978
Text Example
Text Example
White with #884978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884978; }
p { color: rgb(136,73,120); }
H1.HeaderClassName
{
color: #884978;
}
.AnyTagClassName
{
color: #884978;
}
</style>
background-color css
<style>
a { background-color: #884978; }
a { background-color: rgb(136,73,120); }
div.DivClassName
{
background-color: #884978;
}
.BgClassName
{
background-color: #884978;
}
</style>
border-color css
<style>
span { border-color: #884978; }
span { border-color: rgb(136,73,120); }
td.TdClassName
{
border-color: #884978;
}
.TagClassName
{
border-color: #884978;
}
</style>