Shades of Old Copper #7A5643
Tints of Old Copper #7A5643
RGB
CMYK
RGB Variations
Color information
#7A5643 (or 0x7A5643) is known color: Old Copper. HEX triplet: 7A, 56 and 43. RGB value is (122,86,67). Sum of RGB (Red+Green+Blue) = 122+86+67=275 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.36% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 67 (26.56% from 255 or 24.36% from 275); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5643 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5643 is #85A9BC. Grayscale: #5E5E5E. Windows color (decimal): -8759741 or 4413050. OLE color: 4413050.
HSL color Cylindrical-coordinate representation of color #7A5643: hue angle of 20.73º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A5643 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 86 | 67 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.52 |
| HSL | 20.73º | 0.29% | 0.37% | - |
| HSV(B) | 20.73º | 0.45% | 0.48% | - |
| XYZ | 12.37 | 11.2 | 6.82 | - |
| YUV | 94.6 | 112.43 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 86 | 67 | 0 | 0.30 | 0.45 | 0.52 | 20.73 | 0.29 | 0.37 |
| Hex | 7A | 56 | 43 | 0 | 1E | 2D | 34 | 15 | 1D | 25 |
| Octal | 172 | 126 | 103 | 0 | 36 | 55 | 64 | 25 | 35 | 45 |
| Binary | 1111010 | 1010110 | 1000011 | 0 | 11110 | 101101 | 110100 | 10101 | 11101 | 100101 |
Color Harmonies of #7A5643
Complementary color
Monochromatic Colors of #7A5643
Black with #7A5643
Text Example
Text Example
White with #7A5643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5643; }
p { color: rgb(122,86,67); }
H1.HeaderClassName
{
color: #7A5643;
}
.AnyTagClassName
{
color: #7A5643;
}
</style>
background-color css
<style>
a { background-color: #7A5643; }
a { background-color: rgb(122,86,67); }
div.DivClassName
{
background-color: #7A5643;
}
.BgClassName
{
background-color: #7A5643;
}
</style>
border-color css
<style>
span { border-color: #7A5643; }
span { border-color: rgb(122,86,67); }
td.TdClassName
{
border-color: #7A5643;
}
.TagClassName
{
border-color: #7A5643;
}
</style>