Shades of Trendy Pink #78537C
Tints of Trendy Pink #78537C
RGB
CMYK
RGB Variations
Color information
#78537C (or 0x78537C) is known color: Trendy Pink. HEX triplet: 78, 53 and 7C. RGB value is (120,83,124). Sum of RGB (Red+Green+Blue) = 120+83+124=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 124 - color contains mainly: blue. Hex color #78537C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78537C is #87AC83. Grayscale: #626262. Windows color (decimal): -8891524 or 8147832. OLE color: 8147832.
HSL color Cylindrical-coordinate representation of color #78537C: hue angle of 294.15º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #78537C is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 83 | 124 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.51 |
| HSL | 294.15º | 0.2% | 0.41% | - |
| HSV(B) | 294.15º | 0.33% | 0.49% | - |
| XYZ | 14.48 | 11.63 | 20.55 | - |
| YUV | 98.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 83 | 124 | 0.03 | 0.33 | 0 | 0.51 | 294.15 | 0.2 | 0.41 |
| Hex | 78 | 53 | 7C | 3 | 21 | 0 | 33 | 126 | 14 | 29 |
| Octal | 170 | 123 | 174 | 3 | 41 | 0 | 63 | 446 | 24 | 51 |
| Binary | 1111000 | 1010011 | 1111100 | 11 | 100001 | 0 | 110011 | 100100110 | 10100 | 101001 |
Color Harmonies of #78537C
Complementary color
Monochromatic Colors of #78537C
Black with #78537C
Text Example
Text Example
White with #78537C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78537C; }
p { color: rgb(120,83,124); }
H1.HeaderClassName
{
color: #78537C;
}
.AnyTagClassName
{
color: #78537C;
}
</style>
background-color css
<style>
a { background-color: #78537C; }
a { background-color: rgb(120,83,124); }
div.DivClassName
{
background-color: #78537C;
}
.BgClassName
{
background-color: #78537C;
}
</style>
border-color css
<style>
span { border-color: #78537C; }
span { border-color: rgb(120,83,124); }
td.TdClassName
{
border-color: #78537C;
}
.TagClassName
{
border-color: #78537C;
}
</style>