Shades of Trendy Pink #7A647C
Tints of Trendy Pink #7A647C
RGB
CMYK
RGB Variations
Color information
#7A647C (or 0x7A647C) is known color: Trendy Pink. HEX triplet: 7A, 64 and 7C. RGB value is (122,100,124). Sum of RGB (Red+Green+Blue) = 122+100+124=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 124 - color contains mainly: blue. Hex color #7A647C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A647C is #859B83. Grayscale: #6D6D6D. Windows color (decimal): -8756100 or 8152186. OLE color: 8152186.
HSL color Cylindrical-coordinate representation of color #7A647C: hue angle of 295º 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 #7A647C is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 100 | 124 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.51 |
| HSL | 295º | 0.11% | 0.44% | - |
| HSV(B) | 295º | 0.19% | 0.49% | - |
| XYZ | 16.22 | 14.71 | 21.05 | - |
| YUV | 109.31 | 136.29 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 100 | 124 | 0.02 | 0.19 | 0 | 0.51 | 295 | 0.11 | 0.44 |
| Hex | 7A | 64 | 7C | 2 | 13 | 0 | 33 | 127 | B | 2C |
| Octal | 172 | 144 | 174 | 2 | 23 | 0 | 63 | 447 | 13 | 54 |
| Binary | 1111010 | 1100100 | 1111100 | 10 | 10011 | 0 | 110011 | 100100111 | 1011 | 101100 |
Color Harmonies of #7A647C
Complementary color
Monochromatic Colors of #7A647C
Black with #7A647C
Text Example
Text Example
White with #7A647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A647C; }
p { color: rgb(122,100,124); }
H1.HeaderClassName
{
color: #7A647C;
}
.AnyTagClassName
{
color: #7A647C;
}
</style>
background-color css
<style>
a { background-color: #7A647C; }
a { background-color: rgb(122,100,124); }
div.DivClassName
{
background-color: #7A647C;
}
.BgClassName
{
background-color: #7A647C;
}
</style>
border-color css
<style>
span { border-color: #7A647C; }
span { border-color: rgb(122,100,124); }
td.TdClassName
{
border-color: #7A647C;
}
.TagClassName
{
border-color: #7A647C;
}
</style>