Shades of Trendy Pink #7D5279
Tints of Trendy Pink #7D5279
RGB
CMYK
RGB Variations
Color information
#7D5279 (or 0x7D5279) is known color: Trendy Pink. HEX triplet: 7D, 52 and 79. RGB value is (125,82,121). Sum of RGB (Red+Green+Blue) = 125+82+121=328 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.11% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5279 is #82AD86. Grayscale: #636363. Windows color (decimal): -8564103 or 7950973. OLE color: 7950973.
HSL color Cylindrical-coordinate representation of color #7D5279: hue angle of 305.58º degrees, saturation: 0.21, 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 #7D5279 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 82 | 121 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.51 |
| HSL | 305.58º | 0.21% | 0.41% | - |
| HSV(B) | 305.58º | 0.34% | 0.49% | - |
| XYZ | 14.93 | 11.78 | 19.58 | - |
| YUV | 99.3 | 140.25 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 82 | 121 | 0 | 0.34 | 0.03 | 0.51 | 305.58 | 0.21 | 0.41 |
| Hex | 7D | 52 | 79 | 0 | 22 | 3 | 33 | 132 | 15 | 29 |
| Octal | 175 | 122 | 171 | 0 | 42 | 3 | 63 | 462 | 25 | 51 |
| Binary | 1111101 | 1010010 | 1111001 | 0 | 100010 | 11 | 110011 | 100110010 | 10101 | 101001 |
Color Harmonies of #7D5279
Complementary color
Monochromatic Colors of #7D5279
Black with #7D5279
Text Example
Text Example
White with #7D5279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5279; }
p { color: rgb(125,82,121); }
H1.HeaderClassName
{
color: #7D5279;
}
.AnyTagClassName
{
color: #7D5279;
}
</style>
background-color css
<style>
a { background-color: #7D5279; }
a { background-color: rgb(125,82,121); }
div.DivClassName
{
background-color: #7D5279;
}
.BgClassName
{
background-color: #7D5279;
}
</style>
border-color css
<style>
span { border-color: #7D5279; }
span { border-color: rgb(125,82,121); }
td.TdClassName
{
border-color: #7D5279;
}
.TagClassName
{
border-color: #7D5279;
}
</style>