Shades of Old Copper #785139
Tints of Old Copper #785139
RGB
CMYK
RGB Variations
Color information
#785139 (or 0x785139) is known color: Old Copper. HEX triplet: 78, 51 and 39. RGB value is (120,81,57). Sum of RGB (Red+Green+Blue) = 120+81+57=258 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.51% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 57 (22.66% from 255 or 22.09% from 258); Max value from RGB is 120 - color contains mainly: red. Hex color #785139 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785139 is #87AEC6. Grayscale: #5A5A5A. Windows color (decimal): -8892103 or 3756408. OLE color: 3756408.
HSL color Cylindrical-coordinate representation of color #785139: hue angle of 22.86º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #785139 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 81 | 57 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.53 |
| HSL | 22.86º | 0.36% | 0.35% | - |
| HSV(B) | 22.86º | 0.53% | 0.47% | - |
| XYZ | 11.43 | 10.17 | 5.23 | - |
| YUV | 89.93 | 109.42 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 81 | 57 | 0 | 0.32 | 0.52 | 0.53 | 22.86 | 0.36 | 0.35 |
| Hex | 78 | 51 | 39 | 0 | 20 | 34 | 35 | 17 | 24 | 23 |
| Octal | 170 | 121 | 71 | 0 | 40 | 64 | 65 | 27 | 44 | 43 |
| Binary | 1111000 | 1010001 | 111001 | 0 | 100000 | 110100 | 110101 | 10111 | 100100 | 100011 |
Color Harmonies of #785139
Complementary color
Monochromatic Colors of #785139
Black with #785139
Text Example
Text Example
White with #785139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785139; }
p { color: rgb(120,81,57); }
H1.HeaderClassName
{
color: #785139;
}
.AnyTagClassName
{
color: #785139;
}
</style>
background-color css
<style>
a { background-color: #785139; }
a { background-color: rgb(120,81,57); }
div.DivClassName
{
background-color: #785139;
}
.BgClassName
{
background-color: #785139;
}
</style>
border-color css
<style>
span { border-color: #785139; }
span { border-color: rgb(120,81,57); }
td.TdClassName
{
border-color: #785139;
}
.TagClassName
{
border-color: #785139;
}
</style>