Shades of Old Copper #7A543E
Tints of Old Copper #7A543E
RGB
CMYK
RGB Variations
Color information
#7A543E (or 0x7A543E) is known color: Old Copper. HEX triplet: 7A, 54 and 3E. RGB value is (122,84,62). Sum of RGB (Red+Green+Blue) = 122+84+62=268 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.52% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 62 (24.61% from 255 or 23.13% from 268); Max value from RGB is 122 - color contains mainly: red. Hex color #7A543E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A543E is #85ABC1. Grayscale: #5C5C5C. Windows color (decimal): -8760258 or 4084858. OLE color: 4084858.
HSL color Cylindrical-coordinate representation of color #7A543E: hue angle of 22º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A543E is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 84 | 62 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.52 |
| HSL | 22º | 0.33% | 0.36% | - |
| HSV(B) | 22º | 0.49% | 0.48% | - |
| XYZ | 12.07 | 10.83 | 6.01 | - |
| YUV | 92.85 | 110.59 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 84 | 62 | 0 | 0.31 | 0.49 | 0.52 | 22 | 0.33 | 0.36 |
| Hex | 7A | 54 | 3E | 0 | 1F | 31 | 34 | 16 | 21 | 24 |
| Octal | 172 | 124 | 76 | 0 | 37 | 61 | 64 | 26 | 41 | 44 |
| Binary | 1111010 | 1010100 | 111110 | 0 | 11111 | 110001 | 110100 | 10110 | 100001 | 100100 |
Color Harmonies of #7A543E
Complementary color
Monochromatic Colors of #7A543E
Black with #7A543E
Text Example
Text Example
White with #7A543E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A543E; }
p { color: rgb(122,84,62); }
H1.HeaderClassName
{
color: #7A543E;
}
.AnyTagClassName
{
color: #7A543E;
}
</style>
background-color css
<style>
a { background-color: #7A543E; }
a { background-color: rgb(122,84,62); }
div.DivClassName
{
background-color: #7A543E;
}
.BgClassName
{
background-color: #7A543E;
}
</style>
border-color css
<style>
span { border-color: #7A543E; }
span { border-color: rgb(122,84,62); }
td.TdClassName
{
border-color: #7A543E;
}
.TagClassName
{
border-color: #7A543E;
}
</style>