Shades of Trendy Pink #774D73
Tints of Trendy Pink #774D73
RGB
CMYK
RGB Variations
Color information
#774D73 (or 0x774D73) is known color: Trendy Pink. HEX triplet: 77, 4D and 73. RGB value is (119,77,115). Sum of RGB (Red+Green+Blue) = 119+77+115=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 119 - color contains mainly: red. Hex color #774D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774D73 is #88B28C. Grayscale: #5D5D5D. Windows color (decimal): -8958605 or 7556471. OLE color: 7556471.
HSL color Cylindrical-coordinate representation of color #774D73: hue angle of 305.71º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #774D73 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 77 | 115 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.53 |
| HSL | 305.71º | 0.21% | 0.38% | - |
| HSV(B) | 305.71º | 0.35% | 0.47% | - |
| XYZ | 13.36 | 10.47 | 17.54 | - |
| YUV | 93.89 | 139.91 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 77 | 115 | 0 | 0.35 | 0.03 | 0.53 | 305.71 | 0.21 | 0.38 |
| Hex | 77 | 4D | 73 | 0 | 23 | 3 | 35 | 132 | 15 | 26 |
| Octal | 167 | 115 | 163 | 0 | 43 | 3 | 65 | 462 | 25 | 46 |
| Binary | 1110111 | 1001101 | 1110011 | 0 | 100011 | 11 | 110101 | 100110010 | 10101 | 100110 |
Color Harmonies of #774D73
Complementary color
Monochromatic Colors of #774D73
Black with #774D73
Text Example
Text Example
White with #774D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774D73; }
p { color: rgb(119,77,115); }
H1.HeaderClassName
{
color: #774D73;
}
.AnyTagClassName
{
color: #774D73;
}
</style>
background-color css
<style>
a { background-color: #774D73; }
a { background-color: rgb(119,77,115); }
div.DivClassName
{
background-color: #774D73;
}
.BgClassName
{
background-color: #774D73;
}
</style>
border-color css
<style>
span { border-color: #774D73; }
span { border-color: rgb(119,77,115); }
td.TdClassName
{
border-color: #774D73;
}
.TagClassName
{
border-color: #774D73;
}
</style>