Shades of Trendy Pink #7C5375
Tints of Trendy Pink #7C5375
RGB
CMYK
RGB Variations
Color information
#7C5375 (or 0x7C5375) is known color: Trendy Pink. HEX triplet: 7C, 53 and 75. RGB value is (124,83,117). Sum of RGB (Red+Green+Blue) = 124+83+117=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5375 is #83AC8A. Grayscale: #636363. Windows color (decimal): -8629387 or 7689084. OLE color: 7689084.
HSL color Cylindrical-coordinate representation of color #7C5375: hue angle of 310.24º 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 #7C5375 is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 83 | 117 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.51 |
| HSL | 310.24º | 0.2% | 0.41% | - |
| HSV(B) | 310.24º | 0.33% | 0.49% | - |
| XYZ | 14.62 | 11.76 | 18.33 | - |
| YUV | 99.14 | 138.08 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 83 | 117 | 0 | 0.33 | 0.06 | 0.51 | 310.24 | 0.2 | 0.41 |
| Hex | 7C | 53 | 75 | 0 | 21 | 6 | 33 | 136 | 14 | 29 |
| Octal | 174 | 123 | 165 | 0 | 41 | 6 | 63 | 466 | 24 | 51 |
| Binary | 1111100 | 1010011 | 1110101 | 0 | 100001 | 110 | 110011 | 100110110 | 10100 | 101001 |
Color Harmonies of #7C5375
Complementary color
Monochromatic Colors of #7C5375
Black with #7C5375
Text Example
Text Example
White with #7C5375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5375; }
p { color: rgb(124,83,117); }
H1.HeaderClassName
{
color: #7C5375;
}
.AnyTagClassName
{
color: #7C5375;
}
</style>
background-color css
<style>
a { background-color: #7C5375; }
a { background-color: rgb(124,83,117); }
div.DivClassName
{
background-color: #7C5375;
}
.BgClassName
{
background-color: #7C5375;
}
</style>
border-color css
<style>
span { border-color: #7C5375; }
span { border-color: rgb(124,83,117); }
td.TdClassName
{
border-color: #7C5375;
}
.TagClassName
{
border-color: #7C5375;
}
</style>