Shades of Old Copper #7A563B
Tints of Old Copper #7A563B
RGB
CMYK
RGB Variations
Color information
#7A563B (or 0x7A563B) is known color: Old Copper. HEX triplet: 7A, 56 and 3B. RGB value is (122,86,59). Sum of RGB (Red+Green+Blue) = 122+86+59=267 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.69% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 59 (23.44% from 255 or 22.10% from 267); Max value from RGB is 122 - color contains mainly: red. Hex color #7A563B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A563B is #85A9C4. Grayscale: #5D5D5D. Windows color (decimal): -8759749 or 3888762. OLE color: 3888762.
HSL color Cylindrical-coordinate representation of color #7A563B: hue angle of 25.71º degrees, saturation: 0.35, 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 #7A563B is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 86 | 59 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.52 |
| HSL | 25.71º | 0.35% | 0.35% | - |
| HSV(B) | 25.71º | 0.52% | 0.48% | - |
| XYZ | 12.14 | 11.11 | 5.64 | - |
| YUV | 93.69 | 108.43 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 86 | 59 | 0 | 0.30 | 0.52 | 0.52 | 25.71 | 0.35 | 0.35 |
| Hex | 7A | 56 | 3B | 0 | 1E | 34 | 34 | 1A | 23 | 23 |
| Octal | 172 | 126 | 73 | 0 | 36 | 64 | 64 | 32 | 43 | 43 |
| Binary | 1111010 | 1010110 | 111011 | 0 | 11110 | 110100 | 110100 | 11010 | 100011 | 100011 |
Color Harmonies of #7A563B
Complementary color
Monochromatic Colors of #7A563B
Black with #7A563B
Text Example
Text Example
White with #7A563B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A563B; }
p { color: rgb(122,86,59); }
H1.HeaderClassName
{
color: #7A563B;
}
.AnyTagClassName
{
color: #7A563B;
}
</style>
background-color css
<style>
a { background-color: #7A563B; }
a { background-color: rgb(122,86,59); }
div.DivClassName
{
background-color: #7A563B;
}
.BgClassName
{
background-color: #7A563B;
}
</style>
border-color css
<style>
span { border-color: #7A563B; }
span { border-color: rgb(122,86,59); }
td.TdClassName
{
border-color: #7A563B;
}
.TagClassName
{
border-color: #7A563B;
}
</style>