Shades of Trendy Pink #78607C
Tints of Trendy Pink #78607C
RGB
CMYK
RGB Variations
Color information
#78607C (or 0x78607C) is known color: Trendy Pink. HEX triplet: 78, 60 and 7C. RGB value is (120,96,124). Sum of RGB (Red+Green+Blue) = 120+96+124=340 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.29% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 124 - color contains mainly: blue. Hex color #78607C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78607C is #879F83. Grayscale: #6A6A6A. Windows color (decimal): -8888196 or 8151160. OLE color: 8151160.
HSL color Cylindrical-coordinate representation of color #78607C: hue angle of 291.43º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #78607C is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 96 | 124 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.51 |
| HSL | 291.43º | 0.13% | 0.43% | - |
| HSV(B) | 291.43º | 0.23% | 0.49% | - |
| XYZ | 15.57 | 13.81 | 20.91 | - |
| YUV | 106.37 | 137.95 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 96 | 124 | 0.03 | 0.23 | 0 | 0.51 | 291.43 | 0.13 | 0.43 |
| Hex | 78 | 60 | 7C | 3 | 17 | 0 | 33 | 123 | D | 2B |
| Octal | 170 | 140 | 174 | 3 | 27 | 0 | 63 | 443 | 15 | 53 |
| Binary | 1111000 | 1100000 | 1111100 | 11 | 10111 | 0 | 110011 | 100100011 | 1101 | 101011 |
Color Harmonies of #78607C
Complementary color
Monochromatic Colors of #78607C
Black with #78607C
Text Example
Text Example
White with #78607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78607C; }
p { color: rgb(120,96,124); }
H1.HeaderClassName
{
color: #78607C;
}
.AnyTagClassName
{
color: #78607C;
}
</style>
background-color css
<style>
a { background-color: #78607C; }
a { background-color: rgb(120,96,124); }
div.DivClassName
{
background-color: #78607C;
}
.BgClassName
{
background-color: #78607C;
}
</style>
border-color css
<style>
span { border-color: #78607C; }
span { border-color: rgb(120,96,124); }
td.TdClassName
{
border-color: #78607C;
}
.TagClassName
{
border-color: #78607C;
}
</style>