Shades of Trendy Pink #7D5A7B
Tints of Trendy Pink #7D5A7B
RGB
CMYK
RGB Variations
Color information
#7D5A7B (or 0x7D5A7B) is known color: Trendy Pink. HEX triplet: 7D, 5A and 7B. RGB value is (125,90,123). Sum of RGB (Red+Green+Blue) = 125+90+123=338 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.98% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5A7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5A7B is #82A584. Grayscale: #686868. Windows color (decimal): -8562053 or 8084093. OLE color: 8084093.
HSL color Cylindrical-coordinate representation of color #7D5A7B: hue angle of 303.43º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7D5A7B is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 90 | 123 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.51 |
| HSL | 303.43º | 0.16% | 0.42% | - |
| HSV(B) | 303.43º | 0.28% | 0.49% | - |
| XYZ | 15.69 | 13.1 | 20.44 | - |
| YUV | 104.23 | 138.6 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 90 | 123 | 0 | 0.28 | 0.02 | 0.51 | 303.43 | 0.16 | 0.42 |
| Hex | 7D | 5A | 7B | 0 | 1C | 2 | 33 | 12F | 10 | 2A |
| Octal | 175 | 132 | 173 | 0 | 34 | 2 | 63 | 457 | 20 | 52 |
| Binary | 1111101 | 1011010 | 1111011 | 0 | 11100 | 10 | 110011 | 100101111 | 10000 | 101010 |
Color Harmonies of #7D5A7B
Complementary color
Monochromatic Colors of #7D5A7B
Black with #7D5A7B
Text Example
Text Example
White with #7D5A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5A7B; }
p { color: rgb(125,90,123); }
H1.HeaderClassName
{
color: #7D5A7B;
}
.AnyTagClassName
{
color: #7D5A7B;
}
</style>
background-color css
<style>
a { background-color: #7D5A7B; }
a { background-color: rgb(125,90,123); }
div.DivClassName
{
background-color: #7D5A7B;
}
.BgClassName
{
background-color: #7D5A7B;
}
</style>
border-color css
<style>
span { border-color: #7D5A7B; }
span { border-color: rgb(125,90,123); }
td.TdClassName
{
border-color: #7D5A7B;
}
.TagClassName
{
border-color: #7D5A7B;
}
</style>