Shades of Old Copper #785841
Tints of Old Copper #785841
RGB
CMYK
RGB Variations
Color information
#785841 (or 0x785841) is known color: Old Copper. HEX triplet: 78, 58 and 41. RGB value is (120,88,65). Sum of RGB (Red+Green+Blue) = 120+88+65=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 120 - color contains mainly: red. Hex color #785841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785841 is #87A7BE. Grayscale: #5F5F5F. Windows color (decimal): -8890303 or 4282488. OLE color: 4282488.
HSL color Cylindrical-coordinate representation of color #785841: hue angle of 25.09º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #785841 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 88 | 65 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.53 |
| HSL | 25.09º | 0.3% | 0.36% | - |
| HSV(B) | 25.09º | 0.46% | 0.47% | - |
| XYZ | 12.19 | 11.35 | 6.55 | - |
| YUV | 94.95 | 111.1 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 88 | 65 | 0 | 0.27 | 0.46 | 0.53 | 25.09 | 0.3 | 0.36 |
| Hex | 78 | 58 | 41 | 0 | 1B | 2E | 35 | 19 | 1E | 24 |
| Octal | 170 | 130 | 101 | 0 | 33 | 56 | 65 | 31 | 36 | 44 |
| Binary | 1111000 | 1011000 | 1000001 | 0 | 11011 | 101110 | 110101 | 11001 | 11110 | 100100 |
Color Harmonies of #785841
Complementary color
Monochromatic Colors of #785841
Black with #785841
Text Example
Text Example
White with #785841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785841; }
p { color: rgb(120,88,65); }
H1.HeaderClassName
{
color: #785841;
}
.AnyTagClassName
{
color: #785841;
}
</style>
background-color css
<style>
a { background-color: #785841; }
a { background-color: rgb(120,88,65); }
div.DivClassName
{
background-color: #785841;
}
.BgClassName
{
background-color: #785841;
}
</style>
border-color css
<style>
span { border-color: #785841; }
span { border-color: rgb(120,88,65); }
td.TdClassName
{
border-color: #785841;
}
.TagClassName
{
border-color: #785841;
}
</style>