Shades of Trendy Pink #77547A
Tints of Trendy Pink #77547A
RGB
CMYK
RGB Variations
Color information
#77547A (or 0x77547A) is known color: Trendy Pink. HEX triplet: 77, 54 and 7A. RGB value is (119,84,122). Sum of RGB (Red+Green+Blue) = 119+84+122=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 122 - color contains mainly: blue. Hex color #77547A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77547A is #88AB85. Grayscale: #626262. Windows color (decimal): -8956806 or 8017015. OLE color: 8017015.
HSL color Cylindrical-coordinate representation of color #77547A: hue angle of 295.26º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #77547A is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 84 | 122 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.52 |
| HSL | 295.26º | 0.18% | 0.4% | - |
| HSV(B) | 295.26º | 0.31% | 0.48% | - |
| XYZ | 14.29 | 11.67 | 19.91 | - |
| YUV | 98.8 | 141.1 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 84 | 122 | 0.02 | 0.31 | 0 | 0.52 | 295.26 | 0.18 | 0.4 |
| Hex | 77 | 54 | 7A | 2 | 1F | 0 | 34 | 127 | 12 | 28 |
| Octal | 167 | 124 | 172 | 2 | 37 | 0 | 64 | 447 | 22 | 50 |
| Binary | 1110111 | 1010100 | 1111010 | 10 | 11111 | 0 | 110100 | 100100111 | 10010 | 101000 |
Color Harmonies of #77547A
Complementary color
Monochromatic Colors of #77547A
Black with #77547A
Text Example
Text Example
White with #77547A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77547A; }
p { color: rgb(119,84,122); }
H1.HeaderClassName
{
color: #77547A;
}
.AnyTagClassName
{
color: #77547A;
}
</style>
background-color css
<style>
a { background-color: #77547A; }
a { background-color: rgb(119,84,122); }
div.DivClassName
{
background-color: #77547A;
}
.BgClassName
{
background-color: #77547A;
}
</style>
border-color css
<style>
span { border-color: #77547A; }
span { border-color: rgb(119,84,122); }
td.TdClassName
{
border-color: #77547A;
}
.TagClassName
{
border-color: #77547A;
}
</style>