Shades of Trendy Pink #7F5878
Tints of Trendy Pink #7F5878
RGB
CMYK
RGB Variations
Color information
#7F5878 (or 0x7F5878) is known color: Trendy Pink. HEX triplet: 7F, 58 and 78. RGB value is (127,88,120). Sum of RGB (Red+Green+Blue) = 127+88+120=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5878 is #80A787. Grayscale: #676767. Windows color (decimal): -8431496 or 7886975. OLE color: 7886975.
HSL color Cylindrical-coordinate representation of color #7F5878: hue angle of 310.77º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7F5878 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 88 | 120 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.50 |
| HSL | 310.77º | 0.18% | 0.42% | - |
| HSV(B) | 310.77º | 0.31% | 0.5% | - |
| XYZ | 15.63 | 12.85 | 19.43 | - |
| YUV | 103.31 | 137.42 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 88 | 120 | 0 | 0.31 | 0.06 | 0.50 | 310.77 | 0.18 | 0.42 |
| Hex | 7F | 58 | 78 | 0 | 1F | 6 | 32 | 137 | 12 | 2A |
| Octal | 177 | 130 | 170 | 0 | 37 | 6 | 62 | 467 | 22 | 52 |
| Binary | 1111111 | 1011000 | 1111000 | 0 | 11111 | 110 | 110010 | 100110111 | 10010 | 101010 |
Color Harmonies of #7F5878
Complementary color
Monochromatic Colors of #7F5878
Black with #7F5878
Text Example
Text Example
White with #7F5878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5878; }
p { color: rgb(127,88,120); }
H1.HeaderClassName
{
color: #7F5878;
}
.AnyTagClassName
{
color: #7F5878;
}
</style>
background-color css
<style>
a { background-color: #7F5878; }
a { background-color: rgb(127,88,120); }
div.DivClassName
{
background-color: #7F5878;
}
.BgClassName
{
background-color: #7F5878;
}
</style>
border-color css
<style>
span { border-color: #7F5878; }
span { border-color: rgb(127,88,120); }
td.TdClassName
{
border-color: #7F5878;
}
.TagClassName
{
border-color: #7F5878;
}
</style>