Shades of Cannon Pink #7F535E
Tints of Cannon Pink #7F535E
RGB
CMYK
RGB Variations
Color information
#7F535E (or 0x7F535E) is known color: Cannon Pink. HEX triplet: 7F, 53 and 5E. RGB value is (127,83,94). Sum of RGB (Red+Green+Blue) = 127+83+94=304 (40% of max value = 765). Red value is 127 (50% from 255 or 41.78% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 127 - color contains mainly: red. Hex color #7F535E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F535E is #80ACA1. Grayscale: #616161. Windows color (decimal): -8432802 or 6181759. OLE color: 6181759.
HSL color Cylindrical-coordinate representation of color #7F535E: hue angle of 345º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7F535E is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 83 | 94 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.50 |
| HSL | 345º | 0.21% | 0.41% | - |
| HSV(B) | 345º | 0.35% | 0.5% | - |
| XYZ | 13.87 | 11.51 | 12.08 | - |
| YUV | 97.41 | 126.08 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 83 | 94 | 0 | 0.35 | 0.26 | 0.50 | 345 | 0.21 | 0.41 |
| Hex | 7F | 53 | 5E | 0 | 23 | 1A | 32 | 159 | 15 | 29 |
| Octal | 177 | 123 | 136 | 0 | 43 | 32 | 62 | 531 | 25 | 51 |
| Binary | 1111111 | 1010011 | 1011110 | 0 | 100011 | 11010 | 110010 | 101011001 | 10101 | 101001 |
Color Harmonies of #7F535E
Complementary color
Monochromatic Colors of #7F535E
Black with #7F535E
Text Example
Text Example
White with #7F535E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F535E; }
p { color: rgb(127,83,94); }
H1.HeaderClassName
{
color: #7F535E;
}
.AnyTagClassName
{
color: #7F535E;
}
</style>
background-color css
<style>
a { background-color: #7F535E; }
a { background-color: rgb(127,83,94); }
div.DivClassName
{
background-color: #7F535E;
}
.BgClassName
{
background-color: #7F535E;
}
</style>
border-color css
<style>
span { border-color: #7F535E; }
span { border-color: rgb(127,83,94); }
td.TdClassName
{
border-color: #7F535E;
}
.TagClassName
{
border-color: #7F535E;
}
</style>