Shades of Trendy Pink #7D547B
Tints of Trendy Pink #7D547B
RGB
CMYK
RGB Variations
Color information
#7D547B (or 0x7D547B) is known color: Trendy Pink. HEX triplet: 7D, 54 and 7B. RGB value is (125,84,123). Sum of RGB (Red+Green+Blue) = 125+84+123=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 125 - color contains mainly: red. Hex color #7D547B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D547B is #82AB84. Grayscale: #646464. Windows color (decimal): -8563589 or 8082557. OLE color: 8082557.
HSL color Cylindrical-coordinate representation of color #7D547B: hue angle of 302.93º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7D547B is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 84 | 123 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.51 |
| HSL | 302.93º | 0.2% | 0.41% | - |
| HSV(B) | 302.93º | 0.33% | 0.49% | - |
| XYZ | 15.2 | 12.13 | 20.28 | - |
| YUV | 100.71 | 140.58 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 84 | 123 | 0 | 0.33 | 0.02 | 0.51 | 302.93 | 0.2 | 0.41 |
| Hex | 7D | 54 | 7B | 0 | 21 | 2 | 33 | 12F | 14 | 29 |
| Octal | 175 | 124 | 173 | 0 | 41 | 2 | 63 | 457 | 24 | 51 |
| Binary | 1111101 | 1010100 | 1111011 | 0 | 100001 | 10 | 110011 | 100101111 | 10100 | 101001 |
Color Harmonies of #7D547B
Complementary color
Monochromatic Colors of #7D547B
Black with #7D547B
Text Example
Text Example
White with #7D547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D547B; }
p { color: rgb(125,84,123); }
H1.HeaderClassName
{
color: #7D547B;
}
.AnyTagClassName
{
color: #7D547B;
}
</style>
background-color css
<style>
a { background-color: #7D547B; }
a { background-color: rgb(125,84,123); }
div.DivClassName
{
background-color: #7D547B;
}
.BgClassName
{
background-color: #7D547B;
}
</style>
border-color css
<style>
span { border-color: #7D547B; }
span { border-color: rgb(125,84,123); }
td.TdClassName
{
border-color: #7D547B;
}
.TagClassName
{
border-color: #7D547B;
}
</style>