Shades of Trendy Pink #7A5976
Tints of Trendy Pink #7A5976
RGB
CMYK
RGB Variations
Color information
#7A5976 (or 0x7A5976) is known color: Trendy Pink. HEX triplet: 7A, 59 and 76. RGB value is (122,89,118). Sum of RGB (Red+Green+Blue) = 122+89+118=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5976 is #85A689. Grayscale: #666666. Windows color (decimal): -8758922 or 7756154. OLE color: 7756154.
HSL color Cylindrical-coordinate representation of color #7A5976: hue angle of 307.27º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7A5976 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 89 | 118 | - |
| CMYK | 0 | 0.27 | 0.03 | 0.52 |
| HSL | 307.27º | 0.16% | 0.41% | - |
| HSV(B) | 307.27º | 0.27% | 0.48% | - |
| XYZ | 14.87 | 12.59 | 18.79 | - |
| YUV | 102.17 | 136.93 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 89 | 118 | 0 | 0.27 | 0.03 | 0.52 | 307.27 | 0.16 | 0.41 |
| Hex | 7A | 59 | 76 | 0 | 1B | 3 | 34 | 133 | 10 | 29 |
| Octal | 172 | 131 | 166 | 0 | 33 | 3 | 64 | 463 | 20 | 51 |
| Binary | 1111010 | 1011001 | 1110110 | 0 | 11011 | 11 | 110100 | 100110011 | 10000 | 101001 |
Color Harmonies of #7A5976
Complementary color
Monochromatic Colors of #7A5976
Black with #7A5976
Text Example
Text Example
White with #7A5976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5976; }
p { color: rgb(122,89,118); }
H1.HeaderClassName
{
color: #7A5976;
}
.AnyTagClassName
{
color: #7A5976;
}
</style>
background-color css
<style>
a { background-color: #7A5976; }
a { background-color: rgb(122,89,118); }
div.DivClassName
{
background-color: #7A5976;
}
.BgClassName
{
background-color: #7A5976;
}
</style>
border-color css
<style>
span { border-color: #7A5976; }
span { border-color: rgb(122,89,118); }
td.TdClassName
{
border-color: #7A5976;
}
.TagClassName
{
border-color: #7A5976;
}
</style>