Shades of Trendy Pink #79627C
Tints of Trendy Pink #79627C
RGB
CMYK
RGB Variations
Color information
#79627C (or 0x79627C) is known color: Trendy Pink. HEX triplet: 79, 62 and 7C. RGB value is (121,98,124). Sum of RGB (Red+Green+Blue) = 121+98+124=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 124 - color contains mainly: blue. Hex color #79627C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79627C is #869D83. Grayscale: #6B6B6B. Windows color (decimal): -8822148 or 8151673. OLE color: 8151673.
HSL color Cylindrical-coordinate representation of color #79627C: hue angle of 293.08º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #79627C is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 121 | 98 | 124 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.51 |
| HSL | 293.08º | 0.12% | 0.44% | - |
| HSV(B) | 293.08º | 0.21% | 0.49% | - |
| XYZ | 15.89 | 14.26 | 20.98 | - |
| YUV | 107.84 | 137.12 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 98 | 124 | 0.02 | 0.21 | 0 | 0.51 | 293.08 | 0.12 | 0.44 |
| Hex | 79 | 62 | 7C | 2 | 15 | 0 | 33 | 125 | C | 2C |
| Octal | 171 | 142 | 174 | 2 | 25 | 0 | 63 | 445 | 14 | 54 |
| Binary | 1111001 | 1100010 | 1111100 | 10 | 10101 | 0 | 110011 | 100100101 | 1100 | 101100 |
Color Harmonies of #79627C
Complementary color
Monochromatic Colors of #79627C
Black with #79627C
Text Example
Text Example
White with #79627C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79627C; }
p { color: rgb(121,98,124); }
H1.HeaderClassName
{
color: #79627C;
}
.AnyTagClassName
{
color: #79627C;
}
</style>
background-color css
<style>
a { background-color: #79627C; }
a { background-color: rgb(121,98,124); }
div.DivClassName
{
background-color: #79627C;
}
.BgClassName
{
background-color: #79627C;
}
</style>
border-color css
<style>
span { border-color: #79627C; }
span { border-color: rgb(121,98,124); }
td.TdClassName
{
border-color: #79627C;
}
.TagClassName
{
border-color: #79627C;
}
</style>