Shades of Trendy Pink #785575
Tints of Trendy Pink #785575
RGB
CMYK
RGB Variations
Color information
#785575 (or 0x785575) is known color: Trendy Pink. HEX triplet: 78, 55 and 75. RGB value is (120,85,117). Sum of RGB (Red+Green+Blue) = 120+85+117=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 120 - color contains mainly: red. Hex color #785575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785575 is #87AA8A. Grayscale: #636363. Windows color (decimal): -8891019 or 7689592. OLE color: 7689592.
HSL color Cylindrical-coordinate representation of color #785575: hue angle of 305.14º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #785575 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 85 | 117 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.53 |
| HSL | 305.14º | 0.17% | 0.4% | - |
| HSV(B) | 305.14º | 0.29% | 0.47% | - |
| XYZ | 14.21 | 11.77 | 18.35 | - |
| YUV | 99.11 | 138.1 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 85 | 117 | 0 | 0.29 | 0.02 | 0.53 | 305.14 | 0.17 | 0.4 |
| Hex | 78 | 55 | 75 | 0 | 1D | 2 | 35 | 131 | 11 | 28 |
| Octal | 170 | 125 | 165 | 0 | 35 | 2 | 65 | 461 | 21 | 50 |
| Binary | 1111000 | 1010101 | 1110101 | 0 | 11101 | 10 | 110101 | 100110001 | 10001 | 101000 |
Color Harmonies of #785575
Complementary color
Monochromatic Colors of #785575
Black with #785575
Text Example
Text Example
White with #785575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785575; }
p { color: rgb(120,85,117); }
H1.HeaderClassName
{
color: #785575;
}
.AnyTagClassName
{
color: #785575;
}
</style>
background-color css
<style>
a { background-color: #785575; }
a { background-color: rgb(120,85,117); }
div.DivClassName
{
background-color: #785575;
}
.BgClassName
{
background-color: #785575;
}
</style>
border-color css
<style>
span { border-color: #785575; }
span { border-color: rgb(120,85,117); }
td.TdClassName
{
border-color: #785575;
}
.TagClassName
{
border-color: #785575;
}
</style>