Shades of Trendy Pink #7C537B
Tints of Trendy Pink #7C537B
RGB
CMYK
RGB Variations
Color information
#7C537B (or 0x7C537B) is known color: Trendy Pink. HEX triplet: 7C, 53 and 7B. RGB value is (124,83,123). Sum of RGB (Red+Green+Blue) = 124+83+123=330 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.58% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 124 - color contains mainly: red. Hex color #7C537B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C537B is #83AC84. Grayscale: #636363. Windows color (decimal): -8629381 or 8082300. OLE color: 8082300.
HSL color Cylindrical-coordinate representation of color #7C537B: hue angle of 301.46º 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 #7C537B is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 83 | 123 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.51 |
| HSL | 301.46º | 0.2% | 0.41% | - |
| HSV(B) | 301.46º | 0.33% | 0.49% | - |
| XYZ | 14.98 | 11.9 | 20.25 | - |
| YUV | 99.82 | 141.08 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 83 | 123 | 0 | 0.33 | 0.01 | 0.51 | 301.46 | 0.2 | 0.41 |
| Hex | 7C | 53 | 7B | 0 | 21 | 1 | 33 | 12D | 14 | 29 |
| Octal | 174 | 123 | 173 | 0 | 41 | 1 | 63 | 455 | 24 | 51 |
| Binary | 1111100 | 1010011 | 1111011 | 0 | 100001 | 1 | 110011 | 100101101 | 10100 | 101001 |
Color Harmonies of #7C537B
Complementary color
Monochromatic Colors of #7C537B
Black with #7C537B
Text Example
Text Example
White with #7C537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C537B; }
p { color: rgb(124,83,123); }
H1.HeaderClassName
{
color: #7C537B;
}
.AnyTagClassName
{
color: #7C537B;
}
</style>
background-color css
<style>
a { background-color: #7C537B; }
a { background-color: rgb(124,83,123); }
div.DivClassName
{
background-color: #7C537B;
}
.BgClassName
{
background-color: #7C537B;
}
</style>
border-color css
<style>
span { border-color: #7C537B; }
span { border-color: rgb(124,83,123); }
td.TdClassName
{
border-color: #7C537B;
}
.TagClassName
{
border-color: #7C537B;
}
</style>