Shades of Trendy Pink #7F577B
Tints of Trendy Pink #7F577B
RGB
CMYK
RGB Variations
Color information
#7F577B (or 0x7F577B) is known color: Trendy Pink. HEX triplet: 7F, 57 and 7B. RGB value is (127,87,123). Sum of RGB (Red+Green+Blue) = 127+87+123=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 127 - color contains mainly: red. Hex color #7F577B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F577B is #80A884. Grayscale: #666666. Windows color (decimal): -8431749 or 8083327. OLE color: 8083327.
HSL color Cylindrical-coordinate representation of color #7F577B: hue angle of 306º 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 #7F577B is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 87 | 123 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.50 |
| HSL | 306º | 0.19% | 0.42% | - |
| HSV(B) | 306º | 0.31% | 0.5% | - |
| XYZ | 15.74 | 12.76 | 20.37 | - |
| YUV | 103.06 | 139.25 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 87 | 123 | 0 | 0.31 | 0.03 | 0.50 | 306 | 0.19 | 0.42 |
| Hex | 7F | 57 | 7B | 0 | 1F | 3 | 32 | 132 | 13 | 2A |
| Octal | 177 | 127 | 173 | 0 | 37 | 3 | 62 | 462 | 23 | 52 |
| Binary | 1111111 | 1010111 | 1111011 | 0 | 11111 | 11 | 110010 | 100110010 | 10011 | 101010 |
Color Harmonies of #7F577B
Complementary color
Monochromatic Colors of #7F577B
Black with #7F577B
Text Example
Text Example
White with #7F577B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F577B; }
p { color: rgb(127,87,123); }
H1.HeaderClassName
{
color: #7F577B;
}
.AnyTagClassName
{
color: #7F577B;
}
</style>
background-color css
<style>
a { background-color: #7F577B; }
a { background-color: rgb(127,87,123); }
div.DivClassName
{
background-color: #7F577B;
}
.BgClassName
{
background-color: #7F577B;
}
</style>
border-color css
<style>
span { border-color: #7F577B; }
span { border-color: rgb(127,87,123); }
td.TdClassName
{
border-color: #7F577B;
}
.TagClassName
{
border-color: #7F577B;
}
</style>