Shades of Old Copper #78553F
Tints of Old Copper #78553F
RGB
CMYK
RGB Variations
Color information
#78553F (or 0x78553F) is known color: Old Copper. HEX triplet: 78, 55 and 3F. RGB value is (120,85,63). Sum of RGB (Red+Green+Blue) = 120+85+63=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 120 - color contains mainly: red. Hex color #78553F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78553F is #87AAC0. Grayscale: #5D5D5D. Windows color (decimal): -8891073 or 4150648. OLE color: 4150648.
HSL color Cylindrical-coordinate representation of color #78553F: hue angle of 23.16º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78553F is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 85 | 63 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.53 |
| HSL | 23.16º | 0.31% | 0.36% | - |
| HSV(B) | 23.16º | 0.48% | 0.47% | - |
| XYZ | 11.89 | 10.85 | 6.17 | - |
| YUV | 92.96 | 111.1 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 85 | 63 | 0 | 0.29 | 0.48 | 0.53 | 23.16 | 0.31 | 0.36 |
| Hex | 78 | 55 | 3F | 0 | 1D | 30 | 35 | 17 | 1F | 24 |
| Octal | 170 | 125 | 77 | 0 | 35 | 60 | 65 | 27 | 37 | 44 |
| Binary | 1111000 | 1010101 | 111111 | 0 | 11101 | 110000 | 110101 | 10111 | 11111 | 100100 |
Color Harmonies of #78553F
Complementary color
Monochromatic Colors of #78553F
Black with #78553F
Text Example
Text Example
White with #78553F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78553F; }
p { color: rgb(120,85,63); }
H1.HeaderClassName
{
color: #78553F;
}
.AnyTagClassName
{
color: #78553F;
}
</style>
background-color css
<style>
a { background-color: #78553F; }
a { background-color: rgb(120,85,63); }
div.DivClassName
{
background-color: #78553F;
}
.BgClassName
{
background-color: #78553F;
}
</style>
border-color css
<style>
span { border-color: #78553F; }
span { border-color: rgb(120,85,63); }
td.TdClassName
{
border-color: #78553F;
}
.TagClassName
{
border-color: #78553F;
}
</style>