Shades of Cannon Pink #7C5961
Tints of Cannon Pink #7C5961
RGB
CMYK
RGB Variations
Color information
#7C5961 (or 0x7C5961) is known color: Cannon Pink. HEX triplet: 7C, 59 and 61. RGB value is (124,89,97). Sum of RGB (Red+Green+Blue) = 124+89+97=310 (41% of max value = 765). Red value is 124 (48.83% from 255 or 40% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5961 is #83A69E. Grayscale: #646464. Windows color (decimal): -8627871 or 6379900. OLE color: 6379900.
HSL color Cylindrical-coordinate representation of color #7C5961: hue angle of 346.29º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7C5961 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 89 | 97 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.51 |
| HSL | 346.29º | 0.16% | 0.42% | - |
| HSV(B) | 346.29º | 0.28% | 0.49% | - |
| XYZ | 14.04 | 12.29 | 12.94 | - |
| YUV | 100.38 | 126.1 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 89 | 97 | 0 | 0.28 | 0.22 | 0.51 | 346.29 | 0.16 | 0.42 |
| Hex | 7C | 59 | 61 | 0 | 1C | 16 | 33 | 15A | 10 | 2A |
| Octal | 174 | 131 | 141 | 0 | 34 | 26 | 63 | 532 | 20 | 52 |
| Binary | 1111100 | 1011001 | 1100001 | 0 | 11100 | 10110 | 110011 | 101011010 | 10000 | 101010 |
Color Harmonies of #7C5961
Complementary color
Monochromatic Colors of #7C5961
Black with #7C5961
Text Example
Text Example
White with #7C5961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5961; }
p { color: rgb(124,89,97); }
H1.HeaderClassName
{
color: #7C5961;
}
.AnyTagClassName
{
color: #7C5961;
}
</style>
background-color css
<style>
a { background-color: #7C5961; }
a { background-color: rgb(124,89,97); }
div.DivClassName
{
background-color: #7C5961;
}
.BgClassName
{
background-color: #7C5961;
}
</style>
border-color css
<style>
span { border-color: #7C5961; }
span { border-color: rgb(124,89,97); }
td.TdClassName
{
border-color: #7C5961;
}
.TagClassName
{
border-color: #7C5961;
}
</style>