Shades of Trendy Pink #784C74
Tints of Trendy Pink #784C74
RGB
CMYK
RGB Variations
Color information
#784C74 (or 0x784C74) is known color: Trendy Pink. HEX triplet: 78, 4C and 74. RGB value is (120,76,116). Sum of RGB (Red+Green+Blue) = 120+76+116=312 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.46% from 312); Green value is 76 (30.08% from 255 or 24.36% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 120 - color contains mainly: red. Hex color #784C74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784C74 is #87B38B. Grayscale: #5D5D5D. Windows color (decimal): -8893324 or 7621752. OLE color: 7621752.
HSL color Cylindrical-coordinate representation of color #784C74: hue angle of 305.45º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #784C74 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 76 | 116 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.53 |
| HSL | 305.45º | 0.22% | 0.38% | - |
| HSV(B) | 305.45º | 0.37% | 0.47% | - |
| XYZ | 13.48 | 10.42 | 17.82 | - |
| YUV | 93.72 | 140.58 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 76 | 116 | 0 | 0.37 | 0.03 | 0.53 | 305.45 | 0.22 | 0.38 |
| Hex | 78 | 4C | 74 | 0 | 25 | 3 | 35 | 131 | 16 | 26 |
| Octal | 170 | 114 | 164 | 0 | 45 | 3 | 65 | 461 | 26 | 46 |
| Binary | 1111000 | 1001100 | 1110100 | 0 | 100101 | 11 | 110101 | 100110001 | 10110 | 100110 |
Color Harmonies of #784C74
Complementary color
Monochromatic Colors of #784C74
Black with #784C74
Text Example
Text Example
White with #784C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784C74; }
p { color: rgb(120,76,116); }
H1.HeaderClassName
{
color: #784C74;
}
.AnyTagClassName
{
color: #784C74;
}
</style>
background-color css
<style>
a { background-color: #784C74; }
a { background-color: rgb(120,76,116); }
div.DivClassName
{
background-color: #784C74;
}
.BgClassName
{
background-color: #784C74;
}
</style>
border-color css
<style>
span { border-color: #784C74; }
span { border-color: rgb(120,76,116); }
td.TdClassName
{
border-color: #784C74;
}
.TagClassName
{
border-color: #784C74;
}
</style>