Shades of Old Copper #76543F
Tints of Old Copper #76543F
RGB
CMYK
RGB Variations
Color information
#76543F (or 0x76543F) is known color: Old Copper. HEX triplet: 76, 54 and 3F. RGB value is (118,84,63). Sum of RGB (Red+Green+Blue) = 118+84+63=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #76543F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76543F is #89ABC0. Grayscale: #5B5B5B. Windows color (decimal): -9022401 or 4150390. OLE color: 4150390.
HSL color Cylindrical-coordinate representation of color #76543F: hue angle of 22.91º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76543F is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 84 | 63 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.54 |
| HSL | 22.91º | 0.3% | 0.35% | - |
| HSV(B) | 22.91º | 0.47% | 0.46% | - |
| XYZ | 11.54 | 10.55 | 6.13 | - |
| YUV | 91.77 | 111.76 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 84 | 63 | 0 | 0.29 | 0.47 | 0.54 | 22.91 | 0.3 | 0.35 |
| Hex | 76 | 54 | 3F | 0 | 1D | 2F | 36 | 17 | 1E | 23 |
| Octal | 166 | 124 | 77 | 0 | 35 | 57 | 66 | 27 | 36 | 43 |
| Binary | 1110110 | 1010100 | 111111 | 0 | 11101 | 101111 | 110110 | 10111 | 11110 | 100011 |
Color Harmonies of #76543F
Complementary color
Monochromatic Colors of #76543F
Black with #76543F
Text Example
Text Example
White with #76543F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76543F; }
p { color: rgb(118,84,63); }
H1.HeaderClassName
{
color: #76543F;
}
.AnyTagClassName
{
color: #76543F;
}
</style>
background-color css
<style>
a { background-color: #76543F; }
a { background-color: rgb(118,84,63); }
div.DivClassName
{
background-color: #76543F;
}
.BgClassName
{
background-color: #76543F;
}
</style>
border-color css
<style>
span { border-color: #76543F; }
span { border-color: rgb(118,84,63); }
td.TdClassName
{
border-color: #76543F;
}
.TagClassName
{
border-color: #76543F;
}
</style>