Shades of Trendy Pink #7D5777
Tints of Trendy Pink #7D5777
RGB
CMYK
RGB Variations
Color information
#7D5777 (or 0x7D5777) is known color: Trendy Pink. HEX triplet: 7D, 57 and 77. RGB value is (125,87,119). Sum of RGB (Red+Green+Blue) = 125+87+119=331 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.76% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5777 is #82A888. Grayscale: #656565. Windows color (decimal): -8562825 or 7821181. OLE color: 7821181.
HSL color Cylindrical-coordinate representation of color #7D5777: hue angle of 309.47º 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 #7D5777 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 87 | 119 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.51 |
| HSL | 309.47º | 0.18% | 0.42% | - |
| HSV(B) | 309.47º | 0.3% | 0.49% | - |
| XYZ | 15.2 | 12.51 | 19.07 | - |
| YUV | 102.01 | 137.59 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 87 | 119 | 0 | 0.30 | 0.05 | 0.51 | 309.47 | 0.18 | 0.42 |
| Hex | 7D | 57 | 77 | 0 | 1E | 5 | 33 | 135 | 12 | 2A |
| Octal | 175 | 127 | 167 | 0 | 36 | 5 | 63 | 465 | 22 | 52 |
| Binary | 1111101 | 1010111 | 1110111 | 0 | 11110 | 101 | 110011 | 100110101 | 10010 | 101010 |
Color Harmonies of #7D5777
Complementary color
Monochromatic Colors of #7D5777
Black with #7D5777
Text Example
Text Example
White with #7D5777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5777; }
p { color: rgb(125,87,119); }
H1.HeaderClassName
{
color: #7D5777;
}
.AnyTagClassName
{
color: #7D5777;
}
</style>
background-color css
<style>
a { background-color: #7D5777; }
a { background-color: rgb(125,87,119); }
div.DivClassName
{
background-color: #7D5777;
}
.BgClassName
{
background-color: #7D5777;
}
</style>
border-color css
<style>
span { border-color: #7D5777; }
span { border-color: rgb(125,87,119); }
td.TdClassName
{
border-color: #7D5777;
}
.TagClassName
{
border-color: #7D5777;
}
</style>