Shades of Trendy Pink #78567B
Tints of Trendy Pink #78567B
RGB
CMYK
RGB Variations
Color information
#78567B (or 0x78567B) is known color: Trendy Pink. HEX triplet: 78, 56 and 7B. RGB value is (120,86,123). Sum of RGB (Red+Green+Blue) = 120+86+123=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 123 - color contains mainly: blue. Hex color #78567B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78567B is #87A984. Grayscale: #646464. Windows color (decimal): -8890757 or 8083064. OLE color: 8083064.
HSL color Cylindrical-coordinate representation of color #78567B: hue angle of 295.14º degrees, saturation: 0.18, 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 #78567B is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 86 | 123 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.52 |
| HSL | 295.14º | 0.18% | 0.41% | - |
| HSV(B) | 295.14º | 0.3% | 0.48% | - |
| XYZ | 14.65 | 12.08 | 20.3 | - |
| YUV | 100.38 | 140.76 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 86 | 123 | 0.02 | 0.30 | 0 | 0.52 | 295.14 | 0.18 | 0.41 |
| Hex | 78 | 56 | 7B | 2 | 1E | 0 | 34 | 127 | 12 | 29 |
| Octal | 170 | 126 | 173 | 2 | 36 | 0 | 64 | 447 | 22 | 51 |
| Binary | 1111000 | 1010110 | 1111011 | 10 | 11110 | 0 | 110100 | 100100111 | 10010 | 101001 |
Color Harmonies of #78567B
Complementary color
Monochromatic Colors of #78567B
Black with #78567B
Text Example
Text Example
White with #78567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78567B; }
p { color: rgb(120,86,123); }
H1.HeaderClassName
{
color: #78567B;
}
.AnyTagClassName
{
color: #78567B;
}
</style>
background-color css
<style>
a { background-color: #78567B; }
a { background-color: rgb(120,86,123); }
div.DivClassName
{
background-color: #78567B;
}
.BgClassName
{
background-color: #78567B;
}
</style>
border-color css
<style>
span { border-color: #78567B; }
span { border-color: rgb(120,86,123); }
td.TdClassName
{
border-color: #78567B;
}
.TagClassName
{
border-color: #78567B;
}
</style>