Shades of Trendy Pink #78527C
Tints of Trendy Pink #78527C
RGB
CMYK
RGB Variations
Color information
#78527C (or 0x78527C) is known color: Trendy Pink. HEX triplet: 78, 52 and 7C. RGB value is (120,82,124). Sum of RGB (Red+Green+Blue) = 120+82+124=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 124 - color contains mainly: blue. Hex color #78527C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78527C is #87AD83. Grayscale: #626262. Windows color (decimal): -8891780 or 8147576. OLE color: 8147576.
HSL color Cylindrical-coordinate representation of color #78527C: hue angle of 294.29º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #78527C is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 82 | 124 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.51 |
| HSL | 294.29º | 0.2% | 0.4% | - |
| HSV(B) | 294.29º | 0.34% | 0.49% | - |
| XYZ | 14.4 | 11.48 | 20.53 | - |
| YUV | 98.15 | 142.59 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 82 | 124 | 0.03 | 0.34 | 0 | 0.51 | 294.29 | 0.2 | 0.4 |
| Hex | 78 | 52 | 7C | 3 | 22 | 0 | 33 | 126 | 14 | 28 |
| Octal | 170 | 122 | 174 | 3 | 42 | 0 | 63 | 446 | 24 | 50 |
| Binary | 1111000 | 1010010 | 1111100 | 11 | 100010 | 0 | 110011 | 100100110 | 10100 | 101000 |
Color Harmonies of #78527C
Complementary color
Monochromatic Colors of #78527C
Black with #78527C
Text Example
Text Example
White with #78527C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78527C; }
p { color: rgb(120,82,124); }
H1.HeaderClassName
{
color: #78527C;
}
.AnyTagClassName
{
color: #78527C;
}
</style>
background-color css
<style>
a { background-color: #78527C; }
a { background-color: rgb(120,82,124); }
div.DivClassName
{
background-color: #78527C;
}
.BgClassName
{
background-color: #78527C;
}
</style>
border-color css
<style>
span { border-color: #78527C; }
span { border-color: rgb(120,82,124); }
td.TdClassName
{
border-color: #78527C;
}
.TagClassName
{
border-color: #78527C;
}
</style>