Shades of Trendy Pink #7D557B
Tints of Trendy Pink #7D557B
RGB
CMYK
RGB Variations
Color information
#7D557B (or 0x7D557B) is known color: Trendy Pink. HEX triplet: 7D, 55 and 7B. RGB value is (125,85,123). Sum of RGB (Red+Green+Blue) = 125+85+123=333 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.54% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 125 - color contains mainly: red. Hex color #7D557B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D557B is #82AA84. Grayscale: #656565. Windows color (decimal): -8563333 or 8082813. OLE color: 8082813.
HSL color Cylindrical-coordinate representation of color #7D557B: hue angle of 303º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7D557B is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 85 | 123 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.51 |
| HSL | 303º | 0.19% | 0.41% | - |
| HSV(B) | 303º | 0.32% | 0.49% | - |
| XYZ | 15.28 | 12.29 | 20.31 | - |
| YUV | 101.29 | 140.25 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 85 | 123 | 0 | 0.32 | 0.02 | 0.51 | 303 | 0.19 | 0.41 |
| Hex | 7D | 55 | 7B | 0 | 20 | 2 | 33 | 12F | 13 | 29 |
| Octal | 175 | 125 | 173 | 0 | 40 | 2 | 63 | 457 | 23 | 51 |
| Binary | 1111101 | 1010101 | 1111011 | 0 | 100000 | 10 | 110011 | 100101111 | 10011 | 101001 |
Color Harmonies of #7D557B
Complementary color
Monochromatic Colors of #7D557B
Black with #7D557B
Text Example
Text Example
White with #7D557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D557B; }
p { color: rgb(125,85,123); }
H1.HeaderClassName
{
color: #7D557B;
}
.AnyTagClassName
{
color: #7D557B;
}
</style>
background-color css
<style>
a { background-color: #7D557B; }
a { background-color: rgb(125,85,123); }
div.DivClassName
{
background-color: #7D557B;
}
.BgClassName
{
background-color: #7D557B;
}
</style>
border-color css
<style>
span { border-color: #7D557B; }
span { border-color: rgb(125,85,123); }
td.TdClassName
{
border-color: #7D557B;
}
.TagClassName
{
border-color: #7D557B;
}
</style>