Shades of Solid Pink #7C484B
Tints of Solid Pink #7C484B
RGB
CMYK
RGB Variations
Color information
#7C484B (or 0x7C484B) is known color: Solid Pink. HEX triplet: 7C, 48 and 4B. RGB value is (124,72,75). Sum of RGB (Red+Green+Blue) = 124+72+75=271 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.76% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 124 - color contains mainly: red. Hex color #7C484B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C484B is #83B7B4. Grayscale: #575757. Windows color (decimal): -8632245 or 4933756. OLE color: 4933756.
HSL color Cylindrical-coordinate representation of color #7C484B: hue angle of 356.54º 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 #7C484B is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 72 | 75 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.51 |
| HSL | 356.54º | 0.27% | 0.38% | - |
| HSV(B) | 356.54º | 0.42% | 0.49% | - |
| XYZ | 11.9 | 9.43 | 7.85 | - |
| YUV | 87.89 | 120.73 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 72 | 75 | 0 | 0.42 | 0.40 | 0.51 | 356.54 | 0.27 | 0.38 |
| Hex | 7C | 48 | 4B | 0 | 2A | 28 | 33 | 165 | 1B | 26 |
| Octal | 174 | 110 | 113 | 0 | 52 | 50 | 63 | 545 | 33 | 46 |
| Binary | 1111100 | 1001000 | 1001011 | 0 | 101010 | 101000 | 110011 | 101100101 | 11011 | 100110 |
Color Harmonies of #7C484B
Complementary color
Monochromatic Colors of #7C484B
Black with #7C484B
Text Example
Text Example
White with #7C484B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C484B; }
p { color: rgb(124,72,75); }
H1.HeaderClassName
{
color: #7C484B;
}
.AnyTagClassName
{
color: #7C484B;
}
</style>
background-color css
<style>
a { background-color: #7C484B; }
a { background-color: rgb(124,72,75); }
div.DivClassName
{
background-color: #7C484B;
}
.BgClassName
{
background-color: #7C484B;
}
</style>
border-color css
<style>
span { border-color: #7C484B; }
span { border-color: rgb(124,72,75); }
td.TdClassName
{
border-color: #7C484B;
}
.TagClassName
{
border-color: #7C484B;
}
</style>