Shades of Cannon Pink #7F515B
Tints of Cannon Pink #7F515B
RGB
CMYK
RGB Variations
Color information
#7F515B (or 0x7F515B) is known color: Cannon Pink. HEX triplet: 7F, 51 and 5B. RGB value is (127,81,91). Sum of RGB (Red+Green+Blue) = 127+81+91=299 (39% of max value = 765). Red value is 127 (50% from 255 or 42.47% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 127 - color contains mainly: red. Hex color #7F515B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F515B is #80AEA4. Grayscale: #5F5F5F. Windows color (decimal): -8433317 or 5984639. OLE color: 5984639.
HSL color Cylindrical-coordinate representation of color #7F515B: hue angle of 346.96º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7F515B is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 81 | 91 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.50 |
| HSL | 346.96º | 0.22% | 0.41% | - |
| HSV(B) | 346.96º | 0.36% | 0.5% | - |
| XYZ | 13.58 | 11.15 | 11.33 | - |
| YUV | 95.89 | 125.24 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 81 | 91 | 0 | 0.36 | 0.28 | 0.50 | 346.96 | 0.22 | 0.41 |
| Hex | 7F | 51 | 5B | 0 | 24 | 1C | 32 | 15B | 16 | 29 |
| Octal | 177 | 121 | 133 | 0 | 44 | 34 | 62 | 533 | 26 | 51 |
| Binary | 1111111 | 1010001 | 1011011 | 0 | 100100 | 11100 | 110010 | 101011011 | 10110 | 101001 |
Color Harmonies of #7F515B
Complementary color
Monochromatic Colors of #7F515B
Black with #7F515B
Text Example
Text Example
White with #7F515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F515B; }
p { color: rgb(127,81,91); }
H1.HeaderClassName
{
color: #7F515B;
}
.AnyTagClassName
{
color: #7F515B;
}
</style>
background-color css
<style>
a { background-color: #7F515B; }
a { background-color: rgb(127,81,91); }
div.DivClassName
{
background-color: #7F515B;
}
.BgClassName
{
background-color: #7F515B;
}
</style>
border-color css
<style>
span { border-color: #7F515B; }
span { border-color: rgb(127,81,91); }
td.TdClassName
{
border-color: #7F515B;
}
.TagClassName
{
border-color: #7F515B;
}
</style>