Shades of Solid Pink #7C474A
Tints of Solid Pink #7C474A
RGB
CMYK
RGB Variations
Color information
#7C474A (or 0x7C474A) is known color: Solid Pink. HEX triplet: 7C, 47 and 4A. RGB value is (124,71,74). Sum of RGB (Red+Green+Blue) = 124+71+74=269 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.10% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 124 - color contains mainly: red. Hex color #7C474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C474A is #83B8B5. Grayscale: #575757. Windows color (decimal): -8632502 or 4867964. OLE color: 4867964.
HSL color Cylindrical-coordinate representation of color #7C474A: hue angle of 356.6º 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 #7C474A is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 71 | 74 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.51 |
| HSL | 356.6º | 0.27% | 0.38% | - |
| HSV(B) | 356.6º | 0.43% | 0.49% | - |
| XYZ | 11.8 | 9.29 | 7.65 | - |
| YUV | 87.19 | 120.56 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 71 | 74 | 0 | 0.43 | 0.40 | 0.51 | 356.6 | 0.27 | 0.38 |
| Hex | 7C | 47 | 4A | 0 | 2B | 28 | 33 | 165 | 1B | 26 |
| Octal | 174 | 107 | 112 | 0 | 53 | 50 | 63 | 545 | 33 | 46 |
| Binary | 1111100 | 1000111 | 1001010 | 0 | 101011 | 101000 | 110011 | 101100101 | 11011 | 100110 |
Color Harmonies of #7C474A
Complementary color
Monochromatic Colors of #7C474A
Black with #7C474A
Text Example
Text Example
White with #7C474A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C474A; }
p { color: rgb(124,71,74); }
H1.HeaderClassName
{
color: #7C474A;
}
.AnyTagClassName
{
color: #7C474A;
}
</style>
background-color css
<style>
a { background-color: #7C474A; }
a { background-color: rgb(124,71,74); }
div.DivClassName
{
background-color: #7C474A;
}
.BgClassName
{
background-color: #7C474A;
}
</style>
border-color css
<style>
span { border-color: #7C474A; }
span { border-color: rgb(124,71,74); }
td.TdClassName
{
border-color: #7C474A;
}
.TagClassName
{
border-color: #7C474A;
}
</style>