Shades of Trendy Pink #78617A
Tints of Trendy Pink #78617A
RGB
CMYK
RGB Variations
Color information
#78617A (or 0x78617A) is known color: Trendy Pink. HEX triplet: 78, 61 and 7A. RGB value is (120,97,122). Sum of RGB (Red+Green+Blue) = 120+97+122=339 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.40% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 122 - color contains mainly: blue. Hex color #78617A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78617A is #879E85. Grayscale: #6A6A6A. Windows color (decimal): -8887942 or 8020344. OLE color: 8020344.
HSL color Cylindrical-coordinate representation of color #78617A: hue angle of 295.2º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #78617A is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 97 | 122 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.52 |
| HSL | 295.2º | 0.11% | 0.43% | - |
| HSV(B) | 295.2º | 0.2% | 0.48% | - |
| XYZ | 15.53 | 13.95 | 20.29 | - |
| YUV | 106.73 | 136.62 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 97 | 122 | 0.02 | 0.20 | 0 | 0.52 | 295.2 | 0.11 | 0.43 |
| Hex | 78 | 61 | 7A | 2 | 14 | 0 | 34 | 127 | B | 2B |
| Octal | 170 | 141 | 172 | 2 | 24 | 0 | 64 | 447 | 13 | 53 |
| Binary | 1111000 | 1100001 | 1111010 | 10 | 10100 | 0 | 110100 | 100100111 | 1011 | 101011 |
Color Harmonies of #78617A
Complementary color
Monochromatic Colors of #78617A
Black with #78617A
Text Example
Text Example
White with #78617A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78617A; }
p { color: rgb(120,97,122); }
H1.HeaderClassName
{
color: #78617A;
}
.AnyTagClassName
{
color: #78617A;
}
</style>
background-color css
<style>
a { background-color: #78617A; }
a { background-color: rgb(120,97,122); }
div.DivClassName
{
background-color: #78617A;
}
.BgClassName
{
background-color: #78617A;
}
</style>
border-color css
<style>
span { border-color: #78617A; }
span { border-color: rgb(120,97,122); }
td.TdClassName
{
border-color: #78617A;
}
.TagClassName
{
border-color: #78617A;
}
</style>