Shades of Trendy Pink #7A5775
Tints of Trendy Pink #7A5775
RGB
CMYK
RGB Variations
Color information
#7A5775 (or 0x7A5775) is known color: Trendy Pink. HEX triplet: 7A, 57 and 75. RGB value is (122,87,117). Sum of RGB (Red+Green+Blue) = 122+87+117=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5775 is #85A88A. Grayscale: #646464. Windows color (decimal): -8759435 or 7690106. OLE color: 7690106.
HSL color Cylindrical-coordinate representation of color #7A5775: hue angle of 308.57º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7A5775 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 87 | 117 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.52 |
| HSL | 308.57º | 0.17% | 0.41% | - |
| HSV(B) | 308.57º | 0.29% | 0.48% | - |
| XYZ | 14.65 | 12.24 | 18.42 | - |
| YUV | 100.89 | 137.1 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 87 | 117 | 0 | 0.29 | 0.04 | 0.52 | 308.57 | 0.17 | 0.41 |
| Hex | 7A | 57 | 75 | 0 | 1D | 4 | 34 | 135 | 11 | 29 |
| Octal | 172 | 127 | 165 | 0 | 35 | 4 | 64 | 465 | 21 | 51 |
| Binary | 1111010 | 1010111 | 1110101 | 0 | 11101 | 100 | 110100 | 100110101 | 10001 | 101001 |
Color Harmonies of #7A5775
Complementary color
Monochromatic Colors of #7A5775
Black with #7A5775
Text Example
Text Example
White with #7A5775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5775; }
p { color: rgb(122,87,117); }
H1.HeaderClassName
{
color: #7A5775;
}
.AnyTagClassName
{
color: #7A5775;
}
</style>
background-color css
<style>
a { background-color: #7A5775; }
a { background-color: rgb(122,87,117); }
div.DivClassName
{
background-color: #7A5775;
}
.BgClassName
{
background-color: #7A5775;
}
</style>
border-color css
<style>
span { border-color: #7A5775; }
span { border-color: rgb(122,87,117); }
td.TdClassName
{
border-color: #7A5775;
}
.TagClassName
{
border-color: #7A5775;
}
</style>