Shades of Trendy Pink #785473
Tints of Trendy Pink #785473
RGB
CMYK
RGB Variations
Color information
#785473 (or 0x785473) is known color: Trendy Pink. HEX triplet: 78, 54 and 73. RGB value is (120,84,115). Sum of RGB (Red+Green+Blue) = 120+84+115=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 120 - color contains mainly: red. Hex color #785473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785473 is #87AB8C. Grayscale: #626262. Windows color (decimal): -8891277 or 7558264. OLE color: 7558264.
HSL color Cylindrical-coordinate representation of color #785473: hue angle of 308.33º 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 #785473 is Cyan = 0, Magento = 0.3, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 84 | 115 | - |
| CMYK | 0 | 0.3 | 0.04 | 0.53 |
| HSL | 308.33º | 0.18% | 0.4% | - |
| HSV(B) | 308.33º | 0.3% | 0.47% | - |
| XYZ | 14.01 | 11.57 | 17.71 | - |
| YUV | 98.3 | 137.43 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 84 | 115 | 0 | 0.3 | 0.04 | 0.53 | 308.33 | 0.18 | 0.4 |
| Hex | 78 | 54 | 73 | 0 | 1E | 4 | 35 | 134 | 12 | 28 |
| Octal | 170 | 124 | 163 | 0 | 36 | 4 | 65 | 464 | 22 | 50 |
| Binary | 1111000 | 1010100 | 1110011 | 0 | 11110 | 100 | 110101 | 100110100 | 10010 | 101000 |
Color Harmonies of #785473
Complementary color
Monochromatic Colors of #785473
Black with #785473
Text Example
Text Example
White with #785473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785473; }
p { color: rgb(120,84,115); }
H1.HeaderClassName
{
color: #785473;
}
.AnyTagClassName
{
color: #785473;
}
</style>
background-color css
<style>
a { background-color: #785473; }
a { background-color: rgb(120,84,115); }
div.DivClassName
{
background-color: #785473;
}
.BgClassName
{
background-color: #785473;
}
</style>
border-color css
<style>
span { border-color: #785473; }
span { border-color: rgb(120,84,115); }
td.TdClassName
{
border-color: #785473;
}
.TagClassName
{
border-color: #785473;
}
</style>