Shades of Trendy Pink #7F5075
Tints of Trendy Pink #7F5075
RGB
CMYK
RGB Variations
Color information
#7F5075 (or 0x7F5075) is known color: Trendy Pink. HEX triplet: 7F, 50 and 75. RGB value is (127,80,117). Sum of RGB (Red+Green+Blue) = 127+80+117=324 (42% of max value = 765). Red value is 127 (50% from 255 or 39.20% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5075 is #80AF8A. Grayscale: #626262. Windows color (decimal): -8433547 or 7688319. OLE color: 7688319.
HSL color Cylindrical-coordinate representation of color #7F5075: hue angle of 312.77º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F5075 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 80 | 117 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.50 |
| HSL | 312.77º | 0.23% | 0.41% | - |
| HSV(B) | 312.77º | 0.37% | 0.5% | - |
| XYZ | 14.83 | 11.53 | 18.27 | - |
| YUV | 98.27 | 138.57 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 80 | 117 | 0 | 0.37 | 0.08 | 0.50 | 312.77 | 0.23 | 0.41 |
| Hex | 7F | 50 | 75 | 0 | 25 | 8 | 32 | 139 | 17 | 29 |
| Octal | 177 | 120 | 165 | 0 | 45 | 10 | 62 | 471 | 27 | 51 |
| Binary | 1111111 | 1010000 | 1110101 | 0 | 100101 | 1000 | 110010 | 100111001 | 10111 | 101001 |
Color Harmonies of #7F5075
Complementary color
Monochromatic Colors of #7F5075
Black with #7F5075
Text Example
Text Example
White with #7F5075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5075; }
p { color: rgb(127,80,117); }
H1.HeaderClassName
{
color: #7F5075;
}
.AnyTagClassName
{
color: #7F5075;
}
</style>
background-color css
<style>
a { background-color: #7F5075; }
a { background-color: rgb(127,80,117); }
div.DivClassName
{
background-color: #7F5075;
}
.BgClassName
{
background-color: #7F5075;
}
</style>
border-color css
<style>
span { border-color: #7F5075; }
span { border-color: rgb(127,80,117); }
td.TdClassName
{
border-color: #7F5075;
}
.TagClassName
{
border-color: #7F5075;
}
</style>