Shades of Old Copper #7A5436
Tints of Old Copper #7A5436
RGB
CMYK
RGB Variations
Color information
#7A5436 (or 0x7A5436) is known color: Old Copper. HEX triplet: 7A, 54 and 36. RGB value is (122,84,54). Sum of RGB (Red+Green+Blue) = 122+84+54=260 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.92% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 54 (21.48% from 255 or 20.77% from 260); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5436 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5436 is #85ABC9. Grayscale: #5C5C5C. Windows color (decimal): -8760266 or 3560570. OLE color: 3560570.
HSL color Cylindrical-coordinate representation of color #7A5436: hue angle of 26.47º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7A5436 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 84 | 54 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.52 |
| HSL | 26.47º | 0.39% | 0.35% | - |
| HSV(B) | 26.47º | 0.56% | 0.48% | - |
| XYZ | 11.86 | 10.74 | 4.94 | - |
| YUV | 91.94 | 106.59 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 84 | 54 | 0 | 0.31 | 0.56 | 0.52 | 26.47 | 0.39 | 0.35 |
| Hex | 7A | 54 | 36 | 0 | 1F | 38 | 34 | 1A | 27 | 23 |
| Octal | 172 | 124 | 66 | 0 | 37 | 70 | 64 | 32 | 47 | 43 |
| Binary | 1111010 | 1010100 | 110110 | 0 | 11111 | 111000 | 110100 | 11010 | 100111 | 100011 |
Color Harmonies of #7A5436
Complementary color
Monochromatic Colors of #7A5436
Black with #7A5436
Text Example
Text Example
White with #7A5436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5436; }
p { color: rgb(122,84,54); }
H1.HeaderClassName
{
color: #7A5436;
}
.AnyTagClassName
{
color: #7A5436;
}
</style>
background-color css
<style>
a { background-color: #7A5436; }
a { background-color: rgb(122,84,54); }
div.DivClassName
{
background-color: #7A5436;
}
.BgClassName
{
background-color: #7A5436;
}
</style>
border-color css
<style>
span { border-color: #7A5436; }
span { border-color: rgb(122,84,54); }
td.TdClassName
{
border-color: #7A5436;
}
.TagClassName
{
border-color: #7A5436;
}
</style>