Shades of Trendy Pink #7A567A
Tints of Trendy Pink #7A567A
RGB
CMYK
RGB Variations
Color information
#7A567A (or 0x7A567A) is known color: Trendy Pink. HEX triplet: 7A, 56 and 7A. RGB value is (122,86,122). Sum of RGB (Red+Green+Blue) = 122+86+122=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 122 - color contains mainly: red, blue. Hex color #7A567A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A567A is #85A985. Grayscale: #646464. Windows color (decimal): -8759686 or 8017530. OLE color: 8017530.
HSL color Cylindrical-coordinate representation of color #7A567A: hue angle of 300º 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 #7A567A is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 86 | 122 | - |
| CMYK | 0 | 0.30 | 0 | 0.52 |
| HSL | 300º | 0.17% | 0.41% | - |
| HSV(B) | 300º | 0.3% | 0.48% | - |
| XYZ | 14.87 | 12.2 | 19.98 | - |
| YUV | 100.87 | 139.93 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 86 | 122 | 0 | 0.30 | 0 | 0.52 | 300 | 0.17 | 0.41 |
| Hex | 7A | 56 | 7A | 0 | 1E | 0 | 34 | 12C | 11 | 29 |
| Octal | 172 | 126 | 172 | 0 | 36 | 0 | 64 | 454 | 21 | 51 |
| Binary | 1111010 | 1010110 | 1111010 | 0 | 11110 | 0 | 110100 | 100101100 | 10001 | 101001 |
Color Harmonies of #7A567A
Complementary color
Monochromatic Colors of #7A567A
Black with #7A567A
Text Example
Text Example
White with #7A567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A567A; }
p { color: rgb(122,86,122); }
H1.HeaderClassName
{
color: #7A567A;
}
.AnyTagClassName
{
color: #7A567A;
}
</style>
background-color css
<style>
a { background-color: #7A567A; }
a { background-color: rgb(122,86,122); }
div.DivClassName
{
background-color: #7A567A;
}
.BgClassName
{
background-color: #7A567A;
}
</style>
border-color css
<style>
span { border-color: #7A567A; }
span { border-color: rgb(122,86,122); }
td.TdClassName
{
border-color: #7A567A;
}
.TagClassName
{
border-color: #7A567A;
}
</style>