Shades of Trendy Pink #7D5877
Tints of Trendy Pink #7D5877
RGB
CMYK
RGB Variations
Color information
#7D5877 (or 0x7D5877) is known color: Trendy Pink. HEX triplet: 7D, 58 and 77. RGB value is (125,88,119). Sum of RGB (Red+Green+Blue) = 125+88+119=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5877 is #82A788. Grayscale: #666666. Windows color (decimal): -8562569 or 7821437. OLE color: 7821437.
HSL color Cylindrical-coordinate representation of color #7D5877: hue angle of 309.73º degrees, saturation: 0.17, 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 #7D5877 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 88 | 119 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.51 |
| HSL | 309.73º | 0.17% | 0.42% | - |
| HSV(B) | 309.73º | 0.3% | 0.49% | - |
| XYZ | 15.28 | 12.67 | 19.09 | - |
| YUV | 102.6 | 137.26 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 88 | 119 | 0 | 0.30 | 0.05 | 0.51 | 309.73 | 0.17 | 0.42 |
| Hex | 7D | 58 | 77 | 0 | 1E | 5 | 33 | 136 | 11 | 2A |
| Octal | 175 | 130 | 167 | 0 | 36 | 5 | 63 | 466 | 21 | 52 |
| Binary | 1111101 | 1011000 | 1110111 | 0 | 11110 | 101 | 110011 | 100110110 | 10001 | 101010 |
Color Harmonies of #7D5877
Complementary color
Monochromatic Colors of #7D5877
Black with #7D5877
Text Example
Text Example
White with #7D5877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5877; }
p { color: rgb(125,88,119); }
H1.HeaderClassName
{
color: #7D5877;
}
.AnyTagClassName
{
color: #7D5877;
}
</style>
background-color css
<style>
a { background-color: #7D5877; }
a { background-color: rgb(125,88,119); }
div.DivClassName
{
background-color: #7D5877;
}
.BgClassName
{
background-color: #7D5877;
}
</style>
border-color css
<style>
span { border-color: #7D5877; }
span { border-color: rgb(125,88,119); }
td.TdClassName
{
border-color: #7D5877;
}
.TagClassName
{
border-color: #7D5877;
}
</style>