Shades of Trendy Pink #7C5283
Tints of Trendy Pink #7C5283
RGB
CMYK
RGB Variations
Color information
#7C5283 (or 0x7C5283) is known color: Trendy Pink. HEX triplet: 7C, 52 and 83. RGB value is (124,82,131). Sum of RGB (Red+Green+Blue) = 124+82+131=337 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.80% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 131 (51.56% from 255 or 38.87% from 337); Max value from RGB is 131 - color contains mainly: blue. Hex color #7C5283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5283 is #83AD7C. Grayscale: #636363. Windows color (decimal): -8629629 or 8606332. OLE color: 8606332.
HSL color Cylindrical-coordinate representation of color #7C5283: hue angle of 291.43º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7C5283 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 124 | 82 | 131 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.49 |
| HSL | 291.43º | 0.23% | 0.42% | - |
| HSV(B) | 291.43º | 0.37% | 0.51% | - |
| XYZ | 15.43 | 11.96 | 22.97 | - |
| YUV | 100.14 | 145.41 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 82 | 131 | 0.05 | 0.37 | 0 | 0.49 | 291.43 | 0.23 | 0.42 |
| Hex | 7C | 52 | 83 | 5 | 25 | 0 | 31 | 123 | 17 | 2A |
| Octal | 174 | 122 | 203 | 5 | 45 | 0 | 61 | 443 | 27 | 52 |
| Binary | 1111100 | 1010010 | 10000011 | 101 | 100101 | 0 | 110001 | 100100011 | 10111 | 101010 |
Color Harmonies of #7C5283
Complementary color
Monochromatic Colors of #7C5283
Black with #7C5283
Text Example
Text Example
White with #7C5283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5283; }
p { color: rgb(124,82,131); }
H1.HeaderClassName
{
color: #7C5283;
}
.AnyTagClassName
{
color: #7C5283;
}
</style>
background-color css
<style>
a { background-color: #7C5283; }
a { background-color: rgb(124,82,131); }
div.DivClassName
{
background-color: #7C5283;
}
.BgClassName
{
background-color: #7C5283;
}
</style>
border-color css
<style>
span { border-color: #7C5283; }
span { border-color: rgb(124,82,131); }
td.TdClassName
{
border-color: #7C5283;
}
.TagClassName
{
border-color: #7C5283;
}
</style>