Shades of Solid Pink #7C4B55
Tints of Solid Pink #7C4B55
RGB
CMYK
RGB Variations
Color information
#7C4B55 (or 0x7C4B55) is known color: Solid Pink. HEX triplet: 7C, 4B and 55. RGB value is (124,75,85). Sum of RGB (Red+Green+Blue) = 124+75+85=284 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.66% from 284); Green value is 75 (29.69% from 255 or 26.41% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4B55 is #83B4AA. Grayscale: #5A5A5A. Windows color (decimal): -8631467 or 5589884. OLE color: 5589884.
HSL color Cylindrical-coordinate representation of color #7C4B55: hue angle of 347.76º 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 #7C4B55 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 75 | 85 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.51 |
| HSL | 347.76º | 0.25% | 0.39% | - |
| HSV(B) | 347.76º | 0.4% | 0.49% | - |
| XYZ | 12.47 | 9.97 | 9.86 | - |
| YUV | 90.79 | 124.73 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 75 | 85 | 0 | 0.40 | 0.31 | 0.51 | 347.76 | 0.25 | 0.39 |
| Hex | 7C | 4B | 55 | 0 | 28 | 1F | 33 | 15C | 19 | 27 |
| Octal | 174 | 113 | 125 | 0 | 50 | 37 | 63 | 534 | 31 | 47 |
| Binary | 1111100 | 1001011 | 1010101 | 0 | 101000 | 11111 | 110011 | 101011100 | 11001 | 100111 |
Color Harmonies of #7C4B55
Complementary color
Monochromatic Colors of #7C4B55
Black with #7C4B55
Text Example
Text Example
White with #7C4B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4B55; }
p { color: rgb(124,75,85); }
H1.HeaderClassName
{
color: #7C4B55;
}
.AnyTagClassName
{
color: #7C4B55;
}
</style>
background-color css
<style>
a { background-color: #7C4B55; }
a { background-color: rgb(124,75,85); }
div.DivClassName
{
background-color: #7C4B55;
}
.BgClassName
{
background-color: #7C4B55;
}
</style>
border-color css
<style>
span { border-color: #7C4B55; }
span { border-color: rgb(124,75,85); }
td.TdClassName
{
border-color: #7C4B55;
}
.TagClassName
{
border-color: #7C4B55;
}
</style>