Shades of Cannon Pink #7F555D
Tints of Cannon Pink #7F555D
RGB
CMYK
RGB Variations
Color information
#7F555D (or 0x7F555D) is known color: Cannon Pink. HEX triplet: 7F, 55 and 5D. RGB value is (127,85,93). Sum of RGB (Red+Green+Blue) = 127+85+93=305 (40% of max value = 765). Red value is 127 (50% from 255 or 41.64% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 127 - color contains mainly: red. Hex color #7F555D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F555D is #80AAA2. Grayscale: #626262. Windows color (decimal): -8432291 or 6116735. OLE color: 6116735.
HSL color Cylindrical-coordinate representation of color #7F555D: hue angle of 348.57º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7F555D is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 85 | 93 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.50 |
| HSL | 348.57º | 0.2% | 0.42% | - |
| HSV(B) | 348.57º | 0.33% | 0.5% | - |
| XYZ | 13.98 | 11.8 | 11.9 | - |
| YUV | 98.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 85 | 93 | 0 | 0.33 | 0.27 | 0.50 | 348.57 | 0.2 | 0.42 |
| Hex | 7F | 55 | 5D | 0 | 21 | 1B | 32 | 15D | 14 | 2A |
| Octal | 177 | 125 | 135 | 0 | 41 | 33 | 62 | 535 | 24 | 52 |
| Binary | 1111111 | 1010101 | 1011101 | 0 | 100001 | 11011 | 110010 | 101011101 | 10100 | 101010 |
Color Harmonies of #7F555D
Complementary color
Monochromatic Colors of #7F555D
Black with #7F555D
Text Example
Text Example
White with #7F555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F555D; }
p { color: rgb(127,85,93); }
H1.HeaderClassName
{
color: #7F555D;
}
.AnyTagClassName
{
color: #7F555D;
}
</style>
background-color css
<style>
a { background-color: #7F555D; }
a { background-color: rgb(127,85,93); }
div.DivClassName
{
background-color: #7F555D;
}
.BgClassName
{
background-color: #7F555D;
}
</style>
border-color css
<style>
span { border-color: #7F555D; }
span { border-color: rgb(127,85,93); }
td.TdClassName
{
border-color: #7F555D;
}
.TagClassName
{
border-color: #7F555D;
}
</style>