Shades of Trendy Pink #78557D
Tints of Trendy Pink #78557D
RGB
CMYK
RGB Variations
Color information
#78557D (or 0x78557D) is known color: Trendy Pink. HEX triplet: 78, 55 and 7D. RGB value is (120,85,125). Sum of RGB (Red+Green+Blue) = 120+85+125=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 125 - color contains mainly: blue. Hex color #78557D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78557D is #87AA82. Grayscale: #636363. Windows color (decimal): -8891011 or 8213880. OLE color: 8213880.
HSL color Cylindrical-coordinate representation of color #78557D: hue angle of 292.5º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #78557D is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 85 | 125 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.51 |
| HSL | 292.5º | 0.19% | 0.41% | - |
| HSV(B) | 292.5º | 0.32% | 0.49% | - |
| XYZ | 14.7 | 11.97 | 20.94 | - |
| YUV | 100.03 | 142.1 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 85 | 125 | 0.04 | 0.32 | 0 | 0.51 | 292.5 | 0.19 | 0.41 |
| Hex | 78 | 55 | 7D | 4 | 20 | 0 | 33 | 124 | 13 | 29 |
| Octal | 170 | 125 | 175 | 4 | 40 | 0 | 63 | 444 | 23 | 51 |
| Binary | 1111000 | 1010101 | 1111101 | 100 | 100000 | 0 | 110011 | 100100100 | 10011 | 101001 |
Color Harmonies of #78557D
Complementary color
Monochromatic Colors of #78557D
Black with #78557D
Text Example
Text Example
White with #78557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78557D; }
p { color: rgb(120,85,125); }
H1.HeaderClassName
{
color: #78557D;
}
.AnyTagClassName
{
color: #78557D;
}
</style>
background-color css
<style>
a { background-color: #78557D; }
a { background-color: rgb(120,85,125); }
div.DivClassName
{
background-color: #78557D;
}
.BgClassName
{
background-color: #78557D;
}
</style>
border-color css
<style>
span { border-color: #78557D; }
span { border-color: rgb(120,85,125); }
td.TdClassName
{
border-color: #78557D;
}
.TagClassName
{
border-color: #78557D;
}
</style>