Shades of Trendy Pink #785374
Tints of Trendy Pink #785374
RGB
CMYK
RGB Variations
Color information
#785374 (or 0x785374) is known color: Trendy Pink. HEX triplet: 78, 53 and 74. RGB value is (120,83,116). Sum of RGB (Red+Green+Blue) = 120+83+116=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 120 - color contains mainly: red. Hex color #785374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785374 is #87AC8B. Grayscale: #616161. Windows color (decimal): -8891532 or 7623544. OLE color: 7623544.
HSL color Cylindrical-coordinate representation of color #785374: hue angle of 306.49º 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 #785374 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 83 | 116 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.53 |
| HSL | 306.49º | 0.18% | 0.4% | - |
| HSV(B) | 306.49º | 0.31% | 0.47% | - |
| XYZ | 13.99 | 11.44 | 17.99 | - |
| YUV | 97.83 | 138.26 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 83 | 116 | 0 | 0.31 | 0.03 | 0.53 | 306.49 | 0.18 | 0.4 |
| Hex | 78 | 53 | 74 | 0 | 1F | 3 | 35 | 132 | 12 | 28 |
| Octal | 170 | 123 | 164 | 0 | 37 | 3 | 65 | 462 | 22 | 50 |
| Binary | 1111000 | 1010011 | 1110100 | 0 | 11111 | 11 | 110101 | 100110010 | 10010 | 101000 |
Color Harmonies of #785374
Complementary color
Monochromatic Colors of #785374
Black with #785374
Text Example
Text Example
White with #785374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785374; }
p { color: rgb(120,83,116); }
H1.HeaderClassName
{
color: #785374;
}
.AnyTagClassName
{
color: #785374;
}
</style>
background-color css
<style>
a { background-color: #785374; }
a { background-color: rgb(120,83,116); }
div.DivClassName
{
background-color: #785374;
}
.BgClassName
{
background-color: #785374;
}
</style>
border-color css
<style>
span { border-color: #785374; }
span { border-color: rgb(120,83,116); }
td.TdClassName
{
border-color: #785374;
}
.TagClassName
{
border-color: #785374;
}
</style>