Shades of Trendy Pink #7A5276
Tints of Trendy Pink #7A5276
RGB
CMYK
RGB Variations
Color information
#7A5276 (or 0x7A5276) is known color: Trendy Pink. HEX triplet: 7A, 52 and 76. RGB value is (122,82,118). Sum of RGB (Red+Green+Blue) = 122+82+118=322 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.89% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5276 is #85AD89. Grayscale: #616161. Windows color (decimal): -8760714 or 7754362. OLE color: 7754362.
HSL color Cylindrical-coordinate representation of color #7A5276: hue angle of 306º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7A5276 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 82 | 118 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.52 |
| HSL | 306º | 0.2% | 0.4% | - |
| HSV(B) | 306º | 0.33% | 0.48% | - |
| XYZ | 14.31 | 11.48 | 18.6 | - |
| YUV | 98.06 | 139.25 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 82 | 118 | 0 | 0.33 | 0.03 | 0.52 | 306 | 0.2 | 0.4 |
| Hex | 7A | 52 | 76 | 0 | 21 | 3 | 34 | 132 | 14 | 28 |
| Octal | 172 | 122 | 166 | 0 | 41 | 3 | 64 | 462 | 24 | 50 |
| Binary | 1111010 | 1010010 | 1110110 | 0 | 100001 | 11 | 110100 | 100110010 | 10100 | 101000 |
Color Harmonies of #7A5276
Complementary color
Monochromatic Colors of #7A5276
Black with #7A5276
Text Example
Text Example
White with #7A5276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5276; }
p { color: rgb(122,82,118); }
H1.HeaderClassName
{
color: #7A5276;
}
.AnyTagClassName
{
color: #7A5276;
}
</style>
background-color css
<style>
a { background-color: #7A5276; }
a { background-color: rgb(122,82,118); }
div.DivClassName
{
background-color: #7A5276;
}
.BgClassName
{
background-color: #7A5276;
}
</style>
border-color css
<style>
span { border-color: #7A5276; }
span { border-color: rgb(122,82,118); }
td.TdClassName
{
border-color: #7A5276;
}
.TagClassName
{
border-color: #7A5276;
}
</style>