Shades of Trendy Pink #7A4971
Tints of Trendy Pink #7A4971
RGB
CMYK
RGB Variations
Color information
#7A4971 (or 0x7A4971) is known color: Trendy Pink. HEX triplet: 7A, 49 and 71. RGB value is (122,73,113). Sum of RGB (Red+Green+Blue) = 122+73+113=308 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.61% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4971 is #85B68E. Grayscale: #5C5C5C. Windows color (decimal): -8763023 or 7424378. OLE color: 7424378.
HSL color Cylindrical-coordinate representation of color #7A4971: hue angle of 311.02º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A4971 is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 73 | 113 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.52 |
| HSL | 311.02º | 0.25% | 0.38% | - |
| HSV(B) | 311.02º | 0.4% | 0.48% | - |
| XYZ | 13.39 | 10.09 | 16.87 | - |
| YUV | 92.21 | 139.73 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 73 | 113 | 0 | 0.40 | 0.07 | 0.52 | 311.02 | 0.25 | 0.38 |
| Hex | 7A | 49 | 71 | 0 | 28 | 7 | 34 | 137 | 19 | 26 |
| Octal | 172 | 111 | 161 | 0 | 50 | 7 | 64 | 467 | 31 | 46 |
| Binary | 1111010 | 1001001 | 1110001 | 0 | 101000 | 111 | 110100 | 100110111 | 11001 | 100110 |
Color Harmonies of #7A4971
Complementary color
Monochromatic Colors of #7A4971
Black with #7A4971
Text Example
Text Example
White with #7A4971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4971; }
p { color: rgb(122,73,113); }
H1.HeaderClassName
{
color: #7A4971;
}
.AnyTagClassName
{
color: #7A4971;
}
</style>
background-color css
<style>
a { background-color: #7A4971; }
a { background-color: rgb(122,73,113); }
div.DivClassName
{
background-color: #7A4971;
}
.BgClassName
{
background-color: #7A4971;
}
</style>
border-color css
<style>
span { border-color: #7A4971; }
span { border-color: rgb(122,73,113); }
td.TdClassName
{
border-color: #7A4971;
}
.TagClassName
{
border-color: #7A4971;
}
</style>