Shades of Cannon Pink #7F5965
Tints of Cannon Pink #7F5965
RGB
CMYK
RGB Variations
Color information
#7F5965 (or 0x7F5965) is known color: Cannon Pink. HEX triplet: 7F, 59 and 65. RGB value is (127,89,101). Sum of RGB (Red+Green+Blue) = 127+89+101=317 (41% of max value = 765). Red value is 127 (50% from 255 or 40.06% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5965 is #80A69A. Grayscale: #656565. Windows color (decimal): -8431259 or 6642047. OLE color: 6642047.
HSL color Cylindrical-coordinate representation of color #7F5965: hue angle of 341.05º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7F5965 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 89 | 101 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.50 |
| HSL | 341.05º | 0.18% | 0.42% | - |
| HSV(B) | 341.05º | 0.3% | 0.5% | - |
| XYZ | 14.67 | 12.6 | 13.97 | - |
| YUV | 101.73 | 127.59 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 89 | 101 | 0 | 0.30 | 0.20 | 0.50 | 341.05 | 0.18 | 0.42 |
| Hex | 7F | 59 | 65 | 0 | 1E | 14 | 32 | 155 | 12 | 2A |
| Octal | 177 | 131 | 145 | 0 | 36 | 24 | 62 | 525 | 22 | 52 |
| Binary | 1111111 | 1011001 | 1100101 | 0 | 11110 | 10100 | 110010 | 101010101 | 10010 | 101010 |
Color Harmonies of #7F5965
Complementary color
Monochromatic Colors of #7F5965
Black with #7F5965
Text Example
Text Example
White with #7F5965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5965; }
p { color: rgb(127,89,101); }
H1.HeaderClassName
{
color: #7F5965;
}
.AnyTagClassName
{
color: #7F5965;
}
</style>
background-color css
<style>
a { background-color: #7F5965; }
a { background-color: rgb(127,89,101); }
div.DivClassName
{
background-color: #7F5965;
}
.BgClassName
{
background-color: #7F5965;
}
</style>
border-color css
<style>
span { border-color: #7F5965; }
span { border-color: rgb(127,89,101); }
td.TdClassName
{
border-color: #7F5965;
}
.TagClassName
{
border-color: #7F5965;
}
</style>