Shades of Trendy Pink #7D577A
Tints of Trendy Pink #7D577A
RGB
CMYK
RGB Variations
Color information
#7D577A (or 0x7D577A) is known color: Trendy Pink. HEX triplet: 7D, 57 and 7A. RGB value is (125,87,122). Sum of RGB (Red+Green+Blue) = 125+87+122=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 125 - color contains mainly: red. Hex color #7D577A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D577A is #82A885. Grayscale: #666666. Windows color (decimal): -8562822 or 8017789. OLE color: 8017789.
HSL color Cylindrical-coordinate representation of color #7D577A: hue angle of 304.74º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D577A is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 87 | 122 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.51 |
| HSL | 304.74º | 0.18% | 0.42% | - |
| HSV(B) | 304.74º | 0.3% | 0.49% | - |
| XYZ | 15.38 | 12.58 | 20.03 | - |
| YUV | 102.35 | 139.09 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 87 | 122 | 0 | 0.30 | 0.02 | 0.51 | 304.74 | 0.18 | 0.42 |
| Hex | 7D | 57 | 7A | 0 | 1E | 2 | 33 | 131 | 12 | 2A |
| Octal | 175 | 127 | 172 | 0 | 36 | 2 | 63 | 461 | 22 | 52 |
| Binary | 1111101 | 1010111 | 1111010 | 0 | 11110 | 10 | 110011 | 100110001 | 10010 | 101010 |
Color Harmonies of #7D577A
Complementary color
Monochromatic Colors of #7D577A
Black with #7D577A
Text Example
Text Example
White with #7D577A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D577A; }
p { color: rgb(125,87,122); }
H1.HeaderClassName
{
color: #7D577A;
}
.AnyTagClassName
{
color: #7D577A;
}
</style>
background-color css
<style>
a { background-color: #7D577A; }
a { background-color: rgb(125,87,122); }
div.DivClassName
{
background-color: #7D577A;
}
.BgClassName
{
background-color: #7D577A;
}
</style>
border-color css
<style>
span { border-color: #7D577A; }
span { border-color: rgb(125,87,122); }
td.TdClassName
{
border-color: #7D577A;
}
.TagClassName
{
border-color: #7D577A;
}
</style>