Shades of Old Copper #7A573B
Tints of Old Copper #7A573B
RGB
CMYK
RGB Variations
Color information
#7A573B (or 0x7A573B) is known color: Old Copper. HEX triplet: 7A, 57 and 3B. RGB value is (122,87,59). Sum of RGB (Red+Green+Blue) = 122+87+59=268 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.52% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 122 - color contains mainly: red. Hex color #7A573B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A573B is #85A8C4. Grayscale: #5E5E5E. Windows color (decimal): -8759493 or 3889018. OLE color: 3889018.
HSL color Cylindrical-coordinate representation of color #7A573B: hue angle of 26.67º 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 #7A573B is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 87 | 59 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.52 |
| HSL | 26.67º | 0.35% | 0.35% | - |
| HSV(B) | 26.67º | 0.52% | 0.48% | - |
| XYZ | 12.22 | 11.27 | 5.67 | - |
| YUV | 94.27 | 108.1 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 87 | 59 | 0 | 0.29 | 0.52 | 0.52 | 26.67 | 0.35 | 0.35 |
| Hex | 7A | 57 | 3B | 0 | 1D | 34 | 34 | 1B | 23 | 23 |
| Octal | 172 | 127 | 73 | 0 | 35 | 64 | 64 | 33 | 43 | 43 |
| Binary | 1111010 | 1010111 | 111011 | 0 | 11101 | 110100 | 110100 | 11011 | 100011 | 100011 |
Color Harmonies of #7A573B
Complementary color
Monochromatic Colors of #7A573B
Black with #7A573B
Text Example
Text Example
White with #7A573B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A573B; }
p { color: rgb(122,87,59); }
H1.HeaderClassName
{
color: #7A573B;
}
.AnyTagClassName
{
color: #7A573B;
}
</style>
background-color css
<style>
a { background-color: #7A573B; }
a { background-color: rgb(122,87,59); }
div.DivClassName
{
background-color: #7A573B;
}
.BgClassName
{
background-color: #7A573B;
}
</style>
border-color css
<style>
span { border-color: #7A573B; }
span { border-color: rgb(122,87,59); }
td.TdClassName
{
border-color: #7A573B;
}
.TagClassName
{
border-color: #7A573B;
}
</style>