Shades of Trendy Pink #794D74
Tints of Trendy Pink #794D74
RGB
CMYK
RGB Variations
Color information
#794D74 (or 0x794D74) is known color: Trendy Pink. HEX triplet: 79, 4D and 74. RGB value is (121,77,116). Sum of RGB (Red+Green+Blue) = 121+77+116=314 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.54% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 121 - color contains mainly: red. Hex color #794D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #794D74 is #86B28B. Grayscale: #5E5E5E. Windows color (decimal): -8827532 or 7622009. OLE color: 7622009.
HSL color Cylindrical-coordinate representation of color #794D74: hue angle of 306.82º 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 #794D74 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 77 | 116 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.53 |
| HSL | 306.82º | 0.22% | 0.39% | - |
| HSV(B) | 306.82º | 0.36% | 0.47% | - |
| XYZ | 13.69 | 10.63 | 17.85 | - |
| YUV | 94.6 | 140.08 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 77 | 116 | 0 | 0.36 | 0.04 | 0.53 | 306.82 | 0.22 | 0.39 |
| Hex | 79 | 4D | 74 | 0 | 24 | 4 | 35 | 133 | 16 | 27 |
| Octal | 171 | 115 | 164 | 0 | 44 | 4 | 65 | 463 | 26 | 47 |
| Binary | 1111001 | 1001101 | 1110100 | 0 | 100100 | 100 | 110101 | 100110011 | 10110 | 100111 |
Color Harmonies of #794D74
Complementary color
Monochromatic Colors of #794D74
Black with #794D74
Text Example
Text Example
White with #794D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794D74; }
p { color: rgb(121,77,116); }
H1.HeaderClassName
{
color: #794D74;
}
.AnyTagClassName
{
color: #794D74;
}
</style>
background-color css
<style>
a { background-color: #794D74; }
a { background-color: rgb(121,77,116); }
div.DivClassName
{
background-color: #794D74;
}
.BgClassName
{
background-color: #794D74;
}
</style>
border-color css
<style>
span { border-color: #794D74; }
span { border-color: rgb(121,77,116); }
td.TdClassName
{
border-color: #794D74;
}
.TagClassName
{
border-color: #794D74;
}
</style>