Shades of Solid Pink #7C5256
Tints of Solid Pink #7C5256
RGB
CMYK
RGB Variations
Color information
#7C5256 (or 0x7C5256) is known color: Solid Pink. HEX triplet: 7C, 52 and 56. RGB value is (124,82,86). Sum of RGB (Red+Green+Blue) = 124+82+86=292 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.47% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 86 (33.98% from 255 or 29.45% from 292); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5256 is #83ADA9. Grayscale: #5F5F5F. Windows color (decimal): -8629674 or 5657212. OLE color: 5657212.
HSL color Cylindrical-coordinate representation of color #7C5256: hue angle of 354.29º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7C5256 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 82 | 86 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.51 |
| HSL | 354.29º | 0.2% | 0.4% | - |
| HSV(B) | 354.29º | 0.34% | 0.49% | - |
| XYZ | 13.01 | 10.99 | 10.24 | - |
| YUV | 95.01 | 122.91 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 82 | 86 | 0 | 0.34 | 0.31 | 0.51 | 354.29 | 0.2 | 0.4 |
| Hex | 7C | 52 | 56 | 0 | 22 | 1F | 33 | 162 | 14 | 28 |
| Octal | 174 | 122 | 126 | 0 | 42 | 37 | 63 | 542 | 24 | 50 |
| Binary | 1111100 | 1010010 | 1010110 | 0 | 100010 | 11111 | 110011 | 101100010 | 10100 | 101000 |
Color Harmonies of #7C5256
Complementary color
Monochromatic Colors of #7C5256
Black with #7C5256
Text Example
Text Example
White with #7C5256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5256; }
p { color: rgb(124,82,86); }
H1.HeaderClassName
{
color: #7C5256;
}
.AnyTagClassName
{
color: #7C5256;
}
</style>
background-color css
<style>
a { background-color: #7C5256; }
a { background-color: rgb(124,82,86); }
div.DivClassName
{
background-color: #7C5256;
}
.BgClassName
{
background-color: #7C5256;
}
</style>
border-color css
<style>
span { border-color: #7C5256; }
span { border-color: rgb(124,82,86); }
td.TdClassName
{
border-color: #7C5256;
}
.TagClassName
{
border-color: #7C5256;
}
</style>