Shades of Old Copper #785343
Tints of Old Copper #785343
RGB
CMYK
RGB Variations
Color information
#785343 (or 0x785343) is known color: Old Copper. HEX triplet: 78, 53 and 43. RGB value is (120,83,67). Sum of RGB (Red+Green+Blue) = 120+83+67=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 67 (26.56% from 255 or 24.81% from 270); Max value from RGB is 120 - color contains mainly: red. Hex color #785343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785343 is #87ACBC. Grayscale: #5C5C5C. Windows color (decimal): -8891581 or 4412280. OLE color: 4412280.
HSL color Cylindrical-coordinate representation of color #785343: hue angle of 18.11º 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 #785343 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 83 | 67 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.53 |
| HSL | 18.11º | 0.28% | 0.37% | - |
| HSV(B) | 18.11º | 0.44% | 0.47% | - |
| XYZ | 11.85 | 10.58 | 6.73 | - |
| YUV | 92.24 | 113.76 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 83 | 67 | 0 | 0.31 | 0.44 | 0.53 | 18.11 | 0.28 | 0.37 |
| Hex | 78 | 53 | 43 | 0 | 1F | 2C | 35 | 12 | 1C | 25 |
| Octal | 170 | 123 | 103 | 0 | 37 | 54 | 65 | 22 | 34 | 45 |
| Binary | 1111000 | 1010011 | 1000011 | 0 | 11111 | 101100 | 110101 | 10010 | 11100 | 100101 |
Color Harmonies of #785343
Complementary color
Monochromatic Colors of #785343
Black with #785343
Text Example
Text Example
White with #785343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785343; }
p { color: rgb(120,83,67); }
H1.HeaderClassName
{
color: #785343;
}
.AnyTagClassName
{
color: #785343;
}
</style>
background-color css
<style>
a { background-color: #785343; }
a { background-color: rgb(120,83,67); }
div.DivClassName
{
background-color: #785343;
}
.BgClassName
{
background-color: #785343;
}
</style>
border-color css
<style>
span { border-color: #785343; }
span { border-color: rgb(120,83,67); }
td.TdClassName
{
border-color: #785343;
}
.TagClassName
{
border-color: #785343;
}
</style>