Shades of Cannon Pink #7E555E
Tints of Cannon Pink #7E555E
RGB
CMYK
RGB Variations
Color information
#7E555E (or 0x7E555E) is known color: Cannon Pink. HEX triplet: 7E, 55 and 5E. RGB value is (126,85,94). Sum of RGB (Red+Green+Blue) = 126+85+94=305 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.31% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 126 - color contains mainly: red. Hex color #7E555E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E555E is #81AAA1. Grayscale: #626262. Windows color (decimal): -8497826 or 6182270. OLE color: 6182270.
HSL color Cylindrical-coordinate representation of color #7E555E: hue angle of 346.83º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7E555E is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 85 | 94 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.51 |
| HSL | 346.83º | 0.19% | 0.41% | - |
| HSV(B) | 346.83º | 0.33% | 0.49% | - |
| XYZ | 13.87 | 11.74 | 12.12 | - |
| YUV | 98.29 | 125.58 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 85 | 94 | 0 | 0.33 | 0.25 | 0.51 | 346.83 | 0.19 | 0.41 |
| Hex | 7E | 55 | 5E | 0 | 21 | 19 | 33 | 15B | 13 | 29 |
| Octal | 176 | 125 | 136 | 0 | 41 | 31 | 63 | 533 | 23 | 51 |
| Binary | 1111110 | 1010101 | 1011110 | 0 | 100001 | 11001 | 110011 | 101011011 | 10011 | 101001 |
Color Harmonies of #7E555E
Complementary color
Monochromatic Colors of #7E555E
Black with #7E555E
Text Example
Text Example
White with #7E555E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E555E; }
p { color: rgb(126,85,94); }
H1.HeaderClassName
{
color: #7E555E;
}
.AnyTagClassName
{
color: #7E555E;
}
</style>
background-color css
<style>
a { background-color: #7E555E; }
a { background-color: rgb(126,85,94); }
div.DivClassName
{
background-color: #7E555E;
}
.BgClassName
{
background-color: #7E555E;
}
</style>
border-color css
<style>
span { border-color: #7E555E; }
span { border-color: rgb(126,85,94); }
td.TdClassName
{
border-color: #7E555E;
}
.TagClassName
{
border-color: #7E555E;
}
</style>