Shades of Trendy Pink #7F577A
Tints of Trendy Pink #7F577A
RGB
CMYK
RGB Variations
Color information
#7F577A (or 0x7F577A) is known color: Trendy Pink. HEX triplet: 7F, 57 and 7A. RGB value is (127,87,122). Sum of RGB (Red+Green+Blue) = 127+87+122=336 (44% of max value = 765). Red value is 127 (50% from 255 or 37.80% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 127 - color contains mainly: red. Hex color #7F577A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F577A is #80A885. Grayscale: #666666. Windows color (decimal): -8431750 or 8017791. OLE color: 8017791.
HSL color Cylindrical-coordinate representation of color #7F577A: hue angle of 307.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7F577A is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 87 | 122 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.50 |
| HSL | 307.5º | 0.19% | 0.42% | - |
| HSV(B) | 307.5º | 0.31% | 0.5% | - |
| XYZ | 15.67 | 12.73 | 20.04 | - |
| YUV | 102.95 | 138.75 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 87 | 122 | 0 | 0.31 | 0.04 | 0.50 | 307.5 | 0.19 | 0.42 |
| Hex | 7F | 57 | 7A | 0 | 1F | 4 | 32 | 134 | 13 | 2A |
| Octal | 177 | 127 | 172 | 0 | 37 | 4 | 62 | 464 | 23 | 52 |
| Binary | 1111111 | 1010111 | 1111010 | 0 | 11111 | 100 | 110010 | 100110100 | 10011 | 101010 |
Color Harmonies of #7F577A
Complementary color
Monochromatic Colors of #7F577A
Black with #7F577A
Text Example
Text Example
White with #7F577A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F577A; }
p { color: rgb(127,87,122); }
H1.HeaderClassName
{
color: #7F577A;
}
.AnyTagClassName
{
color: #7F577A;
}
</style>
background-color css
<style>
a { background-color: #7F577A; }
a { background-color: rgb(127,87,122); }
div.DivClassName
{
background-color: #7F577A;
}
.BgClassName
{
background-color: #7F577A;
}
</style>
border-color css
<style>
span { border-color: #7F577A; }
span { border-color: rgb(127,87,122); }
td.TdClassName
{
border-color: #7F577A;
}
.TagClassName
{
border-color: #7F577A;
}
</style>