Shades of Trendy Pink #794D78
Tints of Trendy Pink #794D78
RGB
CMYK
RGB Variations
Color information
#794D78 (or 0x794D78) is known color: Trendy Pink. HEX triplet: 79, 4D and 78. RGB value is (121,77,120). Sum of RGB (Red+Green+Blue) = 121+77+120=318 (42% of max value = 765). Red value is 121 (47.66% from 255 or 38.05% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 121 - color contains mainly: red. Hex color #794D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #794D78 is #86B287. Grayscale: #5E5E5E. Windows color (decimal): -8827528 or 7884153. OLE color: 7884153.
HSL color Cylindrical-coordinate representation of color #794D78: hue angle of 301.36º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #794D78 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 77 | 120 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.53 |
| HSL | 301.36º | 0.22% | 0.39% | - |
| HSV(B) | 301.36º | 0.36% | 0.47% | - |
| XYZ | 13.93 | 10.73 | 19.11 | - |
| YUV | 95.06 | 142.08 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 77 | 120 | 0 | 0.36 | 0.01 | 0.53 | 301.36 | 0.22 | 0.39 |
| Hex | 79 | 4D | 78 | 0 | 24 | 1 | 35 | 12D | 16 | 27 |
| Octal | 171 | 115 | 170 | 0 | 44 | 1 | 65 | 455 | 26 | 47 |
| Binary | 1111001 | 1001101 | 1111000 | 0 | 100100 | 1 | 110101 | 100101101 | 10110 | 100111 |
Color Harmonies of #794D78
Complementary color
Monochromatic Colors of #794D78
Black with #794D78
Text Example
Text Example
White with #794D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794D78; }
p { color: rgb(121,77,120); }
H1.HeaderClassName
{
color: #794D78;
}
.AnyTagClassName
{
color: #794D78;
}
</style>
background-color css
<style>
a { background-color: #794D78; }
a { background-color: rgb(121,77,120); }
div.DivClassName
{
background-color: #794D78;
}
.BgClassName
{
background-color: #794D78;
}
</style>
border-color css
<style>
span { border-color: #794D78; }
span { border-color: rgb(121,77,120); }
td.TdClassName
{
border-color: #794D78;
}
.TagClassName
{
border-color: #794D78;
}
</style>