Shades of Trendy Pink #7A547B
Tints of Trendy Pink #7A547B
RGB
CMYK
RGB Variations
Color information
#7A547B (or 0x7A547B) is known color: Trendy Pink. HEX triplet: 7A, 54 and 7B. RGB value is (122,84,123). Sum of RGB (Red+Green+Blue) = 122+84+123=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 123 - color contains mainly: blue. Hex color #7A547B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A547B is #85AB84. Grayscale: #636363. Windows color (decimal): -8760197 or 8082554. OLE color: 8082554.
HSL color Cylindrical-coordinate representation of color #7A547B: hue angle of 298.46º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7A547B is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 84 | 123 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.52 |
| HSL | 298.46º | 0.19% | 0.41% | - |
| HSV(B) | 298.46º | 0.32% | 0.48% | - |
| XYZ | 14.77 | 11.91 | 20.26 | - |
| YUV | 99.81 | 141.09 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 84 | 123 | 0.01 | 0.32 | 0 | 0.52 | 298.46 | 0.19 | 0.41 |
| Hex | 7A | 54 | 7B | 1 | 20 | 0 | 34 | 12A | 13 | 29 |
| Octal | 172 | 124 | 173 | 1 | 40 | 0 | 64 | 452 | 23 | 51 |
| Binary | 1111010 | 1010100 | 1111011 | 1 | 100000 | 0 | 110100 | 100101010 | 10011 | 101001 |
Color Harmonies of #7A547B
Complementary color
Monochromatic Colors of #7A547B
Black with #7A547B
Text Example
Text Example
White with #7A547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A547B; }
p { color: rgb(122,84,123); }
H1.HeaderClassName
{
color: #7A547B;
}
.AnyTagClassName
{
color: #7A547B;
}
</style>
background-color css
<style>
a { background-color: #7A547B; }
a { background-color: rgb(122,84,123); }
div.DivClassName
{
background-color: #7A547B;
}
.BgClassName
{
background-color: #7A547B;
}
</style>
border-color css
<style>
span { border-color: #7A547B; }
span { border-color: rgb(122,84,123); }
td.TdClassName
{
border-color: #7A547B;
}
.TagClassName
{
border-color: #7A547B;
}
</style>