Shades of Solid Pink #7C4A4F
Tints of Solid Pink #7C4A4F
RGB
CMYK
RGB Variations
Color information
#7C4A4F (or 0x7C4A4F) is known color: Solid Pink. HEX triplet: 7C, 4A and 4F. RGB value is (124,74,79). Sum of RGB (Red+Green+Blue) = 124+74+79=277 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.77% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 79 (31.25% from 255 or 28.52% from 277); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4A4F is #83B5B0. Grayscale: #595959. Windows color (decimal): -8631729 or 5196412. OLE color: 5196412.
HSL color Cylindrical-coordinate representation of color #7C4A4F: hue angle of 354º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C4A4F is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 74 | 79 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.51 |
| HSL | 354º | 0.25% | 0.39% | - |
| HSV(B) | 354º | 0.4% | 0.49% | - |
| XYZ | 12.17 | 9.75 | 8.64 | - |
| YUV | 89.52 | 122.07 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 74 | 79 | 0 | 0.40 | 0.36 | 0.51 | 354 | 0.25 | 0.39 |
| Hex | 7C | 4A | 4F | 0 | 28 | 24 | 33 | 162 | 19 | 27 |
| Octal | 174 | 112 | 117 | 0 | 50 | 44 | 63 | 542 | 31 | 47 |
| Binary | 1111100 | 1001010 | 1001111 | 0 | 101000 | 100100 | 110011 | 101100010 | 11001 | 100111 |
Color Harmonies of #7C4A4F
Complementary color
Monochromatic Colors of #7C4A4F
Black with #7C4A4F
Text Example
Text Example
White with #7C4A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4A4F; }
p { color: rgb(124,74,79); }
H1.HeaderClassName
{
color: #7C4A4F;
}
.AnyTagClassName
{
color: #7C4A4F;
}
</style>
background-color css
<style>
a { background-color: #7C4A4F; }
a { background-color: rgb(124,74,79); }
div.DivClassName
{
background-color: #7C4A4F;
}
.BgClassName
{
background-color: #7C4A4F;
}
</style>
border-color css
<style>
span { border-color: #7C4A4F; }
span { border-color: rgb(124,74,79); }
td.TdClassName
{
border-color: #7C4A4F;
}
.TagClassName
{
border-color: #7C4A4F;
}
</style>