Shades of Trendy Pink #7F5278
Tints of Trendy Pink #7F5278
RGB
CMYK
RGB Variations
Color information
#7F5278 (or 0x7F5278) is known color: Trendy Pink. HEX triplet: 7F, 52 and 78. RGB value is (127,82,120). Sum of RGB (Red+Green+Blue) = 127+82+120=329 (43% of max value = 765). Red value is 127 (50% from 255 or 38.60% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5278 is #80AD87. Grayscale: #636363. Windows color (decimal): -8433032 or 7885439. OLE color: 7885439.
HSL color Cylindrical-coordinate representation of color #7F5278: hue angle of 309.33º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7F5278 is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 82 | 120 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.50 |
| HSL | 309.33º | 0.22% | 0.41% | - |
| HSV(B) | 309.33º | 0.35% | 0.5% | - |
| XYZ | 15.16 | 11.9 | 19.27 | - |
| YUV | 99.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 82 | 120 | 0 | 0.35 | 0.06 | 0.50 | 309.33 | 0.22 | 0.41 |
| Hex | 7F | 52 | 78 | 0 | 23 | 6 | 32 | 135 | 16 | 29 |
| Octal | 177 | 122 | 170 | 0 | 43 | 6 | 62 | 465 | 26 | 51 |
| Binary | 1111111 | 1010010 | 1111000 | 0 | 100011 | 110 | 110010 | 100110101 | 10110 | 101001 |
Color Harmonies of #7F5278
Complementary color
Monochromatic Colors of #7F5278
Black with #7F5278
Text Example
Text Example
White with #7F5278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5278; }
p { color: rgb(127,82,120); }
H1.HeaderClassName
{
color: #7F5278;
}
.AnyTagClassName
{
color: #7F5278;
}
</style>
background-color css
<style>
a { background-color: #7F5278; }
a { background-color: rgb(127,82,120); }
div.DivClassName
{
background-color: #7F5278;
}
.BgClassName
{
background-color: #7F5278;
}
</style>
border-color css
<style>
span { border-color: #7F5278; }
span { border-color: rgb(127,82,120); }
td.TdClassName
{
border-color: #7F5278;
}
.TagClassName
{
border-color: #7F5278;
}
</style>