Shades of Trendy Pink #79647C
Tints of Trendy Pink #79647C
RGB
CMYK
RGB Variations
Color information
#79647C (or 0x79647C) is known color: Trendy Pink. HEX triplet: 79, 64 and 7C. RGB value is (121,100,124). Sum of RGB (Red+Green+Blue) = 121+100+124=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 124 - color contains mainly: blue. Hex color #79647C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79647C is #869B83. Grayscale: #6C6C6C. Windows color (decimal): -8821636 or 8152185. OLE color: 8152185.
HSL color Cylindrical-coordinate representation of color #79647C: hue angle of 292.5º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #79647C is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 121 | 100 | 124 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.51 |
| HSL | 292.5º | 0.11% | 0.44% | - |
| HSV(B) | 292.5º | 0.19% | 0.49% | - |
| XYZ | 16.08 | 14.63 | 21.05 | - |
| YUV | 109.02 | 136.46 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 100 | 124 | 0.02 | 0.19 | 0 | 0.51 | 292.5 | 0.11 | 0.44 |
| Hex | 79 | 64 | 7C | 2 | 13 | 0 | 33 | 124 | B | 2C |
| Octal | 171 | 144 | 174 | 2 | 23 | 0 | 63 | 444 | 13 | 54 |
| Binary | 1111001 | 1100100 | 1111100 | 10 | 10011 | 0 | 110011 | 100100100 | 1011 | 101100 |
Color Harmonies of #79647C
Complementary color
Monochromatic Colors of #79647C
Black with #79647C
Text Example
Text Example
White with #79647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79647C; }
p { color: rgb(121,100,124); }
H1.HeaderClassName
{
color: #79647C;
}
.AnyTagClassName
{
color: #79647C;
}
</style>
background-color css
<style>
a { background-color: #79647C; }
a { background-color: rgb(121,100,124); }
div.DivClassName
{
background-color: #79647C;
}
.BgClassName
{
background-color: #79647C;
}
</style>
border-color css
<style>
span { border-color: #79647C; }
span { border-color: rgb(121,100,124); }
td.TdClassName
{
border-color: #79647C;
}
.TagClassName
{
border-color: #79647C;
}
</style>