Shades of Trendy Pink #785478
Tints of Trendy Pink #785478
RGB
CMYK
RGB Variations
Color information
#785478 (or 0x785478) is known color: Trendy Pink. HEX triplet: 78, 54 and 78. RGB value is (120,84,120). Sum of RGB (Red+Green+Blue) = 120+84+120=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 120 - color contains mainly: red, blue. Hex color #785478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785478 is #87AB87. Grayscale: #626262. Windows color (decimal): -8891272 or 7885944. OLE color: 7885944.
HSL color Cylindrical-coordinate representation of color #785478: hue angle of 300º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #785478 is Cyan = 0, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 84 | 120 | - |
| CMYK | 0 | 0.3 | 0 | 0.53 |
| HSL | 300º | 0.18% | 0.4% | - |
| HSV(B) | 300º | 0.3% | 0.47% | - |
| XYZ | 14.31 | 11.69 | 19.27 | - |
| YUV | 98.87 | 139.93 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 84 | 120 | 0 | 0.3 | 0 | 0.53 | 300 | 0.18 | 0.4 |
| Hex | 78 | 54 | 78 | 0 | 1E | 0 | 35 | 12C | 12 | 28 |
| Octal | 170 | 124 | 170 | 0 | 36 | 0 | 65 | 454 | 22 | 50 |
| Binary | 1111000 | 1010100 | 1111000 | 0 | 11110 | 0 | 110101 | 100101100 | 10010 | 101000 |
Color Harmonies of #785478
Complementary color
Monochromatic Colors of #785478
Black with #785478
Text Example
Text Example
White with #785478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785478; }
p { color: rgb(120,84,120); }
H1.HeaderClassName
{
color: #785478;
}
.AnyTagClassName
{
color: #785478;
}
</style>
background-color css
<style>
a { background-color: #785478; }
a { background-color: rgb(120,84,120); }
div.DivClassName
{
background-color: #785478;
}
.BgClassName
{
background-color: #785478;
}
</style>
border-color css
<style>
span { border-color: #785478; }
span { border-color: rgb(120,84,120); }
td.TdClassName
{
border-color: #785478;
}
.TagClassName
{
border-color: #785478;
}
</style>