Shades of Solid Pink #7C484E
Tints of Solid Pink #7C484E
RGB
CMYK
RGB Variations
Color information
#7C484E (or 0x7C484E) is known color: Solid Pink. HEX triplet: 7C, 48 and 4E. RGB value is (124,72,78). Sum of RGB (Red+Green+Blue) = 124+72+78=274 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.26% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 124 - color contains mainly: red. Hex color #7C484E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C484E is #83B7B1. Grayscale: #585858. Windows color (decimal): -8632242 or 5130364. OLE color: 5130364.
HSL color Cylindrical-coordinate representation of color #7C484E: hue angle of 353.08º 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 #7C484E is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 72 | 78 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.51 |
| HSL | 353.08º | 0.27% | 0.38% | - |
| HSV(B) | 353.08º | 0.42% | 0.49% | - |
| XYZ | 12 | 9.47 | 8.4 | - |
| YUV | 88.23 | 122.23 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 72 | 78 | 0 | 0.42 | 0.37 | 0.51 | 353.08 | 0.27 | 0.38 |
| Hex | 7C | 48 | 4E | 0 | 2A | 25 | 33 | 161 | 1B | 26 |
| Octal | 174 | 110 | 116 | 0 | 52 | 45 | 63 | 541 | 33 | 46 |
| Binary | 1111100 | 1001000 | 1001110 | 0 | 101010 | 100101 | 110011 | 101100001 | 11011 | 100110 |
Color Harmonies of #7C484E
Complementary color
Monochromatic Colors of #7C484E
Black with #7C484E
Text Example
Text Example
White with #7C484E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C484E; }
p { color: rgb(124,72,78); }
H1.HeaderClassName
{
color: #7C484E;
}
.AnyTagClassName
{
color: #7C484E;
}
</style>
background-color css
<style>
a { background-color: #7C484E; }
a { background-color: rgb(124,72,78); }
div.DivClassName
{
background-color: #7C484E;
}
.BgClassName
{
background-color: #7C484E;
}
</style>
border-color css
<style>
span { border-color: #7C484E; }
span { border-color: rgb(124,72,78); }
td.TdClassName
{
border-color: #7C484E;
}
.TagClassName
{
border-color: #7C484E;
}
</style>