Shades of Trendy Pink #7D537A
Tints of Trendy Pink #7D537A
RGB
CMYK
RGB Variations
Color information
#7D537A (or 0x7D537A) is known color: Trendy Pink. HEX triplet: 7D, 53 and 7A. RGB value is (125,83,122). Sum of RGB (Red+Green+Blue) = 125+83+122=330 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.88% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 125 - color contains mainly: red. Hex color #7D537A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D537A is #82AC85. Grayscale: #636363. Windows color (decimal): -8563846 or 8016765. OLE color: 8016765.
HSL color Cylindrical-coordinate representation of color #7D537A: hue angle of 304.29º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7D537A is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 83 | 122 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.51 |
| HSL | 304.29º | 0.2% | 0.41% | - |
| HSV(B) | 304.29º | 0.34% | 0.49% | - |
| XYZ | 15.06 | 11.95 | 19.93 | - |
| YUV | 100 | 140.41 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 83 | 122 | 0 | 0.34 | 0.02 | 0.51 | 304.29 | 0.2 | 0.41 |
| Hex | 7D | 53 | 7A | 0 | 22 | 2 | 33 | 130 | 14 | 29 |
| Octal | 175 | 123 | 172 | 0 | 42 | 2 | 63 | 460 | 24 | 51 |
| Binary | 1111101 | 1010011 | 1111010 | 0 | 100010 | 10 | 110011 | 100110000 | 10100 | 101001 |
Color Harmonies of #7D537A
Complementary color
Monochromatic Colors of #7D537A
Black with #7D537A
Text Example
Text Example
White with #7D537A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D537A; }
p { color: rgb(125,83,122); }
H1.HeaderClassName
{
color: #7D537A;
}
.AnyTagClassName
{
color: #7D537A;
}
</style>
background-color css
<style>
a { background-color: #7D537A; }
a { background-color: rgb(125,83,122); }
div.DivClassName
{
background-color: #7D537A;
}
.BgClassName
{
background-color: #7D537A;
}
</style>
border-color css
<style>
span { border-color: #7D537A; }
span { border-color: rgb(125,83,122); }
td.TdClassName
{
border-color: #7D537A;
}
.TagClassName
{
border-color: #7D537A;
}
</style>