Shades of Cannon Pink #7E5961
Tints of Cannon Pink #7E5961
RGB
CMYK
RGB Variations
Color information
#7E5961 (or 0x7E5961) is known color: Cannon Pink. HEX triplet: 7E, 59 and 61. RGB value is (126,89,97). Sum of RGB (Red+Green+Blue) = 126+89+97=312 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.38% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5961 is #81A69E. Grayscale: #646464. Windows color (decimal): -8496799 or 6379902. OLE color: 6379902.
HSL color Cylindrical-coordinate representation of color #7E5961: hue angle of 347.03º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7E5961 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 89 | 97 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.51 |
| HSL | 347.03º | 0.17% | 0.42% | - |
| HSV(B) | 347.03º | 0.29% | 0.49% | - |
| XYZ | 14.33 | 12.44 | 12.96 | - |
| YUV | 100.98 | 125.76 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 89 | 97 | 0 | 0.29 | 0.23 | 0.51 | 347.03 | 0.17 | 0.42 |
| Hex | 7E | 59 | 61 | 0 | 1D | 17 | 33 | 15B | 11 | 2A |
| Octal | 176 | 131 | 141 | 0 | 35 | 27 | 63 | 533 | 21 | 52 |
| Binary | 1111110 | 1011001 | 1100001 | 0 | 11101 | 10111 | 110011 | 101011011 | 10001 | 101010 |
Color Harmonies of #7E5961
Complementary color
Monochromatic Colors of #7E5961
Black with #7E5961
Text Example
Text Example
White with #7E5961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5961; }
p { color: rgb(126,89,97); }
H1.HeaderClassName
{
color: #7E5961;
}
.AnyTagClassName
{
color: #7E5961;
}
</style>
background-color css
<style>
a { background-color: #7E5961; }
a { background-color: rgb(126,89,97); }
div.DivClassName
{
background-color: #7E5961;
}
.BgClassName
{
background-color: #7E5961;
}
</style>
border-color css
<style>
span { border-color: #7E5961; }
span { border-color: rgb(126,89,97); }
td.TdClassName
{
border-color: #7E5961;
}
.TagClassName
{
border-color: #7E5961;
}
</style>