Shades of Trendy Pink #785272
Tints of Trendy Pink #785272
RGB
CMYK
RGB Variations
Color information
#785272 (or 0x785272) is known color: Trendy Pink. HEX triplet: 78, 52 and 72. RGB value is (120,82,114). Sum of RGB (Red+Green+Blue) = 120+82+114=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 120 - color contains mainly: red. Hex color #785272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785272 is #87AD8D. Grayscale: #606060. Windows color (decimal): -8891790 or 7492216. OLE color: 7492216.
HSL color Cylindrical-coordinate representation of color #785272: hue angle of 309.47º 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 #785272 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 82 | 114 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.53 |
| HSL | 309.47º | 0.19% | 0.4% | - |
| HSV(B) | 309.47º | 0.32% | 0.47% | - |
| XYZ | 13.8 | 11.24 | 17.36 | - |
| YUV | 97.01 | 137.59 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 82 | 114 | 0 | 0.32 | 0.05 | 0.53 | 309.47 | 0.19 | 0.4 |
| Hex | 78 | 52 | 72 | 0 | 20 | 5 | 35 | 135 | 13 | 28 |
| Octal | 170 | 122 | 162 | 0 | 40 | 5 | 65 | 465 | 23 | 50 |
| Binary | 1111000 | 1010010 | 1110010 | 0 | 100000 | 101 | 110101 | 100110101 | 10011 | 101000 |
Color Harmonies of #785272
Complementary color
Monochromatic Colors of #785272
Black with #785272
Text Example
Text Example
White with #785272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785272; }
p { color: rgb(120,82,114); }
H1.HeaderClassName
{
color: #785272;
}
.AnyTagClassName
{
color: #785272;
}
</style>
background-color css
<style>
a { background-color: #785272; }
a { background-color: rgb(120,82,114); }
div.DivClassName
{
background-color: #785272;
}
.BgClassName
{
background-color: #785272;
}
</style>
border-color css
<style>
span { border-color: #785272; }
span { border-color: rgb(120,82,114); }
td.TdClassName
{
border-color: #785272;
}
.TagClassName
{
border-color: #785272;
}
</style>