Shades of Trendy Pink #785073
Tints of Trendy Pink #785073
RGB
CMYK
RGB Variations
Color information
#785073 (or 0x785073) is known color: Trendy Pink. HEX triplet: 78, 50 and 73. RGB value is (120,80,115). Sum of RGB (Red+Green+Blue) = 120+80+115=315 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.10% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 120 - color contains mainly: red. Hex color #785073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785073 is #87AF8C. Grayscale: #5F5F5F. Windows color (decimal): -8892301 or 7557240. OLE color: 7557240.
HSL color Cylindrical-coordinate representation of color #785073: hue angle of 307.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #785073 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 80 | 115 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.53 |
| HSL | 307.5º | 0.2% | 0.39% | - |
| HSV(B) | 307.5º | 0.33% | 0.47% | - |
| XYZ | 13.71 | 10.97 | 17.61 | - |
| YUV | 95.95 | 138.75 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 80 | 115 | 0 | 0.33 | 0.04 | 0.53 | 307.5 | 0.2 | 0.39 |
| Hex | 78 | 50 | 73 | 0 | 21 | 4 | 35 | 134 | 14 | 27 |
| Octal | 170 | 120 | 163 | 0 | 41 | 4 | 65 | 464 | 24 | 47 |
| Binary | 1111000 | 1010000 | 1110011 | 0 | 100001 | 100 | 110101 | 100110100 | 10100 | 100111 |
Color Harmonies of #785073
Complementary color
Monochromatic Colors of #785073
Black with #785073
Text Example
Text Example
White with #785073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785073; }
p { color: rgb(120,80,115); }
H1.HeaderClassName
{
color: #785073;
}
.AnyTagClassName
{
color: #785073;
}
</style>
background-color css
<style>
a { background-color: #785073; }
a { background-color: rgb(120,80,115); }
div.DivClassName
{
background-color: #785073;
}
.BgClassName
{
background-color: #785073;
}
</style>
border-color css
<style>
span { border-color: #785073; }
span { border-color: rgb(120,80,115); }
td.TdClassName
{
border-color: #785073;
}
.TagClassName
{
border-color: #785073;
}
</style>