Shades of Old Copper #7A563A
Tints of Old Copper #7A563A
RGB
CMYK
RGB Variations
Color information
#7A563A (or 0x7A563A) is known color: Old Copper. HEX triplet: 7A, 56 and 3A. RGB value is (122,86,58). Sum of RGB (Red+Green+Blue) = 122+86+58=266 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.86% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 122 - color contains mainly: red. Hex color #7A563A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A563A is #85A9C5. Grayscale: #5D5D5D. Windows color (decimal): -8759750 or 3823226. OLE color: 3823226.
HSL color Cylindrical-coordinate representation of color #7A563A: hue angle of 26.25º 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 #7A563A is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 86 | 58 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.52 |
| HSL | 26.25º | 0.36% | 0.35% | - |
| HSV(B) | 26.25º | 0.52% | 0.48% | - |
| XYZ | 12.12 | 11.1 | 5.51 | - |
| YUV | 93.57 | 107.93 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 86 | 58 | 0 | 0.30 | 0.52 | 0.52 | 26.25 | 0.36 | 0.35 |
| Hex | 7A | 56 | 3A | 0 | 1E | 34 | 34 | 1A | 24 | 23 |
| Octal | 172 | 126 | 72 | 0 | 36 | 64 | 64 | 32 | 44 | 43 |
| Binary | 1111010 | 1010110 | 111010 | 0 | 11110 | 110100 | 110100 | 11010 | 100100 | 100011 |
Color Harmonies of #7A563A
Complementary color
Monochromatic Colors of #7A563A
Black with #7A563A
Text Example
Text Example
White with #7A563A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A563A; }
p { color: rgb(122,86,58); }
H1.HeaderClassName
{
color: #7A563A;
}
.AnyTagClassName
{
color: #7A563A;
}
</style>
background-color css
<style>
a { background-color: #7A563A; }
a { background-color: rgb(122,86,58); }
div.DivClassName
{
background-color: #7A563A;
}
.BgClassName
{
background-color: #7A563A;
}
</style>
border-color css
<style>
span { border-color: #7A563A; }
span { border-color: rgb(122,86,58); }
td.TdClassName
{
border-color: #7A563A;
}
.TagClassName
{
border-color: #7A563A;
}
</style>