Shades of Cannon Pink #7F565F
Tints of Cannon Pink #7F565F
RGB
CMYK
RGB Variations
Color information
#7F565F (or 0x7F565F) is known color: Cannon Pink. HEX triplet: 7F, 56 and 5F. RGB value is (127,86,95). Sum of RGB (Red+Green+Blue) = 127+86+95=308 (40% of max value = 765). Red value is 127 (50% from 255 or 41.23% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 127 - color contains mainly: red. Hex color #7F565F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F565F is #80A9A0. Grayscale: #636363. Windows color (decimal): -8432033 or 6248063. OLE color: 6248063.
HSL color Cylindrical-coordinate representation of color #7F565F: hue angle of 346.83º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F565F is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 86 | 95 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.50 |
| HSL | 346.83º | 0.19% | 0.42% | - |
| HSV(B) | 346.83º | 0.32% | 0.5% | - |
| XYZ | 14.15 | 11.99 | 12.4 | - |
| YUV | 99.29 | 125.58 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 86 | 95 | 0 | 0.32 | 0.25 | 0.50 | 346.83 | 0.19 | 0.42 |
| Hex | 7F | 56 | 5F | 0 | 20 | 19 | 32 | 15B | 13 | 2A |
| Octal | 177 | 126 | 137 | 0 | 40 | 31 | 62 | 533 | 23 | 52 |
| Binary | 1111111 | 1010110 | 1011111 | 0 | 100000 | 11001 | 110010 | 101011011 | 10011 | 101010 |
Color Harmonies of #7F565F
Complementary color
Monochromatic Colors of #7F565F
Black with #7F565F
Text Example
Text Example
White with #7F565F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F565F; }
p { color: rgb(127,86,95); }
H1.HeaderClassName
{
color: #7F565F;
}
.AnyTagClassName
{
color: #7F565F;
}
</style>
background-color css
<style>
a { background-color: #7F565F; }
a { background-color: rgb(127,86,95); }
div.DivClassName
{
background-color: #7F565F;
}
.BgClassName
{
background-color: #7F565F;
}
</style>
border-color css
<style>
span { border-color: #7F565F; }
span { border-color: rgb(127,86,95); }
td.TdClassName
{
border-color: #7F565F;
}
.TagClassName
{
border-color: #7F565F;
}
</style>