Shades of Old Copper #7A543B
Tints of Old Copper #7A543B
RGB
CMYK
RGB Variations
Color information
#7A543B (or 0x7A543B) is known color: Old Copper. HEX triplet: 7A, 54 and 3B. RGB value is (122,84,59). Sum of RGB (Red+Green+Blue) = 122+84+59=265 (35% of max value = 765). Red value is 122 (48.05% from 255 or 46.04% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 122 - color contains mainly: red. Hex color #7A543B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A543B is #85ABC4. Grayscale: #5C5C5C. Windows color (decimal): -8760261 or 3888250. OLE color: 3888250.
HSL color Cylindrical-coordinate representation of color #7A543B: hue angle of 23.81º 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 #7A543B is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 84 | 59 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.52 |
| HSL | 23.81º | 0.35% | 0.35% | - |
| HSV(B) | 23.81º | 0.52% | 0.48% | - |
| XYZ | 11.99 | 10.79 | 5.59 | - |
| YUV | 92.51 | 109.09 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 84 | 59 | 0 | 0.31 | 0.52 | 0.52 | 23.81 | 0.35 | 0.35 |
| Hex | 7A | 54 | 3B | 0 | 1F | 34 | 34 | 18 | 23 | 23 |
| Octal | 172 | 124 | 73 | 0 | 37 | 64 | 64 | 30 | 43 | 43 |
| Binary | 1111010 | 1010100 | 111011 | 0 | 11111 | 110100 | 110100 | 11000 | 100011 | 100011 |
Color Harmonies of #7A543B
Complementary color
Monochromatic Colors of #7A543B
Black with #7A543B
Text Example
Text Example
White with #7A543B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A543B; }
p { color: rgb(122,84,59); }
H1.HeaderClassName
{
color: #7A543B;
}
.AnyTagClassName
{
color: #7A543B;
}
</style>
background-color css
<style>
a { background-color: #7A543B; }
a { background-color: rgb(122,84,59); }
div.DivClassName
{
background-color: #7A543B;
}
.BgClassName
{
background-color: #7A543B;
}
</style>
border-color css
<style>
span { border-color: #7A543B; }
span { border-color: rgb(122,84,59); }
td.TdClassName
{
border-color: #7A543B;
}
.TagClassName
{
border-color: #7A543B;
}
</style>