Shades of Trendy Pink #784E73
Tints of Trendy Pink #784E73
RGB
CMYK
RGB Variations
Color information
#784E73 (or 0x784E73) is known color: Trendy Pink. HEX triplet: 78, 4E and 73. RGB value is (120,78,115). Sum of RGB (Red+Green+Blue) = 120+78+115=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 120 - color contains mainly: red. Hex color #784E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784E73 is #87B18C. Grayscale: #5E5E5E. Windows color (decimal): -8892813 or 7556728. OLE color: 7556728.
HSL color Cylindrical-coordinate representation of color #784E73: hue angle of 307.14º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #784E73 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 78 | 115 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.53 |
| HSL | 307.14º | 0.21% | 0.39% | - |
| HSV(B) | 307.14º | 0.35% | 0.47% | - |
| XYZ | 13.56 | 10.68 | 17.57 | - |
| YUV | 94.78 | 139.41 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 78 | 115 | 0 | 0.35 | 0.04 | 0.53 | 307.14 | 0.21 | 0.39 |
| Hex | 78 | 4E | 73 | 0 | 23 | 4 | 35 | 133 | 15 | 27 |
| Octal | 170 | 116 | 163 | 0 | 43 | 4 | 65 | 463 | 25 | 47 |
| Binary | 1111000 | 1001110 | 1110011 | 0 | 100011 | 100 | 110101 | 100110011 | 10101 | 100111 |
Color Harmonies of #784E73
Complementary color
Monochromatic Colors of #784E73
Black with #784E73
Text Example
Text Example
White with #784E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784E73; }
p { color: rgb(120,78,115); }
H1.HeaderClassName
{
color: #784E73;
}
.AnyTagClassName
{
color: #784E73;
}
</style>
background-color css
<style>
a { background-color: #784E73; }
a { background-color: rgb(120,78,115); }
div.DivClassName
{
background-color: #784E73;
}
.BgClassName
{
background-color: #784E73;
}
</style>
border-color css
<style>
span { border-color: #784E73; }
span { border-color: rgb(120,78,115); }
td.TdClassName
{
border-color: #784E73;
}
.TagClassName
{
border-color: #784E73;
}
</style>