Shades of Cannon Pink #7D5760
Tints of Cannon Pink #7D5760
RGB
CMYK
RGB Variations
Color information
#7D5760 (or 0x7D5760) is known color: Cannon Pink. HEX triplet: 7D, 57 and 60. RGB value is (125,87,96). Sum of RGB (Red+Green+Blue) = 125+87+96=308 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.58% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5760 is #82A89F. Grayscale: #636363. Windows color (decimal): -8562848 or 6313853. OLE color: 6313853.
HSL color Cylindrical-coordinate representation of color #7D5760: hue angle of 345.79º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D5760 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 87 | 96 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.51 |
| HSL | 345.79º | 0.18% | 0.42% | - |
| HSV(B) | 345.79º | 0.3% | 0.49% | - |
| XYZ | 13.98 | 12.02 | 12.65 | - |
| YUV | 99.39 | 126.09 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 87 | 96 | 0 | 0.30 | 0.23 | 0.51 | 345.79 | 0.18 | 0.42 |
| Hex | 7D | 57 | 60 | 0 | 1E | 17 | 33 | 15A | 12 | 2A |
| Octal | 175 | 127 | 140 | 0 | 36 | 27 | 63 | 532 | 22 | 52 |
| Binary | 1111101 | 1010111 | 1100000 | 0 | 11110 | 10111 | 110011 | 101011010 | 10010 | 101010 |
Color Harmonies of #7D5760
Complementary color
Monochromatic Colors of #7D5760
Black with #7D5760
Text Example
Text Example
White with #7D5760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5760; }
p { color: rgb(125,87,96); }
H1.HeaderClassName
{
color: #7D5760;
}
.AnyTagClassName
{
color: #7D5760;
}
</style>
background-color css
<style>
a { background-color: #7D5760; }
a { background-color: rgb(125,87,96); }
div.DivClassName
{
background-color: #7D5760;
}
.BgClassName
{
background-color: #7D5760;
}
</style>
border-color css
<style>
span { border-color: #7D5760; }
span { border-color: rgb(125,87,96); }
td.TdClassName
{
border-color: #7D5760;
}
.TagClassName
{
border-color: #7D5760;
}
</style>