Shades of Old Copper #7B543A
Tints of Old Copper #7B543A
RGB
CMYK
RGB Variations
Color information
#7B543A (or 0x7B543A) is known color: Old Copper. HEX triplet: 7B, 54 and 3A. RGB value is (123,84,58). Sum of RGB (Red+Green+Blue) = 123+84+58=265 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.42% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 123 - color contains mainly: red. Hex color #7B543A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B543A is #84ABC5. Grayscale: #5C5C5C. Windows color (decimal): -8694726 or 3822715. OLE color: 3822715.
HSL color Cylindrical-coordinate representation of color #7B543A: hue angle of 24º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7B543A is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 84 | 58 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.52 |
| HSL | 24º | 0.36% | 0.35% | - |
| HSV(B) | 24º | 0.53% | 0.48% | - |
| XYZ | 12.1 | 10.86 | 5.46 | - |
| YUV | 92.7 | 108.42 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 84 | 58 | 0 | 0.32 | 0.53 | 0.52 | 24 | 0.36 | 0.35 |
| Hex | 7B | 54 | 3A | 0 | 20 | 35 | 34 | 18 | 24 | 23 |
| Octal | 173 | 124 | 72 | 0 | 40 | 65 | 64 | 30 | 44 | 43 |
| Binary | 1111011 | 1010100 | 111010 | 0 | 100000 | 110101 | 110100 | 11000 | 100100 | 100011 |
Color Harmonies of #7B543A
Complementary color
Monochromatic Colors of #7B543A
Black with #7B543A
Text Example
Text Example
White with #7B543A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B543A; }
p { color: rgb(123,84,58); }
H1.HeaderClassName
{
color: #7B543A;
}
.AnyTagClassName
{
color: #7B543A;
}
</style>
background-color css
<style>
a { background-color: #7B543A; }
a { background-color: rgb(123,84,58); }
div.DivClassName
{
background-color: #7B543A;
}
.BgClassName
{
background-color: #7B543A;
}
</style>
border-color css
<style>
span { border-color: #7B543A; }
span { border-color: rgb(123,84,58); }
td.TdClassName
{
border-color: #7B543A;
}
.TagClassName
{
border-color: #7B543A;
}
</style>