Shades of Trendy Pink #785274
Tints of Trendy Pink #785274
RGB
CMYK
RGB Variations
Color information
#785274 (or 0x785274) is known color: Trendy Pink. HEX triplet: 78, 52 and 74. RGB value is (120,82,116). Sum of RGB (Red+Green+Blue) = 120+82+116=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 120 - color contains mainly: red. Hex color #785274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785274 is #87AD8B. Grayscale: #616161. Windows color (decimal): -8891788 or 7623288. OLE color: 7623288.
HSL color Cylindrical-coordinate representation of color #785274: hue angle of 306.32º 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 #785274 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 82 | 116 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.53 |
| HSL | 306.32º | 0.19% | 0.4% | - |
| HSV(B) | 306.32º | 0.32% | 0.47% | - |
| XYZ | 13.92 | 11.29 | 17.97 | - |
| YUV | 97.24 | 138.59 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 82 | 116 | 0 | 0.32 | 0.03 | 0.53 | 306.32 | 0.19 | 0.4 |
| Hex | 78 | 52 | 74 | 0 | 20 | 3 | 35 | 132 | 13 | 28 |
| Octal | 170 | 122 | 164 | 0 | 40 | 3 | 65 | 462 | 23 | 50 |
| Binary | 1111000 | 1010010 | 1110100 | 0 | 100000 | 11 | 110101 | 100110010 | 10011 | 101000 |
Color Harmonies of #785274
Complementary color
Monochromatic Colors of #785274
Black with #785274
Text Example
Text Example
White with #785274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785274; }
p { color: rgb(120,82,116); }
H1.HeaderClassName
{
color: #785274;
}
.AnyTagClassName
{
color: #785274;
}
</style>
background-color css
<style>
a { background-color: #785274; }
a { background-color: rgb(120,82,116); }
div.DivClassName
{
background-color: #785274;
}
.BgClassName
{
background-color: #785274;
}
</style>
border-color css
<style>
span { border-color: #785274; }
span { border-color: rgb(120,82,116); }
td.TdClassName
{
border-color: #785274;
}
.TagClassName
{
border-color: #785274;
}
</style>