Shades of Trendy Pink #7A5679
Tints of Trendy Pink #7A5679
RGB
CMYK
RGB Variations
Color information
#7A5679 (or 0x7A5679) is known color: Trendy Pink. HEX triplet: 7A, 56 and 79. RGB value is (122,86,121). Sum of RGB (Red+Green+Blue) = 122+86+121=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5679 is #85A986. Grayscale: #646464. Windows color (decimal): -8759687 or 7951994. OLE color: 7951994.
HSL color Cylindrical-coordinate representation of color #7A5679: hue angle of 301.67º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A5679 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 86 | 121 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.52 |
| HSL | 301.67º | 0.17% | 0.41% | - |
| HSV(B) | 301.67º | 0.3% | 0.48% | - |
| XYZ | 14.81 | 12.17 | 19.66 | - |
| YUV | 100.75 | 139.43 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 86 | 121 | 0 | 0.30 | 0.01 | 0.52 | 301.67 | 0.17 | 0.41 |
| Hex | 7A | 56 | 79 | 0 | 1E | 1 | 34 | 12E | 11 | 29 |
| Octal | 172 | 126 | 171 | 0 | 36 | 1 | 64 | 456 | 21 | 51 |
| Binary | 1111010 | 1010110 | 1111001 | 0 | 11110 | 1 | 110100 | 100101110 | 10001 | 101001 |
Color Harmonies of #7A5679
Complementary color
Monochromatic Colors of #7A5679
Black with #7A5679
Text Example
Text Example
White with #7A5679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5679; }
p { color: rgb(122,86,121); }
H1.HeaderClassName
{
color: #7A5679;
}
.AnyTagClassName
{
color: #7A5679;
}
</style>
background-color css
<style>
a { background-color: #7A5679; }
a { background-color: rgb(122,86,121); }
div.DivClassName
{
background-color: #7A5679;
}
.BgClassName
{
background-color: #7A5679;
}
</style>
border-color css
<style>
span { border-color: #7A5679; }
span { border-color: rgb(122,86,121); }
td.TdClassName
{
border-color: #7A5679;
}
.TagClassName
{
border-color: #7A5679;
}
</style>