Shades of Trendy Pink #7A547F
Tints of Trendy Pink #7A547F
RGB
CMYK
RGB Variations
Color information
#7A547F (or 0x7A547F) is known color: Trendy Pink. HEX triplet: 7A, 54 and 7F. RGB value is (122,84,127). Sum of RGB (Red+Green+Blue) = 122+84+127=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 127 - color contains mainly: blue. Hex color #7A547F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A547F is #85AB80. Grayscale: #646464. Windows color (decimal): -8760193 or 8344698. OLE color: 8344698.
HSL color Cylindrical-coordinate representation of color #7A547F: hue angle of 293.02º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A547F is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 122 | 84 | 127 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.50 |
| HSL | 293.02º | 0.2% | 0.41% | - |
| HSV(B) | 293.02º | 0.34% | 0.5% | - |
| XYZ | 15.03 | 12.01 | 21.6 | - |
| YUV | 100.26 | 143.09 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 84 | 127 | 0.04 | 0.34 | 0 | 0.50 | 293.02 | 0.2 | 0.41 |
| Hex | 7A | 54 | 7F | 4 | 22 | 0 | 32 | 125 | 14 | 29 |
| Octal | 172 | 124 | 177 | 4 | 42 | 0 | 62 | 445 | 24 | 51 |
| Binary | 1111010 | 1010100 | 1111111 | 100 | 100010 | 0 | 110010 | 100100101 | 10100 | 101001 |
Color Harmonies of #7A547F
Complementary color
Monochromatic Colors of #7A547F
Black with #7A547F
Text Example
Text Example
White with #7A547F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A547F; }
p { color: rgb(122,84,127); }
H1.HeaderClassName
{
color: #7A547F;
}
.AnyTagClassName
{
color: #7A547F;
}
</style>
background-color css
<style>
a { background-color: #7A547F; }
a { background-color: rgb(122,84,127); }
div.DivClassName
{
background-color: #7A547F;
}
.BgClassName
{
background-color: #7A547F;
}
</style>
border-color css
<style>
span { border-color: #7A547F; }
span { border-color: rgb(122,84,127); }
td.TdClassName
{
border-color: #7A547F;
}
.TagClassName
{
border-color: #7A547F;
}
</style>