Shades of Trendy Pink #78577A
Tints of Trendy Pink #78577A
RGB
CMYK
RGB Variations
Color information
#78577A (or 0x78577A) is known color: Trendy Pink. HEX triplet: 78, 57 and 7A. RGB value is (120,87,122). Sum of RGB (Red+Green+Blue) = 120+87+122=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 122 - color contains mainly: blue. Hex color #78577A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78577A is #87A885. Grayscale: #646464. Windows color (decimal): -8890502 or 8017784. OLE color: 8017784.
HSL color Cylindrical-coordinate representation of color #78577A: hue angle of 296.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 #78577A is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 87 | 122 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.52 |
| HSL | 296.57º | 0.17% | 0.41% | - |
| HSV(B) | 296.57º | 0.29% | 0.48% | - |
| XYZ | 14.67 | 12.21 | 20 | - |
| YUV | 100.86 | 139.93 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 87 | 122 | 0.02 | 0.29 | 0 | 0.52 | 296.57 | 0.17 | 0.41 |
| Hex | 78 | 57 | 7A | 2 | 1D | 0 | 34 | 129 | 11 | 29 |
| Octal | 170 | 127 | 172 | 2 | 35 | 0 | 64 | 451 | 21 | 51 |
| Binary | 1111000 | 1010111 | 1111010 | 10 | 11101 | 0 | 110100 | 100101001 | 10001 | 101001 |
Color Harmonies of #78577A
Complementary color
Monochromatic Colors of #78577A
Black with #78577A
Text Example
Text Example
White with #78577A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78577A; }
p { color: rgb(120,87,122); }
H1.HeaderClassName
{
color: #78577A;
}
.AnyTagClassName
{
color: #78577A;
}
</style>
background-color css
<style>
a { background-color: #78577A; }
a { background-color: rgb(120,87,122); }
div.DivClassName
{
background-color: #78577A;
}
.BgClassName
{
background-color: #78577A;
}
</style>
border-color css
<style>
span { border-color: #78577A; }
span { border-color: rgb(120,87,122); }
td.TdClassName
{
border-color: #78577A;
}
.TagClassName
{
border-color: #78577A;
}
</style>