Shades of Old Copper #785644
Tints of Old Copper #785644
RGB
CMYK
RGB Variations
Color information
#785644 (or 0x785644) is known color: Old Copper. HEX triplet: 78, 56 and 44. RGB value is (120,86,68). Sum of RGB (Red+Green+Blue) = 120+86+68=274 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.80% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 68 (26.95% from 255 or 24.82% from 274); Max value from RGB is 120 - color contains mainly: red. Hex color #785644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785644 is #87A9BB. Grayscale: #5E5E5E. Windows color (decimal): -8890812 or 4478584. OLE color: 4478584.
HSL color Cylindrical-coordinate representation of color #785644: hue angle of 20.77º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #785644 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 86 | 68 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.53 |
| HSL | 20.77º | 0.28% | 0.37% | - |
| HSV(B) | 20.77º | 0.43% | 0.47% | - |
| XYZ | 12.12 | 11.07 | 6.97 | - |
| YUV | 94.11 | 113.26 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 86 | 68 | 0 | 0.28 | 0.43 | 0.53 | 20.77 | 0.28 | 0.37 |
| Hex | 78 | 56 | 44 | 0 | 1C | 2B | 35 | 15 | 1C | 25 |
| Octal | 170 | 126 | 104 | 0 | 34 | 53 | 65 | 25 | 34 | 45 |
| Binary | 1111000 | 1010110 | 1000100 | 0 | 11100 | 101011 | 110101 | 10101 | 11100 | 100101 |
Color Harmonies of #785644
Complementary color
Monochromatic Colors of #785644
Black with #785644
Text Example
Text Example
White with #785644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785644; }
p { color: rgb(120,86,68); }
H1.HeaderClassName
{
color: #785644;
}
.AnyTagClassName
{
color: #785644;
}
</style>
background-color css
<style>
a { background-color: #785644; }
a { background-color: rgb(120,86,68); }
div.DivClassName
{
background-color: #785644;
}
.BgClassName
{
background-color: #785644;
}
</style>
border-color css
<style>
span { border-color: #785644; }
span { border-color: rgb(120,86,68); }
td.TdClassName
{
border-color: #785644;
}
.TagClassName
{
border-color: #785644;
}
</style>