Shades of Trendy Pink #785777
Tints of Trendy Pink #785777
RGB
CMYK
RGB Variations
Color information
#785777 (or 0x785777) is known color: Trendy Pink. HEX triplet: 78, 57 and 77. RGB value is (120,87,119). Sum of RGB (Red+Green+Blue) = 120+87+119=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 120 - color contains mainly: red. Hex color #785777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785777 is #87A888. Grayscale: #646464. Windows color (decimal): -8890505 or 7821176. OLE color: 7821176.
HSL color Cylindrical-coordinate representation of color #785777: hue angle of 301.82º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #785777 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 87 | 119 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.53 |
| HSL | 301.82º | 0.16% | 0.41% | - |
| HSV(B) | 301.82º | 0.28% | 0.47% | - |
| XYZ | 14.48 | 12.14 | 19.03 | - |
| YUV | 100.52 | 138.43 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 87 | 119 | 0 | 0.28 | 0.01 | 0.53 | 301.82 | 0.16 | 0.41 |
| Hex | 78 | 57 | 77 | 0 | 1C | 1 | 35 | 12E | 10 | 29 |
| Octal | 170 | 127 | 167 | 0 | 34 | 1 | 65 | 456 | 20 | 51 |
| Binary | 1111000 | 1010111 | 1110111 | 0 | 11100 | 1 | 110101 | 100101110 | 10000 | 101001 |
Color Harmonies of #785777
Complementary color
Monochromatic Colors of #785777
Black with #785777
Text Example
Text Example
White with #785777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785777; }
p { color: rgb(120,87,119); }
H1.HeaderClassName
{
color: #785777;
}
.AnyTagClassName
{
color: #785777;
}
</style>
background-color css
<style>
a { background-color: #785777; }
a { background-color: rgb(120,87,119); }
div.DivClassName
{
background-color: #785777;
}
.BgClassName
{
background-color: #785777;
}
</style>
border-color css
<style>
span { border-color: #785777; }
span { border-color: rgb(120,87,119); }
td.TdClassName
{
border-color: #785777;
}
.TagClassName
{
border-color: #785777;
}
</style>