Shades of Trendy Pink #7A657C
Tints of Trendy Pink #7A657C
RGB
CMYK
RGB Variations
Color information
#7A657C (or 0x7A657C) is known color: Trendy Pink. HEX triplet: 7A, 65 and 7C. RGB value is (122,101,124). Sum of RGB (Red+Green+Blue) = 122+101+124=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 124 - color contains mainly: blue. Hex color #7A657C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A657C is #859A83. Grayscale: #6D6D6D. Windows color (decimal): -8755844 or 8152442. OLE color: 8152442.
HSL color Cylindrical-coordinate representation of color #7A657C: hue angle of 294.78º degrees, saturation: 0.1, 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 #7A657C is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 101 | 124 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.51 |
| HSL | 294.78º | 0.1% | 0.44% | - |
| HSV(B) | 294.78º | 0.19% | 0.49% | - |
| XYZ | 16.32 | 14.9 | 21.08 | - |
| YUV | 109.9 | 135.96 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 101 | 124 | 0.02 | 0.19 | 0 | 0.51 | 294.78 | 0.1 | 0.44 |
| Hex | 7A | 65 | 7C | 2 | 13 | 0 | 33 | 127 | A | 2C |
| Octal | 172 | 145 | 174 | 2 | 23 | 0 | 63 | 447 | 12 | 54 |
| Binary | 1111010 | 1100101 | 1111100 | 10 | 10011 | 0 | 110011 | 100100111 | 1010 | 101100 |
Color Harmonies of #7A657C
Complementary color
Monochromatic Colors of #7A657C
Black with #7A657C
Text Example
Text Example
White with #7A657C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A657C; }
p { color: rgb(122,101,124); }
H1.HeaderClassName
{
color: #7A657C;
}
.AnyTagClassName
{
color: #7A657C;
}
</style>
background-color css
<style>
a { background-color: #7A657C; }
a { background-color: rgb(122,101,124); }
div.DivClassName
{
background-color: #7A657C;
}
.BgClassName
{
background-color: #7A657C;
}
</style>
border-color css
<style>
span { border-color: #7A657C; }
span { border-color: rgb(122,101,124); }
td.TdClassName
{
border-color: #7A657C;
}
.TagClassName
{
border-color: #7A657C;
}
</style>