Shades of Trendy Pink #78607A
Tints of Trendy Pink #78607A
RGB
CMYK
RGB Variations
Color information
#78607A (or 0x78607A) is known color: Trendy Pink. HEX triplet: 78, 60 and 7A. RGB value is (120,96,122). Sum of RGB (Red+Green+Blue) = 120+96+122=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 122 - color contains mainly: blue. Hex color #78607A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78607A is #879F85. Grayscale: #6A6A6A. Windows color (decimal): -8888198 or 8020088. OLE color: 8020088.
HSL color Cylindrical-coordinate representation of color #78607A: hue angle of 295.38º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #78607A is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 96 | 122 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.52 |
| HSL | 295.38º | 0.12% | 0.43% | - |
| HSV(B) | 295.38º | 0.21% | 0.48% | - |
| XYZ | 15.44 | 13.76 | 20.26 | - |
| YUV | 106.14 | 136.95 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 96 | 122 | 0.02 | 0.21 | 0 | 0.52 | 295.38 | 0.12 | 0.43 |
| Hex | 78 | 60 | 7A | 2 | 15 | 0 | 34 | 127 | C | 2B |
| Octal | 170 | 140 | 172 | 2 | 25 | 0 | 64 | 447 | 14 | 53 |
| Binary | 1111000 | 1100000 | 1111010 | 10 | 10101 | 0 | 110100 | 100100111 | 1100 | 101011 |
Color Harmonies of #78607A
Complementary color
Monochromatic Colors of #78607A
Black with #78607A
Text Example
Text Example
White with #78607A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78607A; }
p { color: rgb(120,96,122); }
H1.HeaderClassName
{
color: #78607A;
}
.AnyTagClassName
{
color: #78607A;
}
</style>
background-color css
<style>
a { background-color: #78607A; }
a { background-color: rgb(120,96,122); }
div.DivClassName
{
background-color: #78607A;
}
.BgClassName
{
background-color: #78607A;
}
</style>
border-color css
<style>
span { border-color: #78607A; }
span { border-color: rgb(120,96,122); }
td.TdClassName
{
border-color: #78607A;
}
.TagClassName
{
border-color: #78607A;
}
</style>