Shades of Solid Pink #7C4B4F
Tints of Solid Pink #7C4B4F
RGB
CMYK
RGB Variations
Color information
#7C4B4F (or 0x7C4B4F) is known color: Solid Pink. HEX triplet: 7C, 4B and 4F. RGB value is (124,75,79). Sum of RGB (Red+Green+Blue) = 124+75+79=278 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.60% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 79 (31.25% from 255 or 28.42% from 278); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4B4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4B4F is #83B4B0. Grayscale: #5A5A5A. Windows color (decimal): -8631473 or 5196668. OLE color: 5196668.
HSL color Cylindrical-coordinate representation of color #7C4B4F: hue angle of 355.1º 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 #7C4B4F is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 75 | 79 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.51 |
| HSL | 355.1º | 0.25% | 0.39% | - |
| HSV(B) | 355.1º | 0.4% | 0.49% | - |
| XYZ | 12.24 | 9.88 | 8.66 | - |
| YUV | 90.11 | 121.73 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 75 | 79 | 0 | 0.40 | 0.36 | 0.51 | 355.1 | 0.25 | 0.39 |
| Hex | 7C | 4B | 4F | 0 | 28 | 24 | 33 | 163 | 19 | 27 |
| Octal | 174 | 113 | 117 | 0 | 50 | 44 | 63 | 543 | 31 | 47 |
| Binary | 1111100 | 1001011 | 1001111 | 0 | 101000 | 100100 | 110011 | 101100011 | 11001 | 100111 |
Color Harmonies of #7C4B4F
Complementary color
Monochromatic Colors of #7C4B4F
Black with #7C4B4F
Text Example
Text Example
White with #7C4B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4B4F; }
p { color: rgb(124,75,79); }
H1.HeaderClassName
{
color: #7C4B4F;
}
.AnyTagClassName
{
color: #7C4B4F;
}
</style>
background-color css
<style>
a { background-color: #7C4B4F; }
a { background-color: rgb(124,75,79); }
div.DivClassName
{
background-color: #7C4B4F;
}
.BgClassName
{
background-color: #7C4B4F;
}
</style>
border-color css
<style>
span { border-color: #7C4B4F; }
span { border-color: rgb(124,75,79); }
td.TdClassName
{
border-color: #7C4B4F;
}
.TagClassName
{
border-color: #7C4B4F;
}
</style>