Shades of Old Copper #785443
Tints of Old Copper #785443
RGB
CMYK
RGB Variations
Color information
#785443 (or 0x785443) is known color: Old Copper. HEX triplet: 78, 54 and 43. RGB value is (120,84,67). Sum of RGB (Red+Green+Blue) = 120+84+67=271 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.28% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 67 (26.56% from 255 or 24.72% from 271); Max value from RGB is 120 - color contains mainly: red. Hex color #785443 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785443 is #87ABBC. Grayscale: #5C5C5C. Windows color (decimal): -8891325 or 4412536. OLE color: 4412536.
HSL color Cylindrical-coordinate representation of color #785443: hue angle of 19.25º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #785443 is Cyan = 0, Magento = 0.3, Yellow = 0.44 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 84 | 67 | - |
| CMYK | 0 | 0.3 | 0.44 | 0.53 |
| HSL | 19.25º | 0.28% | 0.37% | - |
| HSV(B) | 19.25º | 0.44% | 0.47% | - |
| XYZ | 11.93 | 10.74 | 6.75 | - |
| YUV | 92.83 | 113.43 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 84 | 67 | 0 | 0.3 | 0.44 | 0.53 | 19.25 | 0.28 | 0.37 |
| Hex | 78 | 54 | 43 | 0 | 1E | 2C | 35 | 13 | 1C | 25 |
| Octal | 170 | 124 | 103 | 0 | 36 | 54 | 65 | 23 | 34 | 45 |
| Binary | 1111000 | 1010100 | 1000011 | 0 | 11110 | 101100 | 110101 | 10011 | 11100 | 100101 |
Color Harmonies of #785443
Complementary color
Monochromatic Colors of #785443
Black with #785443
Text Example
Text Example
White with #785443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785443; }
p { color: rgb(120,84,67); }
H1.HeaderClassName
{
color: #785443;
}
.AnyTagClassName
{
color: #785443;
}
</style>
background-color css
<style>
a { background-color: #785443; }
a { background-color: rgb(120,84,67); }
div.DivClassName
{
background-color: #785443;
}
.BgClassName
{
background-color: #785443;
}
</style>
border-color css
<style>
span { border-color: #785443; }
span { border-color: rgb(120,84,67); }
td.TdClassName
{
border-color: #785443;
}
.TagClassName
{
border-color: #785443;
}
</style>