Shades of Old Copper #785033
Tints of Old Copper #785033
RGB
CMYK
RGB Variations
Color information
#785033 (or 0x785033) is known color: Old Copper. HEX triplet: 78, 50 and 33. RGB value is (120,80,51). Sum of RGB (Red+Green+Blue) = 120+80+51=251 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.81% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 51 (20.31% from 255 or 20.32% from 251); Max value from RGB is 120 - color contains mainly: red. Hex color #785033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785033 is #87AFCC. Grayscale: #585858. Windows color (decimal): -8892365 or 3362936. OLE color: 3362936.
HSL color Cylindrical-coordinate representation of color #785033: hue angle of 25.22º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #785033 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 80 | 51 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.53 |
| HSL | 25.22º | 0.4% | 0.34% | - |
| HSV(B) | 25.22º | 0.58% | 0.47% | - |
| XYZ | 11.21 | 9.97 | 4.47 | - |
| YUV | 88.65 | 106.75 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 80 | 51 | 0 | 0.33 | 0.58 | 0.53 | 25.22 | 0.4 | 0.34 |
| Hex | 78 | 50 | 33 | 0 | 21 | 3A | 35 | 19 | 28 | 22 |
| Octal | 170 | 120 | 63 | 0 | 41 | 72 | 65 | 31 | 50 | 42 |
| Binary | 1111000 | 1010000 | 110011 | 0 | 100001 | 111010 | 110101 | 11001 | 101000 | 100010 |
Color Harmonies of #785033
Complementary color
Monochromatic Colors of #785033
Black with #785033
Text Example
Text Example
White with #785033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785033; }
p { color: rgb(120,80,51); }
H1.HeaderClassName
{
color: #785033;
}
.AnyTagClassName
{
color: #785033;
}
</style>
background-color css
<style>
a { background-color: #785033; }
a { background-color: rgb(120,80,51); }
div.DivClassName
{
background-color: #785033;
}
.BgClassName
{
background-color: #785033;
}
</style>
border-color css
<style>
span { border-color: #785033; }
span { border-color: rgb(120,80,51); }
td.TdClassName
{
border-color: #785033;
}
.TagClassName
{
border-color: #785033;
}
</style>