Shades of Trendy Pink #784D73
Tints of Trendy Pink #784D73
RGB
CMYK
RGB Variations
Color information
#784D73 (or 0x784D73) is known color: Trendy Pink. HEX triplet: 78, 4D and 73. RGB value is (120,77,115). Sum of RGB (Red+Green+Blue) = 120+77+115=312 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.46% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 120 - color contains mainly: red. Hex color #784D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784D73 is #87B28C. Grayscale: #5E5E5E. Windows color (decimal): -8893069 or 7556472. OLE color: 7556472.
HSL color Cylindrical-coordinate representation of color #784D73: hue angle of 306.98º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #784D73 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 77 | 115 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.53 |
| HSL | 306.98º | 0.22% | 0.39% | - |
| HSV(B) | 306.98º | 0.36% | 0.47% | - |
| XYZ | 13.49 | 10.54 | 17.54 | - |
| YUV | 94.19 | 139.75 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 77 | 115 | 0 | 0.36 | 0.04 | 0.53 | 306.98 | 0.22 | 0.39 |
| Hex | 78 | 4D | 73 | 0 | 24 | 4 | 35 | 133 | 16 | 27 |
| Octal | 170 | 115 | 163 | 0 | 44 | 4 | 65 | 463 | 26 | 47 |
| Binary | 1111000 | 1001101 | 1110011 | 0 | 100100 | 100 | 110101 | 100110011 | 10110 | 100111 |
Color Harmonies of #784D73
Complementary color
Monochromatic Colors of #784D73
Black with #784D73
Text Example
Text Example
White with #784D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784D73; }
p { color: rgb(120,77,115); }
H1.HeaderClassName
{
color: #784D73;
}
.AnyTagClassName
{
color: #784D73;
}
</style>
background-color css
<style>
a { background-color: #784D73; }
a { background-color: rgb(120,77,115); }
div.DivClassName
{
background-color: #784D73;
}
.BgClassName
{
background-color: #784D73;
}
</style>
border-color css
<style>
span { border-color: #784D73; }
span { border-color: rgb(120,77,115); }
td.TdClassName
{
border-color: #784D73;
}
.TagClassName
{
border-color: #784D73;
}
</style>