Shades of Trendy Pink #785077
Tints of Trendy Pink #785077
RGB
CMYK
RGB Variations
Color information
#785077 (or 0x785077) is known color: Trendy Pink. HEX triplet: 78, 50 and 77. RGB value is (120,80,119). Sum of RGB (Red+Green+Blue) = 120+80+119=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 119 (46.88% from 255 or 37.30% from 319); Max value from RGB is 120 - color contains mainly: red. Hex color #785077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785077 is #87AF88. Grayscale: #606060. Windows color (decimal): -8892297 or 7819384. OLE color: 7819384.
HSL color Cylindrical-coordinate representation of color #785077: hue angle of 301.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #785077 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 80 | 119 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.53 |
| HSL | 301.5º | 0.2% | 0.39% | - |
| HSV(B) | 301.5º | 0.33% | 0.47% | - |
| XYZ | 13.94 | 11.06 | 18.85 | - |
| YUV | 96.41 | 140.75 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 80 | 119 | 0 | 0.33 | 0.01 | 0.53 | 301.5 | 0.2 | 0.39 |
| Hex | 78 | 50 | 77 | 0 | 21 | 1 | 35 | 12E | 14 | 27 |
| Octal | 170 | 120 | 167 | 0 | 41 | 1 | 65 | 456 | 24 | 47 |
| Binary | 1111000 | 1010000 | 1110111 | 0 | 100001 | 1 | 110101 | 100101110 | 10100 | 100111 |
Color Harmonies of #785077
Complementary color
Monochromatic Colors of #785077
Black with #785077
Text Example
Text Example
White with #785077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785077; }
p { color: rgb(120,80,119); }
H1.HeaderClassName
{
color: #785077;
}
.AnyTagClassName
{
color: #785077;
}
</style>
background-color css
<style>
a { background-color: #785077; }
a { background-color: rgb(120,80,119); }
div.DivClassName
{
background-color: #785077;
}
.BgClassName
{
background-color: #785077;
}
</style>
border-color css
<style>
span { border-color: #785077; }
span { border-color: rgb(120,80,119); }
td.TdClassName
{
border-color: #785077;
}
.TagClassName
{
border-color: #785077;
}
</style>