Shades of Trendy Pink #785079
Tints of Trendy Pink #785079
RGB
CMYK
RGB Variations
Color information
#785079 (or 0x785079) is known color: Trendy Pink. HEX triplet: 78, 50 and 79. RGB value is (120,80,121). Sum of RGB (Red+Green+Blue) = 120+80+121=321 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.38% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 121 - color contains mainly: blue. Hex color #785079 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785079 is #87AF86. Grayscale: #606060. Windows color (decimal): -8892295 or 7950456. OLE color: 7950456.
HSL color Cylindrical-coordinate representation of color #785079: hue angle of 298.54º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #785079 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 80 | 121 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.53 |
| HSL | 298.54º | 0.2% | 0.39% | - |
| HSV(B) | 298.54º | 0.34% | 0.47% | - |
| XYZ | 14.07 | 11.11 | 19.49 | - |
| YUV | 96.63 | 141.75 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 80 | 121 | 0.01 | 0.34 | 0 | 0.53 | 298.54 | 0.2 | 0.39 |
| Hex | 78 | 50 | 79 | 1 | 22 | 0 | 35 | 12B | 14 | 27 |
| Octal | 170 | 120 | 171 | 1 | 42 | 0 | 65 | 453 | 24 | 47 |
| Binary | 1111000 | 1010000 | 1111001 | 1 | 100010 | 0 | 110101 | 100101011 | 10100 | 100111 |
Color Harmonies of #785079
Complementary color
Monochromatic Colors of #785079
Black with #785079
Text Example
Text Example
White with #785079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785079; }
p { color: rgb(120,80,121); }
H1.HeaderClassName
{
color: #785079;
}
.AnyTagClassName
{
color: #785079;
}
</style>
background-color css
<style>
a { background-color: #785079; }
a { background-color: rgb(120,80,121); }
div.DivClassName
{
background-color: #785079;
}
.BgClassName
{
background-color: #785079;
}
</style>
border-color css
<style>
span { border-color: #785079; }
span { border-color: rgb(120,80,121); }
td.TdClassName
{
border-color: #785079;
}
.TagClassName
{
border-color: #785079;
}
</style>