Shades of Trendy Pink #7C5374
Tints of Trendy Pink #7C5374
RGB
CMYK
RGB Variations
Color information
#7C5374 (or 0x7C5374) is known color: Trendy Pink. HEX triplet: 7C, 53 and 74. RGB value is (124,83,116). Sum of RGB (Red+Green+Blue) = 124+83+116=323 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.39% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5374 is #83AC8B. Grayscale: #626262. Windows color (decimal): -8629388 or 7623548. OLE color: 7623548.
HSL color Cylindrical-coordinate representation of color #7C5374: hue angle of 311.71º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7C5374 is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 83 | 116 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.51 |
| HSL | 311.71º | 0.2% | 0.41% | - |
| HSV(B) | 311.71º | 0.33% | 0.49% | - |
| XYZ | 14.56 | 11.73 | 18.02 | - |
| YUV | 99.02 | 137.58 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 83 | 116 | 0 | 0.33 | 0.06 | 0.51 | 311.71 | 0.2 | 0.41 |
| Hex | 7C | 53 | 74 | 0 | 21 | 6 | 33 | 138 | 14 | 29 |
| Octal | 174 | 123 | 164 | 0 | 41 | 6 | 63 | 470 | 24 | 51 |
| Binary | 1111100 | 1010011 | 1110100 | 0 | 100001 | 110 | 110011 | 100111000 | 10100 | 101001 |
Color Harmonies of #7C5374
Complementary color
Monochromatic Colors of #7C5374
Black with #7C5374
Text Example
Text Example
White with #7C5374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5374; }
p { color: rgb(124,83,116); }
H1.HeaderClassName
{
color: #7C5374;
}
.AnyTagClassName
{
color: #7C5374;
}
</style>
background-color css
<style>
a { background-color: #7C5374; }
a { background-color: rgb(124,83,116); }
div.DivClassName
{
background-color: #7C5374;
}
.BgClassName
{
background-color: #7C5374;
}
</style>
border-color css
<style>
span { border-color: #7C5374; }
span { border-color: rgb(124,83,116); }
td.TdClassName
{
border-color: #7C5374;
}
.TagClassName
{
border-color: #7C5374;
}
</style>