Shades of Trendy Pink #794A77
Tints of Trendy Pink #794A77
RGB
CMYK
RGB Variations
Color information
#794A77 (or 0x794A77) is known color: Trendy Pink. HEX triplet: 79, 4A and 77. RGB value is (121,74,119). Sum of RGB (Red+Green+Blue) = 121+74+119=314 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.54% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 121 - color contains mainly: red. Hex color #794A77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794A77 is #86B588. Grayscale: #5D5D5D. Windows color (decimal): -8828297 or 7817849. OLE color: 7817849.
HSL color Cylindrical-coordinate representation of color #794A77: hue angle of 302.55º 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 #794A77 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 74 | 119 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.53 |
| HSL | 302.55º | 0.24% | 0.38% | - |
| HSV(B) | 302.55º | 0.39% | 0.47% | - |
| XYZ | 13.66 | 10.29 | 18.72 | - |
| YUV | 93.18 | 142.57 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 74 | 119 | 0 | 0.39 | 0.02 | 0.53 | 302.55 | 0.24 | 0.38 |
| Hex | 79 | 4A | 77 | 0 | 27 | 2 | 35 | 12F | 18 | 26 |
| Octal | 171 | 112 | 167 | 0 | 47 | 2 | 65 | 457 | 30 | 46 |
| Binary | 1111001 | 1001010 | 1110111 | 0 | 100111 | 10 | 110101 | 100101111 | 11000 | 100110 |
Color Harmonies of #794A77
Complementary color
Monochromatic Colors of #794A77
Black with #794A77
Text Example
Text Example
White with #794A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794A77; }
p { color: rgb(121,74,119); }
H1.HeaderClassName
{
color: #794A77;
}
.AnyTagClassName
{
color: #794A77;
}
</style>
background-color css
<style>
a { background-color: #794A77; }
a { background-color: rgb(121,74,119); }
div.DivClassName
{
background-color: #794A77;
}
.BgClassName
{
background-color: #794A77;
}
</style>
border-color css
<style>
span { border-color: #794A77; }
span { border-color: rgb(121,74,119); }
td.TdClassName
{
border-color: #794A77;
}
.TagClassName
{
border-color: #794A77;
}
</style>