Shades of Old Copper #785842
Tints of Old Copper #785842
RGB
CMYK
RGB Variations
Color information
#785842 (or 0x785842) is known color: Old Copper. HEX triplet: 78, 58 and 42. RGB value is (120,88,66). Sum of RGB (Red+Green+Blue) = 120+88+66=274 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.80% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 120 - color contains mainly: red. Hex color #785842 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785842 is #87A7BD. Grayscale: #5F5F5F. Windows color (decimal): -8890302 or 4348024. OLE color: 4348024.
HSL color Cylindrical-coordinate representation of color #785842: hue angle of 24.44º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #785842 is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 88 | 66 | - |
| CMYK | 0 | 0.27 | 0.45 | 0.53 |
| HSL | 24.44º | 0.29% | 0.36% | - |
| HSV(B) | 24.44º | 0.45% | 0.47% | - |
| XYZ | 12.22 | 11.37 | 6.7 | - |
| YUV | 95.06 | 111.6 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 88 | 66 | 0 | 0.27 | 0.45 | 0.53 | 24.44 | 0.29 | 0.36 |
| Hex | 78 | 58 | 42 | 0 | 1B | 2D | 35 | 18 | 1D | 24 |
| Octal | 170 | 130 | 102 | 0 | 33 | 55 | 65 | 30 | 35 | 44 |
| Binary | 1111000 | 1011000 | 1000010 | 0 | 11011 | 101101 | 110101 | 11000 | 11101 | 100100 |
Color Harmonies of #785842
Complementary color
Monochromatic Colors of #785842
Black with #785842
Text Example
Text Example
White with #785842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785842; }
p { color: rgb(120,88,66); }
H1.HeaderClassName
{
color: #785842;
}
.AnyTagClassName
{
color: #785842;
}
</style>
background-color css
<style>
a { background-color: #785842; }
a { background-color: rgb(120,88,66); }
div.DivClassName
{
background-color: #785842;
}
.BgClassName
{
background-color: #785842;
}
</style>
border-color css
<style>
span { border-color: #785842; }
span { border-color: rgb(120,88,66); }
td.TdClassName
{
border-color: #785842;
}
.TagClassName
{
border-color: #785842;
}
</style>