Shades of Cannon Pink #7D5D64
Tints of Cannon Pink #7D5D64
RGB
CMYK
RGB Variations
Color information
#7D5D64 (or 0x7D5D64) is known color: Cannon Pink. HEX triplet: 7D, 5D and 64. RGB value is (125,93,100). Sum of RGB (Red+Green+Blue) = 125+93+100=318 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.31% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5D64 is #82A29B. Grayscale: #676767. Windows color (decimal): -8561308 or 6577533. OLE color: 6577533.
HSL color Cylindrical-coordinate representation of color #7D5D64: hue angle of 346.88º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7D5D64 is Cyan = 0, Magento = 0.26, Yellow = 0.2 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 93 | 100 | - |
| CMYK | 0 | 0.26 | 0.2 | 0.51 |
| HSL | 346.88º | 0.15% | 0.43% | - |
| HSV(B) | 346.88º | 0.26% | 0.49% | - |
| XYZ | 14.67 | 13.11 | 13.81 | - |
| YUV | 103.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 93 | 100 | 0 | 0.26 | 0.2 | 0.51 | 346.88 | 0.15 | 0.43 |
| Hex | 7D | 5D | 64 | 0 | 1A | 14 | 33 | 15B | F | 2B |
| Octal | 175 | 135 | 144 | 0 | 32 | 24 | 63 | 533 | 17 | 53 |
| Binary | 1111101 | 1011101 | 1100100 | 0 | 11010 | 10100 | 110011 | 101011011 | 1111 | 101011 |
Color Harmonies of #7D5D64
Complementary color
Monochromatic Colors of #7D5D64
Black with #7D5D64
Text Example
Text Example
White with #7D5D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5D64; }
p { color: rgb(125,93,100); }
H1.HeaderClassName
{
color: #7D5D64;
}
.AnyTagClassName
{
color: #7D5D64;
}
</style>
background-color css
<style>
a { background-color: #7D5D64; }
a { background-color: rgb(125,93,100); }
div.DivClassName
{
background-color: #7D5D64;
}
.BgClassName
{
background-color: #7D5D64;
}
</style>
border-color css
<style>
span { border-color: #7D5D64; }
span { border-color: rgb(125,93,100); }
td.TdClassName
{
border-color: #7D5D64;
}
.TagClassName
{
border-color: #7D5D64;
}
</style>