Shades of Solid Pink #7C474D
Tints of Solid Pink #7C474D
RGB
CMYK
RGB Variations
Color information
#7C474D (or 0x7C474D) is known color: Solid Pink. HEX triplet: 7C, 47 and 4D. RGB value is (124,71,77). Sum of RGB (Red+Green+Blue) = 124+71+77=272 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.59% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 124 - color contains mainly: red. Hex color #7C474D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C474D is #83B8B2. Grayscale: #575757. Windows color (decimal): -8632499 or 5064572. OLE color: 5064572.
HSL color Cylindrical-coordinate representation of color #7C474D: hue angle of 353.21º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C474D is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 71 | 77 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.51 |
| HSL | 353.21º | 0.27% | 0.38% | - |
| HSV(B) | 353.21º | 0.43% | 0.49% | - |
| XYZ | 11.9 | 9.33 | 8.19 | - |
| YUV | 87.53 | 122.06 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 71 | 77 | 0 | 0.43 | 0.38 | 0.51 | 353.21 | 0.27 | 0.38 |
| Hex | 7C | 47 | 4D | 0 | 2B | 26 | 33 | 161 | 1B | 26 |
| Octal | 174 | 107 | 115 | 0 | 53 | 46 | 63 | 541 | 33 | 46 |
| Binary | 1111100 | 1000111 | 1001101 | 0 | 101011 | 100110 | 110011 | 101100001 | 11011 | 100110 |
Color Harmonies of #7C474D
Complementary color
Monochromatic Colors of #7C474D
Black with #7C474D
Text Example
Text Example
White with #7C474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C474D; }
p { color: rgb(124,71,77); }
H1.HeaderClassName
{
color: #7C474D;
}
.AnyTagClassName
{
color: #7C474D;
}
</style>
background-color css
<style>
a { background-color: #7C474D; }
a { background-color: rgb(124,71,77); }
div.DivClassName
{
background-color: #7C474D;
}
.BgClassName
{
background-color: #7C474D;
}
</style>
border-color css
<style>
span { border-color: #7C474D; }
span { border-color: rgb(124,71,77); }
td.TdClassName
{
border-color: #7C474D;
}
.TagClassName
{
border-color: #7C474D;
}
</style>