Shades of Old Copper #78513A
Tints of Old Copper #78513A
RGB
CMYK
RGB Variations
Color information
#78513A (or 0x78513A) is known color: Old Copper. HEX triplet: 78, 51 and 3A. RGB value is (120,81,58). Sum of RGB (Red+Green+Blue) = 120+81+58=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 120 - color contains mainly: red. Hex color #78513A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78513A is #87AEC5. Grayscale: #5A5A5A. Windows color (decimal): -8892102 or 3821944. OLE color: 3821944.
HSL color Cylindrical-coordinate representation of color #78513A: hue angle of 22.26º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78513A is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 81 | 58 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.53 |
| HSL | 22.26º | 0.35% | 0.35% | - |
| HSV(B) | 22.26º | 0.52% | 0.47% | - |
| XYZ | 11.45 | 10.18 | 5.37 | - |
| YUV | 90.04 | 109.92 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 81 | 58 | 0 | 0.32 | 0.52 | 0.53 | 22.26 | 0.35 | 0.35 |
| Hex | 78 | 51 | 3A | 0 | 20 | 34 | 35 | 16 | 23 | 23 |
| Octal | 170 | 121 | 72 | 0 | 40 | 64 | 65 | 26 | 43 | 43 |
| Binary | 1111000 | 1010001 | 111010 | 0 | 100000 | 110100 | 110101 | 10110 | 100011 | 100011 |
Color Harmonies of #78513A
Complementary color
Monochromatic Colors of #78513A
Black with #78513A
Text Example
Text Example
White with #78513A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78513A; }
p { color: rgb(120,81,58); }
H1.HeaderClassName
{
color: #78513A;
}
.AnyTagClassName
{
color: #78513A;
}
</style>
background-color css
<style>
a { background-color: #78513A; }
a { background-color: rgb(120,81,58); }
div.DivClassName
{
background-color: #78513A;
}
.BgClassName
{
background-color: #78513A;
}
</style>
border-color css
<style>
span { border-color: #78513A; }
span { border-color: rgb(120,81,58); }
td.TdClassName
{
border-color: #78513A;
}
.TagClassName
{
border-color: #78513A;
}
</style>