Shades of Trendy Pink #7A5575
Tints of Trendy Pink #7A5575
RGB
CMYK
RGB Variations
Color information
#7A5575 (or 0x7A5575) is known color: Trendy Pink. HEX triplet: 7A, 55 and 75. RGB value is (122,85,117). Sum of RGB (Red+Green+Blue) = 122+85+117=324 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.65% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5575 is #85AA8A. Grayscale: #636363. Windows color (decimal): -8759947 or 7689594. OLE color: 7689594.
HSL color Cylindrical-coordinate representation of color #7A5575: hue angle of 308.11º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A5575 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 85 | 117 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.52 |
| HSL | 308.11º | 0.18% | 0.41% | - |
| HSV(B) | 308.11º | 0.3% | 0.48% | - |
| XYZ | 14.49 | 11.92 | 18.37 | - |
| YUV | 99.71 | 137.76 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 85 | 117 | 0 | 0.30 | 0.04 | 0.52 | 308.11 | 0.18 | 0.41 |
| Hex | 7A | 55 | 75 | 0 | 1E | 4 | 34 | 134 | 12 | 29 |
| Octal | 172 | 125 | 165 | 0 | 36 | 4 | 64 | 464 | 22 | 51 |
| Binary | 1111010 | 1010101 | 1110101 | 0 | 11110 | 100 | 110100 | 100110100 | 10010 | 101001 |
Color Harmonies of #7A5575
Complementary color
Monochromatic Colors of #7A5575
Black with #7A5575
Text Example
Text Example
White with #7A5575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5575; }
p { color: rgb(122,85,117); }
H1.HeaderClassName
{
color: #7A5575;
}
.AnyTagClassName
{
color: #7A5575;
}
</style>
background-color css
<style>
a { background-color: #7A5575; }
a { background-color: rgb(122,85,117); }
div.DivClassName
{
background-color: #7A5575;
}
.BgClassName
{
background-color: #7A5575;
}
</style>
border-color css
<style>
span { border-color: #7A5575; }
span { border-color: rgb(122,85,117); }
td.TdClassName
{
border-color: #7A5575;
}
.TagClassName
{
border-color: #7A5575;
}
</style>