Shades of Trendy Pink #7D5778
Tints of Trendy Pink #7D5778
RGB
CMYK
RGB Variations
Color information
#7D5778 (or 0x7D5778) is known color: Trendy Pink. HEX triplet: 7D, 57 and 78. RGB value is (125,87,120). Sum of RGB (Red+Green+Blue) = 125+87+120=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5778 is #82A887. Grayscale: #666666. Windows color (decimal): -8562824 or 7886717. OLE color: 7886717.
HSL color Cylindrical-coordinate representation of color #7D5778: hue angle of 307.89º 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 #7D5778 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 87 | 120 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.51 |
| HSL | 307.89º | 0.18% | 0.42% | - |
| HSV(B) | 307.89º | 0.3% | 0.49% | - |
| XYZ | 15.26 | 12.53 | 19.38 | - |
| YUV | 102.12 | 138.09 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 87 | 120 | 0 | 0.30 | 0.04 | 0.51 | 307.89 | 0.18 | 0.42 |
| Hex | 7D | 57 | 78 | 0 | 1E | 4 | 33 | 134 | 12 | 2A |
| Octal | 175 | 127 | 170 | 0 | 36 | 4 | 63 | 464 | 22 | 52 |
| Binary | 1111101 | 1010111 | 1111000 | 0 | 11110 | 100 | 110011 | 100110100 | 10010 | 101010 |
Color Harmonies of #7D5778
Complementary color
Monochromatic Colors of #7D5778
Black with #7D5778
Text Example
Text Example
White with #7D5778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5778; }
p { color: rgb(125,87,120); }
H1.HeaderClassName
{
color: #7D5778;
}
.AnyTagClassName
{
color: #7D5778;
}
</style>
background-color css
<style>
a { background-color: #7D5778; }
a { background-color: rgb(125,87,120); }
div.DivClassName
{
background-color: #7D5778;
}
.BgClassName
{
background-color: #7D5778;
}
</style>
border-color css
<style>
span { border-color: #7D5778; }
span { border-color: rgb(125,87,120); }
td.TdClassName
{
border-color: #7D5778;
}
.TagClassName
{
border-color: #7D5778;
}
</style>