Shades of Old Copper #785341
Tints of Old Copper #785341
RGB
CMYK
RGB Variations
Color information
#785341 (or 0x785341) is known color: Old Copper. HEX triplet: 78, 53 and 41. RGB value is (120,83,65). Sum of RGB (Red+Green+Blue) = 120+83+65=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 120 - color contains mainly: red. Hex color #785341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785341 is #87ACBE. Grayscale: #5C5C5C. Windows color (decimal): -8891583 or 4281208. OLE color: 4281208.
HSL color Cylindrical-coordinate representation of color #785341: hue angle of 19.64º 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 #785341 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 83 | 65 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.53 |
| HSL | 19.64º | 0.3% | 0.36% | - |
| HSV(B) | 19.64º | 0.46% | 0.47% | - |
| XYZ | 11.79 | 10.56 | 6.42 | - |
| YUV | 92.01 | 112.76 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 83 | 65 | 0 | 0.31 | 0.46 | 0.53 | 19.64 | 0.3 | 0.36 |
| Hex | 78 | 53 | 41 | 0 | 1F | 2E | 35 | 14 | 1E | 24 |
| Octal | 170 | 123 | 101 | 0 | 37 | 56 | 65 | 24 | 36 | 44 |
| Binary | 1111000 | 1010011 | 1000001 | 0 | 11111 | 101110 | 110101 | 10100 | 11110 | 100100 |
Color Harmonies of #785341
Complementary color
Monochromatic Colors of #785341
Black with #785341
Text Example
Text Example
White with #785341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785341; }
p { color: rgb(120,83,65); }
H1.HeaderClassName
{
color: #785341;
}
.AnyTagClassName
{
color: #785341;
}
</style>
background-color css
<style>
a { background-color: #785341; }
a { background-color: rgb(120,83,65); }
div.DivClassName
{
background-color: #785341;
}
.BgClassName
{
background-color: #785341;
}
</style>
border-color css
<style>
span { border-color: #785341; }
span { border-color: rgb(120,83,65); }
td.TdClassName
{
border-color: #785341;
}
.TagClassName
{
border-color: #785341;
}
</style>