Shades of Trendy Pink #7F5274
Tints of Trendy Pink #7F5274
RGB
CMYK
RGB Variations
Color information
#7F5274 (or 0x7F5274) is known color: Trendy Pink. HEX triplet: 7F, 52 and 74. RGB value is (127,82,116). Sum of RGB (Red+Green+Blue) = 127+82+116=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5274 is #80AD8B. Grayscale: #636363. Windows color (decimal): -8433036 or 7623295. OLE color: 7623295.
HSL color Cylindrical-coordinate representation of color #7F5274: hue angle of 314.67º 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 #7F5274 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 82 | 116 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.50 |
| HSL | 314.67º | 0.22% | 0.41% | - |
| HSV(B) | 314.67º | 0.35% | 0.5% | - |
| XYZ | 14.92 | 11.81 | 18.02 | - |
| YUV | 99.33 | 137.41 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 82 | 116 | 0 | 0.35 | 0.09 | 0.50 | 314.67 | 0.22 | 0.41 |
| Hex | 7F | 52 | 74 | 0 | 23 | 9 | 32 | 13B | 16 | 29 |
| Octal | 177 | 122 | 164 | 0 | 43 | 11 | 62 | 473 | 26 | 51 |
| Binary | 1111111 | 1010010 | 1110100 | 0 | 100011 | 1001 | 110010 | 100111011 | 10110 | 101001 |
Color Harmonies of #7F5274
Complementary color
Monochromatic Colors of #7F5274
Black with #7F5274
Text Example
Text Example
White with #7F5274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5274; }
p { color: rgb(127,82,116); }
H1.HeaderClassName
{
color: #7F5274;
}
.AnyTagClassName
{
color: #7F5274;
}
</style>
background-color css
<style>
a { background-color: #7F5274; }
a { background-color: rgb(127,82,116); }
div.DivClassName
{
background-color: #7F5274;
}
.BgClassName
{
background-color: #7F5274;
}
</style>
border-color css
<style>
span { border-color: #7F5274; }
span { border-color: rgb(127,82,116); }
td.TdClassName
{
border-color: #7F5274;
}
.TagClassName
{
border-color: #7F5274;
}
</style>