Shades of Trendy Pink #7D4974
Tints of Trendy Pink #7D4974
RGB
CMYK
RGB Variations
Color information
#7D4974 (or 0x7D4974) is known color: Trendy Pink. HEX triplet: 7D, 49 and 74. RGB value is (125,73,116). Sum of RGB (Red+Green+Blue) = 125+73+116=314 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.81% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4974 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4974 is #82B68B. Grayscale: #5D5D5D. Windows color (decimal): -8566412 or 7620989. OLE color: 7620989.
HSL color Cylindrical-coordinate representation of color #7D4974: hue angle of 310.38º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7D4974 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 73 | 116 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.51 |
| HSL | 310.38º | 0.26% | 0.39% | - |
| HSV(B) | 310.38º | 0.42% | 0.49% | - |
| XYZ | 13.99 | 10.39 | 17.79 | - |
| YUV | 93.45 | 140.73 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 73 | 116 | 0 | 0.42 | 0.07 | 0.51 | 310.38 | 0.26 | 0.39 |
| Hex | 7D | 49 | 74 | 0 | 2A | 7 | 33 | 136 | 1A | 27 |
| Octal | 175 | 111 | 164 | 0 | 52 | 7 | 63 | 466 | 32 | 47 |
| Binary | 1111101 | 1001001 | 1110100 | 0 | 101010 | 111 | 110011 | 100110110 | 11010 | 100111 |
Color Harmonies of #7D4974
Complementary color
Monochromatic Colors of #7D4974
Black with #7D4974
Text Example
Text Example
White with #7D4974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4974; }
p { color: rgb(125,73,116); }
H1.HeaderClassName
{
color: #7D4974;
}
.AnyTagClassName
{
color: #7D4974;
}
</style>
background-color css
<style>
a { background-color: #7D4974; }
a { background-color: rgb(125,73,116); }
div.DivClassName
{
background-color: #7D4974;
}
.BgClassName
{
background-color: #7D4974;
}
</style>
border-color css
<style>
span { border-color: #7D4974; }
span { border-color: rgb(125,73,116); }
td.TdClassName
{
border-color: #7D4974;
}
.TagClassName
{
border-color: #7D4974;
}
</style>