Shades of Trendy Pink #7F5A78
Tints of Trendy Pink #7F5A78
RGB
CMYK
RGB Variations
Color information
#7F5A78 (or 0x7F5A78) is known color: Trendy Pink. HEX triplet: 7F, 5A and 78. RGB value is (127,90,120). Sum of RGB (Red+Green+Blue) = 127+90+120=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5A78 is #80A587. Grayscale: #686868. Windows color (decimal): -8430984 or 7887487. OLE color: 7887487.
HSL color Cylindrical-coordinate representation of color #7F5A78: hue angle of 311.35º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7F5A78 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 90 | 120 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.50 |
| HSL | 311.35º | 0.17% | 0.43% | - |
| HSV(B) | 311.35º | 0.29% | 0.5% | - |
| XYZ | 15.8 | 13.18 | 19.48 | - |
| YUV | 104.48 | 136.76 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 90 | 120 | 0 | 0.29 | 0.06 | 0.50 | 311.35 | 0.17 | 0.43 |
| Hex | 7F | 5A | 78 | 0 | 1D | 6 | 32 | 137 | 11 | 2B |
| Octal | 177 | 132 | 170 | 0 | 35 | 6 | 62 | 467 | 21 | 53 |
| Binary | 1111111 | 1011010 | 1111000 | 0 | 11101 | 110 | 110010 | 100110111 | 10001 | 101011 |
Color Harmonies of #7F5A78
Complementary color
Monochromatic Colors of #7F5A78
Black with #7F5A78
Text Example
Text Example
White with #7F5A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5A78; }
p { color: rgb(127,90,120); }
H1.HeaderClassName
{
color: #7F5A78;
}
.AnyTagClassName
{
color: #7F5A78;
}
</style>
background-color css
<style>
a { background-color: #7F5A78; }
a { background-color: rgb(127,90,120); }
div.DivClassName
{
background-color: #7F5A78;
}
.BgClassName
{
background-color: #7F5A78;
}
</style>
border-color css
<style>
span { border-color: #7F5A78; }
span { border-color: rgb(127,90,120); }
td.TdClassName
{
border-color: #7F5A78;
}
.TagClassName
{
border-color: #7F5A78;
}
</style>