Shades of Trendy Pink #78547B
Tints of Trendy Pink #78547B
RGB
CMYK
RGB Variations
Color information
#78547B (or 0x78547B) is known color: Trendy Pink. HEX triplet: 78, 54 and 7B. RGB value is (120,84,123). Sum of RGB (Red+Green+Blue) = 120+84+123=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 123 - color contains mainly: blue. Hex color #78547B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78547B is #87AB84. Grayscale: #636363. Windows color (decimal): -8891269 or 8082552. OLE color: 8082552.
HSL color Cylindrical-coordinate representation of color #78547B: hue angle of 295.38º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #78547B is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 84 | 123 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.52 |
| HSL | 295.38º | 0.19% | 0.41% | - |
| HSV(B) | 295.38º | 0.32% | 0.48% | - |
| XYZ | 14.49 | 11.76 | 20.25 | - |
| YUV | 99.21 | 141.43 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 84 | 123 | 0.02 | 0.32 | 0 | 0.52 | 295.38 | 0.19 | 0.41 |
| Hex | 78 | 54 | 7B | 2 | 20 | 0 | 34 | 127 | 13 | 29 |
| Octal | 170 | 124 | 173 | 2 | 40 | 0 | 64 | 447 | 23 | 51 |
| Binary | 1111000 | 1010100 | 1111011 | 10 | 100000 | 0 | 110100 | 100100111 | 10011 | 101001 |
Color Harmonies of #78547B
Complementary color
Monochromatic Colors of #78547B
Black with #78547B
Text Example
Text Example
White with #78547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78547B; }
p { color: rgb(120,84,123); }
H1.HeaderClassName
{
color: #78547B;
}
.AnyTagClassName
{
color: #78547B;
}
</style>
background-color css
<style>
a { background-color: #78547B; }
a { background-color: rgb(120,84,123); }
div.DivClassName
{
background-color: #78547B;
}
.BgClassName
{
background-color: #78547B;
}
</style>
border-color css
<style>
span { border-color: #78547B; }
span { border-color: rgb(120,84,123); }
td.TdClassName
{
border-color: #78547B;
}
.TagClassName
{
border-color: #78547B;
}
</style>