Shades of Trendy Pink #78547C
Tints of Trendy Pink #78547C
RGB
CMYK
RGB Variations
Color information
#78547C (or 0x78547C) is known color: Trendy Pink. HEX triplet: 78, 54 and 7C. RGB value is (120,84,124). Sum of RGB (Red+Green+Blue) = 120+84+124=328 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.59% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 124 - color contains mainly: blue. Hex color #78547C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78547C is #87AB83. Grayscale: #636363. Windows color (decimal): -8891268 or 8148088. OLE color: 8148088.
HSL color Cylindrical-coordinate representation of color #78547C: hue angle of 294º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #78547C is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 84 | 124 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.51 |
| HSL | 294º | 0.19% | 0.41% | - |
| HSV(B) | 294º | 0.32% | 0.49% | - |
| XYZ | 14.55 | 11.79 | 20.58 | - |
| YUV | 99.32 | 141.93 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 84 | 124 | 0.03 | 0.32 | 0 | 0.51 | 294 | 0.19 | 0.41 |
| Hex | 78 | 54 | 7C | 3 | 20 | 0 | 33 | 126 | 13 | 29 |
| Octal | 170 | 124 | 174 | 3 | 40 | 0 | 63 | 446 | 23 | 51 |
| Binary | 1111000 | 1010100 | 1111100 | 11 | 100000 | 0 | 110011 | 100100110 | 10011 | 101001 |
Color Harmonies of #78547C
Complementary color
Monochromatic Colors of #78547C
Black with #78547C
Text Example
Text Example
White with #78547C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78547C; }
p { color: rgb(120,84,124); }
H1.HeaderClassName
{
color: #78547C;
}
.AnyTagClassName
{
color: #78547C;
}
</style>
background-color css
<style>
a { background-color: #78547C; }
a { background-color: rgb(120,84,124); }
div.DivClassName
{
background-color: #78547C;
}
.BgClassName
{
background-color: #78547C;
}
</style>
border-color css
<style>
span { border-color: #78547C; }
span { border-color: rgb(120,84,124); }
td.TdClassName
{
border-color: #78547C;
}
.TagClassName
{
border-color: #78547C;
}
</style>