Shades of Trendy Pink #7F567C
Tints of Trendy Pink #7F567C
RGB
CMYK
RGB Variations
Color information
#7F567C (or 0x7F567C) is known color: Trendy Pink. HEX triplet: 7F, 56 and 7C. RGB value is (127,86,124). Sum of RGB (Red+Green+Blue) = 127+86+124=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 127 - color contains mainly: red. Hex color #7F567C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F567C is #80A983. Grayscale: #666666. Windows color (decimal): -8432004 or 8148607. OLE color: 8148607.
HSL color Cylindrical-coordinate representation of color #7F567C: hue angle of 304.39º 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 #7F567C is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 86 | 124 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.50 |
| HSL | 304.39º | 0.19% | 0.42% | - |
| HSV(B) | 304.39º | 0.32% | 0.5% | - |
| XYZ | 15.72 | 12.62 | 20.68 | - |
| YUV | 102.59 | 140.08 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 86 | 124 | 0 | 0.32 | 0.02 | 0.50 | 304.39 | 0.19 | 0.42 |
| Hex | 7F | 56 | 7C | 0 | 20 | 2 | 32 | 130 | 13 | 2A |
| Octal | 177 | 126 | 174 | 0 | 40 | 2 | 62 | 460 | 23 | 52 |
| Binary | 1111111 | 1010110 | 1111100 | 0 | 100000 | 10 | 110010 | 100110000 | 10011 | 101010 |
Color Harmonies of #7F567C
Complementary color
Monochromatic Colors of #7F567C
Black with #7F567C
Text Example
Text Example
White with #7F567C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F567C; }
p { color: rgb(127,86,124); }
H1.HeaderClassName
{
color: #7F567C;
}
.AnyTagClassName
{
color: #7F567C;
}
</style>
background-color css
<style>
a { background-color: #7F567C; }
a { background-color: rgb(127,86,124); }
div.DivClassName
{
background-color: #7F567C;
}
.BgClassName
{
background-color: #7F567C;
}
</style>
border-color css
<style>
span { border-color: #7F567C; }
span { border-color: rgb(127,86,124); }
td.TdClassName
{
border-color: #7F567C;
}
.TagClassName
{
border-color: #7F567C;
}
</style>