Shades of Old Copper #78503D
Tints of Old Copper #78503D
RGB
CMYK
RGB Variations
Color information
#78503D (or 0x78503D) is known color: Old Copper. HEX triplet: 78, 50 and 3D. RGB value is (120,80,61). Sum of RGB (Red+Green+Blue) = 120+80+61=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 120 - color contains mainly: red. Hex color #78503D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78503D is #87AFC2. Grayscale: #595959. Windows color (decimal): -8892355 or 4018296. OLE color: 4018296.
HSL color Cylindrical-coordinate representation of color #78503D: hue angle of 19.32º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78503D is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 80 | 61 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.53 |
| HSL | 19.32º | 0.33% | 0.35% | - |
| HSV(B) | 19.32º | 0.49% | 0.47% | - |
| XYZ | 11.46 | 10.07 | 5.75 | - |
| YUV | 89.79 | 111.75 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 80 | 61 | 0 | 0.33 | 0.49 | 0.53 | 19.32 | 0.33 | 0.35 |
| Hex | 78 | 50 | 3D | 0 | 21 | 31 | 35 | 13 | 21 | 23 |
| Octal | 170 | 120 | 75 | 0 | 41 | 61 | 65 | 23 | 41 | 43 |
| Binary | 1111000 | 1010000 | 111101 | 0 | 100001 | 110001 | 110101 | 10011 | 100001 | 100011 |
Color Harmonies of #78503D
Complementary color
Monochromatic Colors of #78503D
Black with #78503D
Text Example
Text Example
White with #78503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78503D; }
p { color: rgb(120,80,61); }
H1.HeaderClassName
{
color: #78503D;
}
.AnyTagClassName
{
color: #78503D;
}
</style>
background-color css
<style>
a { background-color: #78503D; }
a { background-color: rgb(120,80,61); }
div.DivClassName
{
background-color: #78503D;
}
.BgClassName
{
background-color: #78503D;
}
</style>
border-color css
<style>
span { border-color: #78503D; }
span { border-color: rgb(120,80,61); }
td.TdClassName
{
border-color: #78503D;
}
.TagClassName
{
border-color: #78503D;
}
</style>