Shades of Trendy Pink #7A5878
Tints of Trendy Pink #7A5878
RGB
CMYK
RGB Variations
Color information
#7A5878 (or 0x7A5878) is known color: Trendy Pink. HEX triplet: 7A, 58 and 78. RGB value is (122,88,120). Sum of RGB (Red+Green+Blue) = 122+88+120=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5878 is #85A787. Grayscale: #656565. Windows color (decimal): -8759176 or 7886970. OLE color: 7886970.
HSL color Cylindrical-coordinate representation of color #7A5878: hue angle of 303.53º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7A5878 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 88 | 120 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.52 |
| HSL | 303.53º | 0.16% | 0.41% | - |
| HSV(B) | 303.53º | 0.28% | 0.48% | - |
| XYZ | 14.91 | 12.47 | 19.39 | - |
| YUV | 101.81 | 138.26 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 88 | 120 | 0 | 0.28 | 0.02 | 0.52 | 303.53 | 0.16 | 0.41 |
| Hex | 7A | 58 | 78 | 0 | 1C | 2 | 34 | 130 | 10 | 29 |
| Octal | 172 | 130 | 170 | 0 | 34 | 2 | 64 | 460 | 20 | 51 |
| Binary | 1111010 | 1011000 | 1111000 | 0 | 11100 | 10 | 110100 | 100110000 | 10000 | 101001 |
Color Harmonies of #7A5878
Complementary color
Monochromatic Colors of #7A5878
Black with #7A5878
Text Example
Text Example
White with #7A5878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5878; }
p { color: rgb(122,88,120); }
H1.HeaderClassName
{
color: #7A5878;
}
.AnyTagClassName
{
color: #7A5878;
}
</style>
background-color css
<style>
a { background-color: #7A5878; }
a { background-color: rgb(122,88,120); }
div.DivClassName
{
background-color: #7A5878;
}
.BgClassName
{
background-color: #7A5878;
}
</style>
border-color css
<style>
span { border-color: #7A5878; }
span { border-color: rgb(122,88,120); }
td.TdClassName
{
border-color: #7A5878;
}
.TagClassName
{
border-color: #7A5878;
}
</style>