Shades of Trendy Pink #794D7D
Tints of Trendy Pink #794D7D
RGB
CMYK
RGB Variations
Color information
#794D7D (or 0x794D7D) is known color: Trendy Pink. HEX triplet: 79, 4D and 7D. RGB value is (121,77,125). Sum of RGB (Red+Green+Blue) = 121+77+125=323 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.46% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 125 - color contains mainly: blue. Hex color #794D7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #794D7D is #86B282. Grayscale: #5F5F5F. Windows color (decimal): -8827523 or 8211833. OLE color: 8211833.
HSL color Cylindrical-coordinate representation of color #794D7D: hue angle of 295º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #794D7D is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 121 | 77 | 125 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.51 |
| HSL | 295º | 0.24% | 0.4% | - |
| HSV(B) | 295º | 0.38% | 0.49% | - |
| XYZ | 14.24 | 10.85 | 20.75 | - |
| YUV | 95.63 | 144.58 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 77 | 125 | 0.03 | 0.38 | 0 | 0.51 | 295 | 0.24 | 0.4 |
| Hex | 79 | 4D | 7D | 3 | 26 | 0 | 33 | 127 | 18 | 28 |
| Octal | 171 | 115 | 175 | 3 | 46 | 0 | 63 | 447 | 30 | 50 |
| Binary | 1111001 | 1001101 | 1111101 | 11 | 100110 | 0 | 110011 | 100100111 | 11000 | 101000 |
Color Harmonies of #794D7D
Complementary color
Monochromatic Colors of #794D7D
Black with #794D7D
Text Example
Text Example
White with #794D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794D7D; }
p { color: rgb(121,77,125); }
H1.HeaderClassName
{
color: #794D7D;
}
.AnyTagClassName
{
color: #794D7D;
}
</style>
background-color css
<style>
a { background-color: #794D7D; }
a { background-color: rgb(121,77,125); }
div.DivClassName
{
background-color: #794D7D;
}
.BgClassName
{
background-color: #794D7D;
}
</style>
border-color css
<style>
span { border-color: #794D7D; }
span { border-color: rgb(121,77,125); }
td.TdClassName
{
border-color: #794D7D;
}
.TagClassName
{
border-color: #794D7D;
}
</style>