Shades of Trendy Pink #7F4778
Tints of Trendy Pink #7F4778
RGB
CMYK
RGB Variations
Color information
#7F4778 (or 0x7F4778) is known color: Trendy Pink. HEX triplet: 7F, 47 and 78. RGB value is (127,71,120). Sum of RGB (Red+Green+Blue) = 127+71+120=318 (42% of max value = 765). Red value is 127 (50% from 255 or 39.94% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4778 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4778 is #80B887. Grayscale: #5D5D5D. Windows color (decimal): -8435848 or 7882623. OLE color: 7882623.
HSL color Cylindrical-coordinate representation of color #7F4778: hue angle of 307.5º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7F4778 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 71 | 120 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.50 |
| HSL | 307.5º | 0.28% | 0.39% | - |
| HSV(B) | 307.5º | 0.44% | 0.5% | - |
| XYZ | 14.4 | 10.37 | 19.01 | - |
| YUV | 93.33 | 143.05 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 71 | 120 | 0 | 0.44 | 0.06 | 0.50 | 307.5 | 0.28 | 0.39 |
| Hex | 7F | 47 | 78 | 0 | 2C | 6 | 32 | 134 | 1C | 27 |
| Octal | 177 | 107 | 170 | 0 | 54 | 6 | 62 | 464 | 34 | 47 |
| Binary | 1111111 | 1000111 | 1111000 | 0 | 101100 | 110 | 110010 | 100110100 | 11100 | 100111 |
Color Harmonies of #7F4778
Complementary color
Monochromatic Colors of #7F4778
Black with #7F4778
Text Example
Text Example
White with #7F4778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4778; }
p { color: rgb(127,71,120); }
H1.HeaderClassName
{
color: #7F4778;
}
.AnyTagClassName
{
color: #7F4778;
}
</style>
background-color css
<style>
a { background-color: #7F4778; }
a { background-color: rgb(127,71,120); }
div.DivClassName
{
background-color: #7F4778;
}
.BgClassName
{
background-color: #7F4778;
}
</style>
border-color css
<style>
span { border-color: #7F4778; }
span { border-color: rgb(127,71,120); }
td.TdClassName
{
border-color: #7F4778;
}
.TagClassName
{
border-color: #7F4778;
}
</style>