Shades of Trendy Pink #785279
Tints of Trendy Pink #785279
RGB
CMYK
RGB Variations
Color information
#785279 (or 0x785279) is known color: Trendy Pink. HEX triplet: 78, 52 and 79. RGB value is (120,82,121). Sum of RGB (Red+Green+Blue) = 120+82+121=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 121 - color contains mainly: blue. Hex color #785279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785279 is #87AD86. Grayscale: #616161. Windows color (decimal): -8891783 or 7950968. OLE color: 7950968.
HSL color Cylindrical-coordinate representation of color #785279: hue angle of 298.46º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #785279 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 82 | 121 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.53 |
| HSL | 298.46º | 0.19% | 0.4% | - |
| HSV(B) | 298.46º | 0.32% | 0.47% | - |
| XYZ | 14.21 | 11.41 | 19.54 | - |
| YUV | 97.81 | 141.09 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 82 | 121 | 0.01 | 0.32 | 0 | 0.53 | 298.46 | 0.19 | 0.4 |
| Hex | 78 | 52 | 79 | 1 | 20 | 0 | 35 | 12A | 13 | 28 |
| Octal | 170 | 122 | 171 | 1 | 40 | 0 | 65 | 452 | 23 | 50 |
| Binary | 1111000 | 1010010 | 1111001 | 1 | 100000 | 0 | 110101 | 100101010 | 10011 | 101000 |
Color Harmonies of #785279
Complementary color
Monochromatic Colors of #785279
Black with #785279
Text Example
Text Example
White with #785279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785279; }
p { color: rgb(120,82,121); }
H1.HeaderClassName
{
color: #785279;
}
.AnyTagClassName
{
color: #785279;
}
</style>
background-color css
<style>
a { background-color: #785279; }
a { background-color: rgb(120,82,121); }
div.DivClassName
{
background-color: #785279;
}
.BgClassName
{
background-color: #785279;
}
</style>
border-color css
<style>
span { border-color: #785279; }
span { border-color: rgb(120,82,121); }
td.TdClassName
{
border-color: #785279;
}
.TagClassName
{
border-color: #785279;
}
</style>