Shades of Trendy Pink #7F5677
Tints of Trendy Pink #7F5677
RGB
CMYK
RGB Variations
Color information
#7F5677 (or 0x7F5677) is known color: Trendy Pink. HEX triplet: 7F, 56 and 77. RGB value is (127,86,119). Sum of RGB (Red+Green+Blue) = 127+86+119=332 (43% of max value = 765). Red value is 127 (50% from 255 or 38.25% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5677 is #80A988. Grayscale: #656565. Windows color (decimal): -8432009 or 7820927. OLE color: 7820927.
HSL color Cylindrical-coordinate representation of color #7F5677: hue angle of 311.71º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F5677 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 86 | 119 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.50 |
| HSL | 311.71º | 0.19% | 0.42% | - |
| HSV(B) | 311.71º | 0.32% | 0.5% | - |
| XYZ | 15.41 | 12.5 | 19.05 | - |
| YUV | 102.02 | 137.58 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 86 | 119 | 0 | 0.32 | 0.06 | 0.50 | 311.71 | 0.19 | 0.42 |
| Hex | 7F | 56 | 77 | 0 | 20 | 6 | 32 | 138 | 13 | 2A |
| Octal | 177 | 126 | 167 | 0 | 40 | 6 | 62 | 470 | 23 | 52 |
| Binary | 1111111 | 1010110 | 1110111 | 0 | 100000 | 110 | 110010 | 100111000 | 10011 | 101010 |
Color Harmonies of #7F5677
Complementary color
Monochromatic Colors of #7F5677
Black with #7F5677
Text Example
Text Example
White with #7F5677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5677; }
p { color: rgb(127,86,119); }
H1.HeaderClassName
{
color: #7F5677;
}
.AnyTagClassName
{
color: #7F5677;
}
</style>
background-color css
<style>
a { background-color: #7F5677; }
a { background-color: rgb(127,86,119); }
div.DivClassName
{
background-color: #7F5677;
}
.BgClassName
{
background-color: #7F5677;
}
</style>
border-color css
<style>
span { border-color: #7F5677; }
span { border-color: rgb(127,86,119); }
td.TdClassName
{
border-color: #7F5677;
}
.TagClassName
{
border-color: #7F5677;
}
</style>