Shades of Trendy Pink #785675
Tints of Trendy Pink #785675
RGB
CMYK
RGB Variations
Color information
#785675 (or 0x785675) is known color: Trendy Pink. HEX triplet: 78, 56 and 75. RGB value is (120,86,117). Sum of RGB (Red+Green+Blue) = 120+86+117=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 120 - color contains mainly: red. Hex color #785675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785675 is #87A98A. Grayscale: #636363. Windows color (decimal): -8890763 or 7689848. OLE color: 7689848.
HSL color Cylindrical-coordinate representation of color #785675: hue angle of 305.29º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #785675 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 86 | 117 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.53 |
| HSL | 305.29º | 0.17% | 0.4% | - |
| HSV(B) | 305.29º | 0.28% | 0.47% | - |
| XYZ | 14.28 | 11.93 | 18.38 | - |
| YUV | 99.7 | 137.76 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 86 | 117 | 0 | 0.28 | 0.02 | 0.53 | 305.29 | 0.17 | 0.4 |
| Hex | 78 | 56 | 75 | 0 | 1C | 2 | 35 | 131 | 11 | 28 |
| Octal | 170 | 126 | 165 | 0 | 34 | 2 | 65 | 461 | 21 | 50 |
| Binary | 1111000 | 1010110 | 1110101 | 0 | 11100 | 10 | 110101 | 100110001 | 10001 | 101000 |
Color Harmonies of #785675
Complementary color
Monochromatic Colors of #785675
Black with #785675
Text Example
Text Example
White with #785675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785675; }
p { color: rgb(120,86,117); }
H1.HeaderClassName
{
color: #785675;
}
.AnyTagClassName
{
color: #785675;
}
</style>
background-color css
<style>
a { background-color: #785675; }
a { background-color: rgb(120,86,117); }
div.DivClassName
{
background-color: #785675;
}
.BgClassName
{
background-color: #785675;
}
</style>
border-color css
<style>
span { border-color: #785675; }
span { border-color: rgb(120,86,117); }
td.TdClassName
{
border-color: #785675;
}
.TagClassName
{
border-color: #785675;
}
</style>