Shades of Trendy Pink #7F5474
Tints of Trendy Pink #7F5474
RGB
CMYK
RGB Variations
Color information
#7F5474 (or 0x7F5474) is known color: Trendy Pink. HEX triplet: 7F, 54 and 74. RGB value is (127,84,116). Sum of RGB (Red+Green+Blue) = 127+84+116=327 (43% of max value = 765). Red value is 127 (50% from 255 or 38.84% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5474 is #80AB8B. Grayscale: #646464. Windows color (decimal): -8432524 or 7623807. OLE color: 7623807.
HSL color Cylindrical-coordinate representation of color #7F5474: hue angle of 315.35º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7F5474 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 84 | 116 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.50 |
| HSL | 315.35º | 0.2% | 0.41% | - |
| HSV(B) | 315.35º | 0.34% | 0.5% | - |
| XYZ | 15.08 | 12.11 | 18.07 | - |
| YUV | 100.51 | 136.75 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 84 | 116 | 0 | 0.34 | 0.09 | 0.50 | 315.35 | 0.2 | 0.41 |
| Hex | 7F | 54 | 74 | 0 | 22 | 9 | 32 | 13B | 14 | 29 |
| Octal | 177 | 124 | 164 | 0 | 42 | 11 | 62 | 473 | 24 | 51 |
| Binary | 1111111 | 1010100 | 1110100 | 0 | 100010 | 1001 | 110010 | 100111011 | 10100 | 101001 |
Color Harmonies of #7F5474
Complementary color
Monochromatic Colors of #7F5474
Black with #7F5474
Text Example
Text Example
White with #7F5474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5474; }
p { color: rgb(127,84,116); }
H1.HeaderClassName
{
color: #7F5474;
}
.AnyTagClassName
{
color: #7F5474;
}
</style>
background-color css
<style>
a { background-color: #7F5474; }
a { background-color: rgb(127,84,116); }
div.DivClassName
{
background-color: #7F5474;
}
.BgClassName
{
background-color: #7F5474;
}
</style>
border-color css
<style>
span { border-color: #7F5474; }
span { border-color: rgb(127,84,116); }
td.TdClassName
{
border-color: #7F5474;
}
.TagClassName
{
border-color: #7F5474;
}
</style>