Shades of Trendy Pink #785474
Tints of Trendy Pink #785474
RGB
CMYK
RGB Variations
Color information
#785474 (or 0x785474) is known color: Trendy Pink. HEX triplet: 78, 54 and 74. RGB value is (120,84,116). Sum of RGB (Red+Green+Blue) = 120+84+116=320 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.5% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 120 - color contains mainly: red. Hex color #785474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785474 is #87AB8B. Grayscale: #626262. Windows color (decimal): -8891276 or 7623800. OLE color: 7623800.
HSL color Cylindrical-coordinate representation of color #785474: hue angle of 306.67º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #785474 is Cyan = 0, Magento = 0.3, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 84 | 116 | - |
| CMYK | 0 | 0.3 | 0.03 | 0.53 |
| HSL | 306.67º | 0.18% | 0.4% | - |
| HSV(B) | 306.67º | 0.3% | 0.47% | - |
| XYZ | 14.07 | 11.59 | 18.02 | - |
| YUV | 98.41 | 137.93 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 84 | 116 | 0 | 0.3 | 0.03 | 0.53 | 306.67 | 0.18 | 0.4 |
| Hex | 78 | 54 | 74 | 0 | 1E | 3 | 35 | 133 | 12 | 28 |
| Octal | 170 | 124 | 164 | 0 | 36 | 3 | 65 | 463 | 22 | 50 |
| Binary | 1111000 | 1010100 | 1110100 | 0 | 11110 | 11 | 110101 | 100110011 | 10010 | 101000 |
Color Harmonies of #785474
Complementary color
Monochromatic Colors of #785474
Black with #785474
Text Example
Text Example
White with #785474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785474; }
p { color: rgb(120,84,116); }
H1.HeaderClassName
{
color: #785474;
}
.AnyTagClassName
{
color: #785474;
}
</style>
background-color css
<style>
a { background-color: #785474; }
a { background-color: rgb(120,84,116); }
div.DivClassName
{
background-color: #785474;
}
.BgClassName
{
background-color: #785474;
}
</style>
border-color css
<style>
span { border-color: #785474; }
span { border-color: rgb(120,84,116); }
td.TdClassName
{
border-color: #785474;
}
.TagClassName
{
border-color: #785474;
}
</style>