Shades of Trendy Pink #785377
Tints of Trendy Pink #785377
RGB
CMYK
RGB Variations
Color information
#785377 (or 0x785377) is known color: Trendy Pink. HEX triplet: 78, 53 and 77. RGB value is (120,83,119). Sum of RGB (Red+Green+Blue) = 120+83+119=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 119 (46.88% from 255 or 36.96% from 322); Max value from RGB is 120 - color contains mainly: red. Hex color #785377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785377 is #87AC88. Grayscale: #626262. Windows color (decimal): -8891529 or 7820152. OLE color: 7820152.
HSL color Cylindrical-coordinate representation of color #785377: hue angle of 301.62º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #785377 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 83 | 119 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.53 |
| HSL | 301.62º | 0.18% | 0.4% | - |
| HSV(B) | 301.62º | 0.31% | 0.47% | - |
| XYZ | 14.17 | 11.51 | 18.93 | - |
| YUV | 98.17 | 139.76 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 83 | 119 | 0 | 0.31 | 0.01 | 0.53 | 301.62 | 0.18 | 0.4 |
| Hex | 78 | 53 | 77 | 0 | 1F | 1 | 35 | 12E | 12 | 28 |
| Octal | 170 | 123 | 167 | 0 | 37 | 1 | 65 | 456 | 22 | 50 |
| Binary | 1111000 | 1010011 | 1110111 | 0 | 11111 | 1 | 110101 | 100101110 | 10010 | 101000 |
Color Harmonies of #785377
Complementary color
Monochromatic Colors of #785377
Black with #785377
Text Example
Text Example
White with #785377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785377; }
p { color: rgb(120,83,119); }
H1.HeaderClassName
{
color: #785377;
}
.AnyTagClassName
{
color: #785377;
}
</style>
background-color css
<style>
a { background-color: #785377; }
a { background-color: rgb(120,83,119); }
div.DivClassName
{
background-color: #785377;
}
.BgClassName
{
background-color: #785377;
}
</style>
border-color css
<style>
span { border-color: #785377; }
span { border-color: rgb(120,83,119); }
td.TdClassName
{
border-color: #785377;
}
.TagClassName
{
border-color: #785377;
}
</style>