Shades of Old Copper #78513C
Tints of Old Copper #78513C
RGB
CMYK
RGB Variations
Color information
#78513C (or 0x78513C) is known color: Old Copper. HEX triplet: 78, 51 and 3C. RGB value is (120,81,60). Sum of RGB (Red+Green+Blue) = 120+81+60=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 120 - color contains mainly: red. Hex color #78513C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78513C is #87AEC3. Grayscale: #5A5A5A. Windows color (decimal): -8892100 or 3953016. OLE color: 3953016.
HSL color Cylindrical-coordinate representation of color #78513C: hue angle of 21º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78513C is Cyan = 0, Magento = 0.32, Yellow = 0.5 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 81 | 60 | - |
| CMYK | 0 | 0.32 | 0.5 | 0.53 |
| HSL | 21º | 0.33% | 0.35% | - |
| HSV(B) | 21º | 0.5% | 0.47% | - |
| XYZ | 11.5 | 10.2 | 5.64 | - |
| YUV | 90.27 | 110.92 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 81 | 60 | 0 | 0.32 | 0.5 | 0.53 | 21 | 0.33 | 0.35 |
| Hex | 78 | 51 | 3C | 0 | 20 | 32 | 35 | 15 | 21 | 23 |
| Octal | 170 | 121 | 74 | 0 | 40 | 62 | 65 | 25 | 41 | 43 |
| Binary | 1111000 | 1010001 | 111100 | 0 | 100000 | 110010 | 110101 | 10101 | 100001 | 100011 |
Color Harmonies of #78513C
Complementary color
Monochromatic Colors of #78513C
Black with #78513C
Text Example
Text Example
White with #78513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78513C; }
p { color: rgb(120,81,60); }
H1.HeaderClassName
{
color: #78513C;
}
.AnyTagClassName
{
color: #78513C;
}
</style>
background-color css
<style>
a { background-color: #78513C; }
a { background-color: rgb(120,81,60); }
div.DivClassName
{
background-color: #78513C;
}
.BgClassName
{
background-color: #78513C;
}
</style>
border-color css
<style>
span { border-color: #78513C; }
span { border-color: rgb(120,81,60); }
td.TdClassName
{
border-color: #78513C;
}
.TagClassName
{
border-color: #78513C;
}
</style>