Shades of Trendy Pink #7D4674
Tints of Trendy Pink #7D4674
RGB
CMYK
RGB Variations
Color information
#7D4674 (or 0x7D4674) is known color: Trendy Pink. HEX triplet: 7D, 46 and 74. RGB value is (125,70,116). Sum of RGB (Red+Green+Blue) = 125+70+116=311 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.19% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4674 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4674 is #82B98B. Grayscale: #5B5B5B. Windows color (decimal): -8567180 or 7620221. OLE color: 7620221.
HSL color Cylindrical-coordinate representation of color #7D4674: hue angle of 309.82º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7D4674 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 70 | 116 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.51 |
| HSL | 309.82º | 0.28% | 0.38% | - |
| HSV(B) | 309.82º | 0.44% | 0.49% | - |
| XYZ | 13.8 | 10 | 17.73 | - |
| YUV | 91.69 | 141.72 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 70 | 116 | 0 | 0.44 | 0.07 | 0.51 | 309.82 | 0.28 | 0.38 |
| Hex | 7D | 46 | 74 | 0 | 2C | 7 | 33 | 136 | 1C | 26 |
| Octal | 175 | 106 | 164 | 0 | 54 | 7 | 63 | 466 | 34 | 46 |
| Binary | 1111101 | 1000110 | 1110100 | 0 | 101100 | 111 | 110011 | 100110110 | 11100 | 100110 |
Color Harmonies of #7D4674
Complementary color
Monochromatic Colors of #7D4674
Black with #7D4674
Text Example
Text Example
White with #7D4674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4674; }
p { color: rgb(125,70,116); }
H1.HeaderClassName
{
color: #7D4674;
}
.AnyTagClassName
{
color: #7D4674;
}
</style>
background-color css
<style>
a { background-color: #7D4674; }
a { background-color: rgb(125,70,116); }
div.DivClassName
{
background-color: #7D4674;
}
.BgClassName
{
background-color: #7D4674;
}
</style>
border-color css
<style>
span { border-color: #7D4674; }
span { border-color: rgb(125,70,116); }
td.TdClassName
{
border-color: #7D4674;
}
.TagClassName
{
border-color: #7D4674;
}
</style>