Shades of Old Copper #785439
Tints of Old Copper #785439
RGB
CMYK
RGB Variations
Color information
#785439 (or 0x785439) is known color: Old Copper. HEX triplet: 78, 54 and 39. RGB value is (120,84,57). Sum of RGB (Red+Green+Blue) = 120+84+57=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 57 (22.66% from 255 or 21.84% from 261); Max value from RGB is 120 - color contains mainly: red. Hex color #785439 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785439 is #87ABC6. Grayscale: #5B5B5B. Windows color (decimal): -8891335 or 3757176. OLE color: 3757176.
HSL color Cylindrical-coordinate representation of color #785439: hue angle of 25.71º 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 #785439 is Cyan = 0, Magento = 0.3, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 84 | 57 | - |
| CMYK | 0 | 0.3 | 0.52 | 0.53 |
| HSL | 25.71º | 0.36% | 0.35% | - |
| HSV(B) | 25.71º | 0.53% | 0.47% | - |
| XYZ | 11.65 | 10.63 | 5.31 | - |
| YUV | 91.69 | 108.43 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 84 | 57 | 0 | 0.3 | 0.52 | 0.53 | 25.71 | 0.36 | 0.35 |
| Hex | 78 | 54 | 39 | 0 | 1E | 34 | 35 | 1A | 24 | 23 |
| Octal | 170 | 124 | 71 | 0 | 36 | 64 | 65 | 32 | 44 | 43 |
| Binary | 1111000 | 1010100 | 111001 | 0 | 11110 | 110100 | 110101 | 11010 | 100100 | 100011 |
Color Harmonies of #785439
Complementary color
Monochromatic Colors of #785439
Black with #785439
Text Example
Text Example
White with #785439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785439; }
p { color: rgb(120,84,57); }
H1.HeaderClassName
{
color: #785439;
}
.AnyTagClassName
{
color: #785439;
}
</style>
background-color css
<style>
a { background-color: #785439; }
a { background-color: rgb(120,84,57); }
div.DivClassName
{
background-color: #785439;
}
.BgClassName
{
background-color: #785439;
}
</style>
border-color css
<style>
span { border-color: #785439; }
span { border-color: rgb(120,84,57); }
td.TdClassName
{
border-color: #785439;
}
.TagClassName
{
border-color: #785439;
}
</style>