Shades of Trendy Pink #7F5373
Tints of Trendy Pink #7F5373
RGB
CMYK
RGB Variations
Color information
#7F5373 (or 0x7F5373) is known color: Trendy Pink. HEX triplet: 7F, 53 and 73. RGB value is (127,83,115). Sum of RGB (Red+Green+Blue) = 127+83+115=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5373 is #80AC8C. Grayscale: #636363. Windows color (decimal): -8432781 or 7558015. OLE color: 7558015.
HSL color Cylindrical-coordinate representation of color #7F5373: hue angle of 316.36º degrees, saturation: 0.21, 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 #7F5373 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 83 | 115 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.50 |
| HSL | 316.36º | 0.21% | 0.41% | - |
| HSV(B) | 316.36º | 0.35% | 0.5% | - |
| XYZ | 14.94 | 11.94 | 17.74 | - |
| YUV | 99.8 | 136.58 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 83 | 115 | 0 | 0.35 | 0.09 | 0.50 | 316.36 | 0.21 | 0.41 |
| Hex | 7F | 53 | 73 | 0 | 23 | 9 | 32 | 13C | 15 | 29 |
| Octal | 177 | 123 | 163 | 0 | 43 | 11 | 62 | 474 | 25 | 51 |
| Binary | 1111111 | 1010011 | 1110011 | 0 | 100011 | 1001 | 110010 | 100111100 | 10101 | 101001 |
Color Harmonies of #7F5373
Complementary color
Monochromatic Colors of #7F5373
Black with #7F5373
Text Example
Text Example
White with #7F5373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5373; }
p { color: rgb(127,83,115); }
H1.HeaderClassName
{
color: #7F5373;
}
.AnyTagClassName
{
color: #7F5373;
}
</style>
background-color css
<style>
a { background-color: #7F5373; }
a { background-color: rgb(127,83,115); }
div.DivClassName
{
background-color: #7F5373;
}
.BgClassName
{
background-color: #7F5373;
}
</style>
border-color css
<style>
span { border-color: #7F5373; }
span { border-color: rgb(127,83,115); }
td.TdClassName
{
border-color: #7F5373;
}
.TagClassName
{
border-color: #7F5373;
}
</style>