Shades of Trendy Pink #7A577F
Tints of Trendy Pink #7A577F
RGB
CMYK
RGB Variations
Color information
#7A577F (or 0x7A577F) is known color: Trendy Pink. HEX triplet: 7A, 57 and 7F. RGB value is (122,87,127). Sum of RGB (Red+Green+Blue) = 122+87+127=336 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.31% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 127 - color contains mainly: blue. Hex color #7A577F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A577F is #85A880. Grayscale: #656565. Windows color (decimal): -8759425 or 8345466. OLE color: 8345466.
HSL color Cylindrical-coordinate representation of color #7A577F: hue angle of 292.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7A577F is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 122 | 87 | 127 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.50 |
| HSL | 292.5º | 0.19% | 0.42% | - |
| HSV(B) | 292.5º | 0.31% | 0.5% | - |
| XYZ | 15.27 | 12.49 | 21.68 | - |
| YUV | 102.03 | 142.1 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 87 | 127 | 0.04 | 0.31 | 0 | 0.50 | 292.5 | 0.19 | 0.42 |
| Hex | 7A | 57 | 7F | 4 | 1F | 0 | 32 | 124 | 13 | 2A |
| Octal | 172 | 127 | 177 | 4 | 37 | 0 | 62 | 444 | 23 | 52 |
| Binary | 1111010 | 1010111 | 1111111 | 100 | 11111 | 0 | 110010 | 100100100 | 10011 | 101010 |
Color Harmonies of #7A577F
Complementary color
Monochromatic Colors of #7A577F
Black with #7A577F
Text Example
Text Example
White with #7A577F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A577F; }
p { color: rgb(122,87,127); }
H1.HeaderClassName
{
color: #7A577F;
}
.AnyTagClassName
{
color: #7A577F;
}
</style>
background-color css
<style>
a { background-color: #7A577F; }
a { background-color: rgb(122,87,127); }
div.DivClassName
{
background-color: #7A577F;
}
.BgClassName
{
background-color: #7A577F;
}
</style>
border-color css
<style>
span { border-color: #7A577F; }
span { border-color: rgb(122,87,127); }
td.TdClassName
{
border-color: #7A577F;
}
.TagClassName
{
border-color: #7A577F;
}
</style>