Shades of Old Copper #7A573F
Tints of Old Copper #7A573F
RGB
CMYK
RGB Variations
Color information
#7A573F (or 0x7A573F) is known color: Old Copper. HEX triplet: 7A, 57 and 3F. RGB value is (122,87,63). Sum of RGB (Red+Green+Blue) = 122+87+63=272 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.85% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 122 - color contains mainly: red. Hex color #7A573F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A573F is #85A8C0. Grayscale: #5E5E5E. Windows color (decimal): -8759489 or 4151162. OLE color: 4151162.
HSL color Cylindrical-coordinate representation of color #7A573F: hue angle of 24.41º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A573F is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 87 | 63 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.52 |
| HSL | 24.41º | 0.32% | 0.36% | - |
| HSV(B) | 24.41º | 0.48% | 0.48% | - |
| XYZ | 12.33 | 11.31 | 6.24 | - |
| YUV | 94.73 | 110.1 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 87 | 63 | 0 | 0.29 | 0.48 | 0.52 | 24.41 | 0.32 | 0.36 |
| Hex | 7A | 57 | 3F | 0 | 1D | 30 | 34 | 18 | 20 | 24 |
| Octal | 172 | 127 | 77 | 0 | 35 | 60 | 64 | 30 | 40 | 44 |
| Binary | 1111010 | 1010111 | 111111 | 0 | 11101 | 110000 | 110100 | 11000 | 100000 | 100100 |
Color Harmonies of #7A573F
Complementary color
Monochromatic Colors of #7A573F
Black with #7A573F
Text Example
Text Example
White with #7A573F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A573F; }
p { color: rgb(122,87,63); }
H1.HeaderClassName
{
color: #7A573F;
}
.AnyTagClassName
{
color: #7A573F;
}
</style>
background-color css
<style>
a { background-color: #7A573F; }
a { background-color: rgb(122,87,63); }
div.DivClassName
{
background-color: #7A573F;
}
.BgClassName
{
background-color: #7A573F;
}
</style>
border-color css
<style>
span { border-color: #7A573F; }
span { border-color: rgb(122,87,63); }
td.TdClassName
{
border-color: #7A573F;
}
.TagClassName
{
border-color: #7A573F;
}
</style>