Shades of Trendy Pink #7A567B
Tints of Trendy Pink #7A567B
RGB
CMYK
RGB Variations
Color information
#7A567B (or 0x7A567B) is known color: Trendy Pink. HEX triplet: 7A, 56 and 7B. RGB value is (122,86,123). Sum of RGB (Red+Green+Blue) = 122+86+123=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 123 - color contains mainly: blue. Hex color #7A567B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A567B is #85A984. Grayscale: #646464. Windows color (decimal): -8759685 or 8083066. OLE color: 8083066.
HSL color Cylindrical-coordinate representation of color #7A567B: hue angle of 298.38º degrees, saturation: 0.18, 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 #7A567B is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 86 | 123 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.52 |
| HSL | 298.38º | 0.18% | 0.41% | - |
| HSV(B) | 298.38º | 0.3% | 0.48% | - |
| XYZ | 14.93 | 12.22 | 20.31 | - |
| YUV | 100.98 | 140.43 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 86 | 123 | 0.01 | 0.30 | 0 | 0.52 | 298.38 | 0.18 | 0.41 |
| Hex | 7A | 56 | 7B | 1 | 1E | 0 | 34 | 12A | 12 | 29 |
| Octal | 172 | 126 | 173 | 1 | 36 | 0 | 64 | 452 | 22 | 51 |
| Binary | 1111010 | 1010110 | 1111011 | 1 | 11110 | 0 | 110100 | 100101010 | 10010 | 101001 |
Color Harmonies of #7A567B
Complementary color
Monochromatic Colors of #7A567B
Black with #7A567B
Text Example
Text Example
White with #7A567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A567B; }
p { color: rgb(122,86,123); }
H1.HeaderClassName
{
color: #7A567B;
}
.AnyTagClassName
{
color: #7A567B;
}
</style>
background-color css
<style>
a { background-color: #7A567B; }
a { background-color: rgb(122,86,123); }
div.DivClassName
{
background-color: #7A567B;
}
.BgClassName
{
background-color: #7A567B;
}
</style>
border-color css
<style>
span { border-color: #7A567B; }
span { border-color: rgb(122,86,123); }
td.TdClassName
{
border-color: #7A567B;
}
.TagClassName
{
border-color: #7A567B;
}
</style>