Shades of Trendy Pink #78567A
Tints of Trendy Pink #78567A
RGB
CMYK
RGB Variations
Color information
#78567A (or 0x78567A) is known color: Trendy Pink. HEX triplet: 78, 56 and 7A. RGB value is (120,86,122). Sum of RGB (Red+Green+Blue) = 120+86+122=328 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.59% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 122 - color contains mainly: blue. Hex color #78567A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78567A is #87A985. Grayscale: #646464. Windows color (decimal): -8890758 or 8017528. OLE color: 8017528.
HSL color Cylindrical-coordinate representation of color #78567A: hue angle of 296.67º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #78567A is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 86 | 122 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.52 |
| HSL | 296.67º | 0.17% | 0.41% | - |
| HSV(B) | 296.67º | 0.3% | 0.48% | - |
| XYZ | 14.59 | 12.05 | 19.97 | - |
| YUV | 100.27 | 140.26 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 86 | 122 | 0.02 | 0.30 | 0 | 0.52 | 296.67 | 0.17 | 0.41 |
| Hex | 78 | 56 | 7A | 2 | 1E | 0 | 34 | 129 | 11 | 29 |
| Octal | 170 | 126 | 172 | 2 | 36 | 0 | 64 | 451 | 21 | 51 |
| Binary | 1111000 | 1010110 | 1111010 | 10 | 11110 | 0 | 110100 | 100101001 | 10001 | 101001 |
Color Harmonies of #78567A
Complementary color
Monochromatic Colors of #78567A
Black with #78567A
Text Example
Text Example
White with #78567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78567A; }
p { color: rgb(120,86,122); }
H1.HeaderClassName
{
color: #78567A;
}
.AnyTagClassName
{
color: #78567A;
}
</style>
background-color css
<style>
a { background-color: #78567A; }
a { background-color: rgb(120,86,122); }
div.DivClassName
{
background-color: #78567A;
}
.BgClassName
{
background-color: #78567A;
}
</style>
border-color css
<style>
span { border-color: #78567A; }
span { border-color: rgb(120,86,122); }
td.TdClassName
{
border-color: #78567A;
}
.TagClassName
{
border-color: #78567A;
}
</style>