Shades of Trendy Pink #774F76
Tints of Trendy Pink #774F76
RGB
CMYK
RGB Variations
Color information
#774F76 (or 0x774F76) is known color: Trendy Pink. HEX triplet: 77, 4F and 76. RGB value is (119,79,118). Sum of RGB (Red+Green+Blue) = 119+79+118=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 119 - color contains mainly: red. Hex color #774F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774F76 is #88B089. Grayscale: #5F5F5F. Windows color (decimal): -8958090 or 7753591. OLE color: 7753591.
HSL color Cylindrical-coordinate representation of color #774F76: hue angle of 301.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #774F76 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 79 | 118 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.53 |
| HSL | 301.5º | 0.2% | 0.39% | - |
| HSV(B) | 301.5º | 0.34% | 0.47% | - |
| XYZ | 13.67 | 10.82 | 18.51 | - |
| YUV | 95.41 | 140.75 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 79 | 118 | 0 | 0.34 | 0.01 | 0.53 | 301.5 | 0.2 | 0.39 |
| Hex | 77 | 4F | 76 | 0 | 22 | 1 | 35 | 12E | 14 | 27 |
| Octal | 167 | 117 | 166 | 0 | 42 | 1 | 65 | 456 | 24 | 47 |
| Binary | 1110111 | 1001111 | 1110110 | 0 | 100010 | 1 | 110101 | 100101110 | 10100 | 100111 |
Color Harmonies of #774F76
Complementary color
Monochromatic Colors of #774F76
Black with #774F76
Text Example
Text Example
White with #774F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774F76; }
p { color: rgb(119,79,118); }
H1.HeaderClassName
{
color: #774F76;
}
.AnyTagClassName
{
color: #774F76;
}
</style>
background-color css
<style>
a { background-color: #774F76; }
a { background-color: rgb(119,79,118); }
div.DivClassName
{
background-color: #774F76;
}
.BgClassName
{
background-color: #774F76;
}
</style>
border-color css
<style>
span { border-color: #774F76; }
span { border-color: rgb(119,79,118); }
td.TdClassName
{
border-color: #774F76;
}
.TagClassName
{
border-color: #774F76;
}
</style>