Shades of Solid Pink #7C484D
Tints of Solid Pink #7C484D
RGB
CMYK
RGB Variations
Color information
#7C484D (or 0x7C484D) is known color: Solid Pink. HEX triplet: 7C, 48 and 4D. RGB value is (124,72,77). Sum of RGB (Red+Green+Blue) = 124+72+77=273 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.42% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 124 - color contains mainly: red. Hex color #7C484D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C484D is #83B7B2. Grayscale: #585858. Windows color (decimal): -8632243 or 5064828. OLE color: 5064828.
HSL color Cylindrical-coordinate representation of color #7C484D: hue angle of 354.23º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7C484D is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 72 | 77 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.51 |
| HSL | 354.23º | 0.27% | 0.38% | - |
| HSV(B) | 354.23º | 0.42% | 0.49% | - |
| XYZ | 11.97 | 9.46 | 8.22 | - |
| YUV | 88.12 | 121.73 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 72 | 77 | 0 | 0.42 | 0.38 | 0.51 | 354.23 | 0.27 | 0.38 |
| Hex | 7C | 48 | 4D | 0 | 2A | 26 | 33 | 162 | 1B | 26 |
| Octal | 174 | 110 | 115 | 0 | 52 | 46 | 63 | 542 | 33 | 46 |
| Binary | 1111100 | 1001000 | 1001101 | 0 | 101010 | 100110 | 110011 | 101100010 | 11011 | 100110 |
Color Harmonies of #7C484D
Complementary color
Monochromatic Colors of #7C484D
Black with #7C484D
Text Example
Text Example
White with #7C484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C484D; }
p { color: rgb(124,72,77); }
H1.HeaderClassName
{
color: #7C484D;
}
.AnyTagClassName
{
color: #7C484D;
}
</style>
background-color css
<style>
a { background-color: #7C484D; }
a { background-color: rgb(124,72,77); }
div.DivClassName
{
background-color: #7C484D;
}
.BgClassName
{
background-color: #7C484D;
}
</style>
border-color css
<style>
span { border-color: #7C484D; }
span { border-color: rgb(124,72,77); }
td.TdClassName
{
border-color: #7C484D;
}
.TagClassName
{
border-color: #7C484D;
}
</style>