Shades of Trendy Pink #785779
Tints of Trendy Pink #785779
RGB
CMYK
RGB Variations
Color information
#785779 (or 0x785779) is known color: Trendy Pink. HEX triplet: 78, 57 and 79. RGB value is (120,87,121). Sum of RGB (Red+Green+Blue) = 120+87+121=328 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.59% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 121 - color contains mainly: blue. Hex color #785779 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785779 is #87A886. Grayscale: #646464. Windows color (decimal): -8890503 or 7952248. OLE color: 7952248.
HSL color Cylindrical-coordinate representation of color #785779: hue angle of 298.24º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #785779 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 87 | 121 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.53 |
| HSL | 298.24º | 0.16% | 0.41% | - |
| HSV(B) | 298.24º | 0.28% | 0.47% | - |
| XYZ | 14.61 | 12.19 | 19.67 | - |
| YUV | 100.74 | 139.43 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 87 | 121 | 0.01 | 0.28 | 0 | 0.53 | 298.24 | 0.16 | 0.41 |
| Hex | 78 | 57 | 79 | 1 | 1C | 0 | 35 | 12A | 10 | 29 |
| Octal | 170 | 127 | 171 | 1 | 34 | 0 | 65 | 452 | 20 | 51 |
| Binary | 1111000 | 1010111 | 1111001 | 1 | 11100 | 0 | 110101 | 100101010 | 10000 | 101001 |
Color Harmonies of #785779
Complementary color
Monochromatic Colors of #785779
Black with #785779
Text Example
Text Example
White with #785779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785779; }
p { color: rgb(120,87,121); }
H1.HeaderClassName
{
color: #785779;
}
.AnyTagClassName
{
color: #785779;
}
</style>
background-color css
<style>
a { background-color: #785779; }
a { background-color: rgb(120,87,121); }
div.DivClassName
{
background-color: #785779;
}
.BgClassName
{
background-color: #785779;
}
</style>
border-color css
<style>
span { border-color: #785779; }
span { border-color: rgb(120,87,121); }
td.TdClassName
{
border-color: #785779;
}
.TagClassName
{
border-color: #785779;
}
</style>