Shades of Trendy Pink #7F567D
Tints of Trendy Pink #7F567D
RGB
CMYK
RGB Variations
Color information
#7F567D (or 0x7F567D) is known color: Trendy Pink. HEX triplet: 7F, 56 and 7D. RGB value is (127,86,125). Sum of RGB (Red+Green+Blue) = 127+86+125=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 127 - color contains mainly: red. Hex color #7F567D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F567D is #80A982. Grayscale: #666666. Windows color (decimal): -8432003 or 8214143. OLE color: 8214143.
HSL color Cylindrical-coordinate representation of color #7F567D: hue angle of 302.93º 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 #7F567D is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 86 | 125 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.50 |
| HSL | 302.93º | 0.19% | 0.42% | - |
| HSV(B) | 302.93º | 0.32% | 0.5% | - |
| XYZ | 15.78 | 12.65 | 21.01 | - |
| YUV | 102.71 | 140.58 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 86 | 125 | 0 | 0.32 | 0.02 | 0.50 | 302.93 | 0.19 | 0.42 |
| Hex | 7F | 56 | 7D | 0 | 20 | 2 | 32 | 12F | 13 | 2A |
| Octal | 177 | 126 | 175 | 0 | 40 | 2 | 62 | 457 | 23 | 52 |
| Binary | 1111111 | 1010110 | 1111101 | 0 | 100000 | 10 | 110010 | 100101111 | 10011 | 101010 |
Color Harmonies of #7F567D
Complementary color
Monochromatic Colors of #7F567D
Black with #7F567D
Text Example
Text Example
White with #7F567D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F567D; }
p { color: rgb(127,86,125); }
H1.HeaderClassName
{
color: #7F567D;
}
.AnyTagClassName
{
color: #7F567D;
}
</style>
background-color css
<style>
a { background-color: #7F567D; }
a { background-color: rgb(127,86,125); }
div.DivClassName
{
background-color: #7F567D;
}
.BgClassName
{
background-color: #7F567D;
}
</style>
border-color css
<style>
span { border-color: #7F567D; }
span { border-color: rgb(127,86,125); }
td.TdClassName
{
border-color: #7F567D;
}
.TagClassName
{
border-color: #7F567D;
}
</style>