Shades of Trendy Pink #794973
Tints of Trendy Pink #794973
RGB
CMYK
RGB Variations
Color information
#794973 (or 0x794973) is known color: Trendy Pink. HEX triplet: 79, 49 and 73. RGB value is (121,73,115). Sum of RGB (Red+Green+Blue) = 121+73+115=309 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.16% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 121 - color contains mainly: red. Hex color #794973 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794973 is #86B68C. Grayscale: #5C5C5C. Windows color (decimal): -8828557 or 7555449. OLE color: 7555449.
HSL color Cylindrical-coordinate representation of color #794973: hue angle of 307.5º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #794973 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 73 | 115 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.53 |
| HSL | 307.5º | 0.25% | 0.38% | - |
| HSV(B) | 307.5º | 0.4% | 0.47% | - |
| XYZ | 13.36 | 10.07 | 17.46 | - |
| YUV | 92.14 | 140.9 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 73 | 115 | 0 | 0.40 | 0.05 | 0.53 | 307.5 | 0.25 | 0.38 |
| Hex | 79 | 49 | 73 | 0 | 28 | 5 | 35 | 134 | 19 | 26 |
| Octal | 171 | 111 | 163 | 0 | 50 | 5 | 65 | 464 | 31 | 46 |
| Binary | 1111001 | 1001001 | 1110011 | 0 | 101000 | 101 | 110101 | 100110100 | 11001 | 100110 |
Color Harmonies of #794973
Complementary color
Monochromatic Colors of #794973
Black with #794973
Text Example
Text Example
White with #794973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794973; }
p { color: rgb(121,73,115); }
H1.HeaderClassName
{
color: #794973;
}
.AnyTagClassName
{
color: #794973;
}
</style>
background-color css
<style>
a { background-color: #794973; }
a { background-color: rgb(121,73,115); }
div.DivClassName
{
background-color: #794973;
}
.BgClassName
{
background-color: #794973;
}
</style>
border-color css
<style>
span { border-color: #794973; }
span { border-color: rgb(121,73,115); }
td.TdClassName
{
border-color: #794973;
}
.TagClassName
{
border-color: #794973;
}
</style>