Shades of Trendy Pink #785378
Tints of Trendy Pink #785378
RGB
CMYK
RGB Variations
Color information
#785378 (or 0x785378) is known color: Trendy Pink. HEX triplet: 78, 53 and 78. RGB value is (120,83,120). Sum of RGB (Red+Green+Blue) = 120+83+120=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 120 - color contains mainly: red, blue. Hex color #785378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785378 is #87AC87. Grayscale: #626262. Windows color (decimal): -8891528 or 7885688. OLE color: 7885688.
HSL color Cylindrical-coordinate representation of color #785378: hue angle of 300º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #785378 is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 83 | 120 | - |
| CMYK | 0 | 0.31 | 0 | 0.53 |
| HSL | 300º | 0.18% | 0.4% | - |
| HSV(B) | 300º | 0.31% | 0.47% | - |
| XYZ | 14.23 | 11.54 | 19.25 | - |
| YUV | 98.28 | 140.26 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 83 | 120 | 0 | 0.31 | 0 | 0.53 | 300 | 0.18 | 0.4 |
| Hex | 78 | 53 | 78 | 0 | 1F | 0 | 35 | 12C | 12 | 28 |
| Octal | 170 | 123 | 170 | 0 | 37 | 0 | 65 | 454 | 22 | 50 |
| Binary | 1111000 | 1010011 | 1111000 | 0 | 11111 | 0 | 110101 | 100101100 | 10010 | 101000 |
Color Harmonies of #785378
Complementary color
Monochromatic Colors of #785378
Black with #785378
Text Example
Text Example
White with #785378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785378; }
p { color: rgb(120,83,120); }
H1.HeaderClassName
{
color: #785378;
}
.AnyTagClassName
{
color: #785378;
}
</style>
background-color css
<style>
a { background-color: #785378; }
a { background-color: rgb(120,83,120); }
div.DivClassName
{
background-color: #785378;
}
.BgClassName
{
background-color: #785378;
}
</style>
border-color css
<style>
span { border-color: #785378; }
span { border-color: rgb(120,83,120); }
td.TdClassName
{
border-color: #785378;
}
.TagClassName
{
border-color: #785378;
}
</style>