Shades of Trendy Pink #794E74
Tints of Trendy Pink #794E74
RGB
CMYK
RGB Variations
Color information
#794E74 (or 0x794E74) is known color: Trendy Pink. HEX triplet: 79, 4E and 74. RGB value is (121,78,116). Sum of RGB (Red+Green+Blue) = 121+78+116=315 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.41% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 121 - color contains mainly: red. Hex color #794E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #794E74 is #86B18B. Grayscale: #5F5F5F. Windows color (decimal): -8827276 or 7622265. OLE color: 7622265.
HSL color Cylindrical-coordinate representation of color #794E74: hue angle of 306.98º 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 #794E74 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 78 | 116 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.53 |
| HSL | 306.98º | 0.22% | 0.39% | - |
| HSV(B) | 306.98º | 0.36% | 0.47% | - |
| XYZ | 13.76 | 10.77 | 17.88 | - |
| YUV | 95.19 | 139.75 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 78 | 116 | 0 | 0.36 | 0.04 | 0.53 | 306.98 | 0.22 | 0.39 |
| Hex | 79 | 4E | 74 | 0 | 24 | 4 | 35 | 133 | 16 | 27 |
| Octal | 171 | 116 | 164 | 0 | 44 | 4 | 65 | 463 | 26 | 47 |
| Binary | 1111001 | 1001110 | 1110100 | 0 | 100100 | 100 | 110101 | 100110011 | 10110 | 100111 |
Color Harmonies of #794E74
Complementary color
Monochromatic Colors of #794E74
Black with #794E74
Text Example
Text Example
White with #794E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794E74; }
p { color: rgb(121,78,116); }
H1.HeaderClassName
{
color: #794E74;
}
.AnyTagClassName
{
color: #794E74;
}
</style>
background-color css
<style>
a { background-color: #794E74; }
a { background-color: rgb(121,78,116); }
div.DivClassName
{
background-color: #794E74;
}
.BgClassName
{
background-color: #794E74;
}
</style>
border-color css
<style>
span { border-color: #794E74; }
span { border-color: rgb(121,78,116); }
td.TdClassName
{
border-color: #794E74;
}
.TagClassName
{
border-color: #794E74;
}
</style>