Shades of Old Copper #7A5236
Tints of Old Copper #7A5236
RGB
CMYK
RGB Variations
Color information
#7A5236 (or 0x7A5236) is known color: Old Copper. HEX triplet: 7A, 52 and 36. RGB value is (122,82,54). Sum of RGB (Red+Green+Blue) = 122+82+54=258 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.29% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 54 (21.48% from 255 or 20.93% from 258); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5236 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5236 is #85ADC9. Grayscale: #5A5A5A. Windows color (decimal): -8760778 or 3560058. OLE color: 3560058.
HSL color Cylindrical-coordinate representation of color #7A5236: hue angle of 24.71º 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 #7A5236 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 82 | 54 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.52 |
| HSL | 24.71º | 0.39% | 0.35% | - |
| HSV(B) | 24.71º | 0.56% | 0.48% | - |
| XYZ | 11.71 | 10.44 | 4.89 | - |
| YUV | 90.77 | 107.25 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 82 | 54 | 0 | 0.33 | 0.56 | 0.52 | 24.71 | 0.39 | 0.35 |
| Hex | 7A | 52 | 36 | 0 | 21 | 38 | 34 | 19 | 27 | 23 |
| Octal | 172 | 122 | 66 | 0 | 41 | 70 | 64 | 31 | 47 | 43 |
| Binary | 1111010 | 1010010 | 110110 | 0 | 100001 | 111000 | 110100 | 11001 | 100111 | 100011 |
Color Harmonies of #7A5236
Complementary color
Monochromatic Colors of #7A5236
Black with #7A5236
Text Example
Text Example
White with #7A5236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5236; }
p { color: rgb(122,82,54); }
H1.HeaderClassName
{
color: #7A5236;
}
.AnyTagClassName
{
color: #7A5236;
}
</style>
background-color css
<style>
a { background-color: #7A5236; }
a { background-color: rgb(122,82,54); }
div.DivClassName
{
background-color: #7A5236;
}
.BgClassName
{
background-color: #7A5236;
}
</style>
border-color css
<style>
span { border-color: #7A5236; }
span { border-color: rgb(122,82,54); }
td.TdClassName
{
border-color: #7A5236;
}
.TagClassName
{
border-color: #7A5236;
}
</style>