Shades of Trendy Pink #794A78
Tints of Trendy Pink #794A78
RGB
CMYK
RGB Variations
Color information
#794A78 (or 0x794A78) is known color: Trendy Pink. HEX triplet: 79, 4A and 78. RGB value is (121,74,120). Sum of RGB (Red+Green+Blue) = 121+74+120=315 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.41% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 121 - color contains mainly: red. Hex color #794A78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794A78 is #86B587. Grayscale: #5D5D5D. Windows color (decimal): -8828296 or 7883385. OLE color: 7883385.
HSL color Cylindrical-coordinate representation of color #794A78: hue angle of 301.28º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #794A78 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 74 | 120 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.53 |
| HSL | 301.28º | 0.24% | 0.38% | - |
| HSV(B) | 301.28º | 0.39% | 0.47% | - |
| XYZ | 13.72 | 10.32 | 19.04 | - |
| YUV | 93.3 | 143.07 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 74 | 120 | 0 | 0.39 | 0.01 | 0.53 | 301.28 | 0.24 | 0.38 |
| Hex | 79 | 4A | 78 | 0 | 27 | 1 | 35 | 12D | 18 | 26 |
| Octal | 171 | 112 | 170 | 0 | 47 | 1 | 65 | 455 | 30 | 46 |
| Binary | 1111001 | 1001010 | 1111000 | 0 | 100111 | 1 | 110101 | 100101101 | 11000 | 100110 |
Color Harmonies of #794A78
Complementary color
Monochromatic Colors of #794A78
Black with #794A78
Text Example
Text Example
White with #794A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794A78; }
p { color: rgb(121,74,120); }
H1.HeaderClassName
{
color: #794A78;
}
.AnyTagClassName
{
color: #794A78;
}
</style>
background-color css
<style>
a { background-color: #794A78; }
a { background-color: rgb(121,74,120); }
div.DivClassName
{
background-color: #794A78;
}
.BgClassName
{
background-color: #794A78;
}
</style>
border-color css
<style>
span { border-color: #794A78; }
span { border-color: rgb(121,74,120); }
td.TdClassName
{
border-color: #794A78;
}
.TagClassName
{
border-color: #794A78;
}
</style>