Shades of Cannon Pink #7F555F
Tints of Cannon Pink #7F555F
RGB
CMYK
RGB Variations
Color information
#7F555F (or 0x7F555F) is known color: Cannon Pink. HEX triplet: 7F, 55 and 5F. RGB value is (127,85,95). Sum of RGB (Red+Green+Blue) = 127+85+95=307 (40% of max value = 765). Red value is 127 (50% from 255 or 41.37% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 127 - color contains mainly: red. Hex color #7F555F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F555F is #80AAA0. Grayscale: #626262. Windows color (decimal): -8432289 or 6247807. OLE color: 6247807.
HSL color Cylindrical-coordinate representation of color #7F555F: hue angle of 345.71º 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 #7F555F is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 85 | 95 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.50 |
| HSL | 345.71º | 0.2% | 0.42% | - |
| HSV(B) | 345.71º | 0.33% | 0.5% | - |
| XYZ | 14.07 | 11.84 | 12.37 | - |
| YUV | 98.7 | 125.91 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 85 | 95 | 0 | 0.33 | 0.25 | 0.50 | 345.71 | 0.2 | 0.42 |
| Hex | 7F | 55 | 5F | 0 | 21 | 19 | 32 | 15A | 14 | 2A |
| Octal | 177 | 125 | 137 | 0 | 41 | 31 | 62 | 532 | 24 | 52 |
| Binary | 1111111 | 1010101 | 1011111 | 0 | 100001 | 11001 | 110010 | 101011010 | 10100 | 101010 |
Color Harmonies of #7F555F
Complementary color
Monochromatic Colors of #7F555F
Black with #7F555F
Text Example
Text Example
White with #7F555F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F555F; }
p { color: rgb(127,85,95); }
H1.HeaderClassName
{
color: #7F555F;
}
.AnyTagClassName
{
color: #7F555F;
}
</style>
background-color css
<style>
a { background-color: #7F555F; }
a { background-color: rgb(127,85,95); }
div.DivClassName
{
background-color: #7F555F;
}
.BgClassName
{
background-color: #7F555F;
}
</style>
border-color css
<style>
span { border-color: #7F555F; }
span { border-color: rgb(127,85,95); }
td.TdClassName
{
border-color: #7F555F;
}
.TagClassName
{
border-color: #7F555F;
}
</style>