Shades of Trendy Pink #7D577B
Tints of Trendy Pink #7D577B
RGB
CMYK
RGB Variations
Color information
#7D577B (or 0x7D577B) is known color: Trendy Pink. HEX triplet: 7D, 57 and 7B. RGB value is (125,87,123). Sum of RGB (Red+Green+Blue) = 125+87+123=335 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.31% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 125 - color contains mainly: red. Hex color #7D577B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D577B is #82A884. Grayscale: #666666. Windows color (decimal): -8562821 or 8083325. OLE color: 8083325.
HSL color Cylindrical-coordinate representation of color #7D577B: hue angle of 303.16º 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 #7D577B is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 87 | 123 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.51 |
| HSL | 303.16º | 0.18% | 0.42% | - |
| HSV(B) | 303.16º | 0.3% | 0.49% | - |
| XYZ | 15.44 | 12.61 | 20.36 | - |
| YUV | 102.47 | 139.59 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 87 | 123 | 0 | 0.30 | 0.02 | 0.51 | 303.16 | 0.18 | 0.42 |
| Hex | 7D | 57 | 7B | 0 | 1E | 2 | 33 | 12F | 12 | 2A |
| Octal | 175 | 127 | 173 | 0 | 36 | 2 | 63 | 457 | 22 | 52 |
| Binary | 1111101 | 1010111 | 1111011 | 0 | 11110 | 10 | 110011 | 100101111 | 10010 | 101010 |
Color Harmonies of #7D577B
Complementary color
Monochromatic Colors of #7D577B
Black with #7D577B
Text Example
Text Example
White with #7D577B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D577B; }
p { color: rgb(125,87,123); }
H1.HeaderClassName
{
color: #7D577B;
}
.AnyTagClassName
{
color: #7D577B;
}
</style>
background-color css
<style>
a { background-color: #7D577B; }
a { background-color: rgb(125,87,123); }
div.DivClassName
{
background-color: #7D577B;
}
.BgClassName
{
background-color: #7D577B;
}
</style>
border-color css
<style>
span { border-color: #7D577B; }
span { border-color: rgb(125,87,123); }
td.TdClassName
{
border-color: #7D577B;
}
.TagClassName
{
border-color: #7D577B;
}
</style>