Shades of Old Copper #7A543A
Tints of Old Copper #7A543A
RGB
CMYK
RGB Variations
Color information
#7A543A (or 0x7A543A) is known color: Old Copper. HEX triplet: 7A, 54 and 3A. RGB value is (122,84,58). Sum of RGB (Red+Green+Blue) = 122+84+58=264 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.21% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 58 (23.05% from 255 or 21.97% from 264); Max value from RGB is 122 - color contains mainly: red. Hex color #7A543A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A543A is #85ABC5. Grayscale: #5C5C5C. Windows color (decimal): -8760262 or 3822714. OLE color: 3822714.
HSL color Cylindrical-coordinate representation of color #7A543A: hue angle of 24.38º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A543A is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 84 | 58 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.52 |
| HSL | 24.38º | 0.36% | 0.35% | - |
| HSV(B) | 24.38º | 0.52% | 0.48% | - |
| XYZ | 11.96 | 10.78 | 5.45 | - |
| YUV | 92.4 | 108.59 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 84 | 58 | 0 | 0.31 | 0.52 | 0.52 | 24.38 | 0.36 | 0.35 |
| Hex | 7A | 54 | 3A | 0 | 1F | 34 | 34 | 18 | 24 | 23 |
| Octal | 172 | 124 | 72 | 0 | 37 | 64 | 64 | 30 | 44 | 43 |
| Binary | 1111010 | 1010100 | 111010 | 0 | 11111 | 110100 | 110100 | 11000 | 100100 | 100011 |
Color Harmonies of #7A543A
Complementary color
Monochromatic Colors of #7A543A
Black with #7A543A
Text Example
Text Example
White with #7A543A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A543A; }
p { color: rgb(122,84,58); }
H1.HeaderClassName
{
color: #7A543A;
}
.AnyTagClassName
{
color: #7A543A;
}
</style>
background-color css
<style>
a { background-color: #7A543A; }
a { background-color: rgb(122,84,58); }
div.DivClassName
{
background-color: #7A543A;
}
.BgClassName
{
background-color: #7A543A;
}
</style>
border-color css
<style>
span { border-color: #7A543A; }
span { border-color: rgb(122,84,58); }
td.TdClassName
{
border-color: #7A543A;
}
.TagClassName
{
border-color: #7A543A;
}
</style>