Shades of Trendy Pink #78517D
Tints of Trendy Pink #78517D
RGB
CMYK
RGB Variations
Color information
#78517D (or 0x78517D) is known color: Trendy Pink. HEX triplet: 78, 51 and 7D. RGB value is (120,81,125). Sum of RGB (Red+Green+Blue) = 120+81+125=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 125 - color contains mainly: blue. Hex color #78517D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78517D is #87AE82. Grayscale: #616161. Windows color (decimal): -8892035 or 8212856. OLE color: 8212856.
HSL color Cylindrical-coordinate representation of color #78517D: hue angle of 293.18º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78517D is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 81 | 125 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.51 |
| HSL | 293.18º | 0.21% | 0.4% | - |
| HSV(B) | 293.18º | 0.35% | 0.49% | - |
| XYZ | 14.39 | 11.36 | 20.84 | - |
| YUV | 97.68 | 143.42 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 81 | 125 | 0.04 | 0.35 | 0 | 0.51 | 293.18 | 0.21 | 0.4 |
| Hex | 78 | 51 | 7D | 4 | 23 | 0 | 33 | 125 | 15 | 28 |
| Octal | 170 | 121 | 175 | 4 | 43 | 0 | 63 | 445 | 25 | 50 |
| Binary | 1111000 | 1010001 | 1111101 | 100 | 100011 | 0 | 110011 | 100100101 | 10101 | 101000 |
Color Harmonies of #78517D
Complementary color
Monochromatic Colors of #78517D
Black with #78517D
Text Example
Text Example
White with #78517D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78517D; }
p { color: rgb(120,81,125); }
H1.HeaderClassName
{
color: #78517D;
}
.AnyTagClassName
{
color: #78517D;
}
</style>
background-color css
<style>
a { background-color: #78517D; }
a { background-color: rgb(120,81,125); }
div.DivClassName
{
background-color: #78517D;
}
.BgClassName
{
background-color: #78517D;
}
</style>
border-color css
<style>
span { border-color: #78517D; }
span { border-color: rgb(120,81,125); }
td.TdClassName
{
border-color: #78517D;
}
.TagClassName
{
border-color: #78517D;
}
</style>