Shades of Trendy Pink #7F5476
Tints of Trendy Pink #7F5476
RGB
CMYK
RGB Variations
Color information
#7F5476 (or 0x7F5476) is known color: Trendy Pink. HEX triplet: 7F, 54 and 76. RGB value is (127,84,118). Sum of RGB (Red+Green+Blue) = 127+84+118=329 (43% of max value = 765). Red value is 127 (50% from 255 or 38.60% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5476 is #80AB89. Grayscale: #646464. Windows color (decimal): -8432522 or 7754879. OLE color: 7754879.
HSL color Cylindrical-coordinate representation of color #7F5476: hue angle of 312.56º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7F5476 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 84 | 118 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.50 |
| HSL | 312.56º | 0.2% | 0.41% | - |
| HSV(B) | 312.56º | 0.34% | 0.5% | - |
| XYZ | 15.19 | 12.16 | 18.69 | - |
| YUV | 100.73 | 137.75 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 84 | 118 | 0 | 0.34 | 0.07 | 0.50 | 312.56 | 0.2 | 0.41 |
| Hex | 7F | 54 | 76 | 0 | 22 | 7 | 32 | 139 | 14 | 29 |
| Octal | 177 | 124 | 166 | 0 | 42 | 7 | 62 | 471 | 24 | 51 |
| Binary | 1111111 | 1010100 | 1110110 | 0 | 100010 | 111 | 110010 | 100111001 | 10100 | 101001 |
Color Harmonies of #7F5476
Complementary color
Monochromatic Colors of #7F5476
Black with #7F5476
Text Example
Text Example
White with #7F5476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5476; }
p { color: rgb(127,84,118); }
H1.HeaderClassName
{
color: #7F5476;
}
.AnyTagClassName
{
color: #7F5476;
}
</style>
background-color css
<style>
a { background-color: #7F5476; }
a { background-color: rgb(127,84,118); }
div.DivClassName
{
background-color: #7F5476;
}
.BgClassName
{
background-color: #7F5476;
}
</style>
border-color css
<style>
span { border-color: #7F5476; }
span { border-color: rgb(127,84,118); }
td.TdClassName
{
border-color: #7F5476;
}
.TagClassName
{
border-color: #7F5476;
}
</style>