Shades of Trendy Pink #78557B
Tints of Trendy Pink #78557B
RGB
CMYK
RGB Variations
Color information
#78557B (or 0x78557B) is known color: Trendy Pink. HEX triplet: 78, 55 and 7B. RGB value is (120,85,123). Sum of RGB (Red+Green+Blue) = 120+85+123=328 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.59% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 123 - color contains mainly: blue. Hex color #78557B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78557B is #87AA84. Grayscale: #636363. Windows color (decimal): -8891013 or 8082808. OLE color: 8082808.
HSL color Cylindrical-coordinate representation of color #78557B: hue angle of 295.26º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78557B is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 85 | 123 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.52 |
| HSL | 295.26º | 0.18% | 0.41% | - |
| HSV(B) | 295.26º | 0.31% | 0.48% | - |
| XYZ | 14.57 | 11.92 | 20.27 | - |
| YUV | 99.8 | 141.1 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 85 | 123 | 0.02 | 0.31 | 0 | 0.52 | 295.26 | 0.18 | 0.41 |
| Hex | 78 | 55 | 7B | 2 | 1F | 0 | 34 | 127 | 12 | 29 |
| Octal | 170 | 125 | 173 | 2 | 37 | 0 | 64 | 447 | 22 | 51 |
| Binary | 1111000 | 1010101 | 1111011 | 10 | 11111 | 0 | 110100 | 100100111 | 10010 | 101001 |
Color Harmonies of #78557B
Complementary color
Monochromatic Colors of #78557B
Black with #78557B
Text Example
Text Example
White with #78557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78557B; }
p { color: rgb(120,85,123); }
H1.HeaderClassName
{
color: #78557B;
}
.AnyTagClassName
{
color: #78557B;
}
</style>
background-color css
<style>
a { background-color: #78557B; }
a { background-color: rgb(120,85,123); }
div.DivClassName
{
background-color: #78557B;
}
.BgClassName
{
background-color: #78557B;
}
</style>
border-color css
<style>
span { border-color: #78557B; }
span { border-color: rgb(120,85,123); }
td.TdClassName
{
border-color: #78557B;
}
.TagClassName
{
border-color: #78557B;
}
</style>