Shades of Old Copper #78503B
Tints of Old Copper #78503B
RGB
CMYK
RGB Variations
Color information
#78503B (or 0x78503B) is known color: Old Copper. HEX triplet: 78, 50 and 3B. RGB value is (120,80,59). Sum of RGB (Red+Green+Blue) = 120+80+59=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 59 (23.44% from 255 or 22.78% from 259); Max value from RGB is 120 - color contains mainly: red. Hex color #78503B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78503B is #87AFC4. Grayscale: #595959. Windows color (decimal): -8892357 or 3887224. OLE color: 3887224.
HSL color Cylindrical-coordinate representation of color #78503B: hue angle of 20.66º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78503B is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 80 | 59 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.53 |
| HSL | 20.66º | 0.34% | 0.35% | - |
| HSV(B) | 20.66º | 0.51% | 0.47% | - |
| XYZ | 11.4 | 10.05 | 5.48 | - |
| YUV | 89.57 | 110.75 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 80 | 59 | 0 | 0.33 | 0.51 | 0.53 | 20.66 | 0.34 | 0.35 |
| Hex | 78 | 50 | 3B | 0 | 21 | 33 | 35 | 15 | 22 | 23 |
| Octal | 170 | 120 | 73 | 0 | 41 | 63 | 65 | 25 | 42 | 43 |
| Binary | 1111000 | 1010000 | 111011 | 0 | 100001 | 110011 | 110101 | 10101 | 100010 | 100011 |
Color Harmonies of #78503B
Complementary color
Monochromatic Colors of #78503B
Black with #78503B
Text Example
Text Example
White with #78503B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78503B; }
p { color: rgb(120,80,59); }
H1.HeaderClassName
{
color: #78503B;
}
.AnyTagClassName
{
color: #78503B;
}
</style>
background-color css
<style>
a { background-color: #78503B; }
a { background-color: rgb(120,80,59); }
div.DivClassName
{
background-color: #78503B;
}
.BgClassName
{
background-color: #78503B;
}
</style>
border-color css
<style>
span { border-color: #78503B; }
span { border-color: rgb(120,80,59); }
td.TdClassName
{
border-color: #78503B;
}
.TagClassName
{
border-color: #78503B;
}
</style>