Shades of Old Copper #76543D
Tints of Old Copper #76543D
RGB
CMYK
RGB Variations
Color information
#76543D (or 0x76543D) is known color: Old Copper. HEX triplet: 76, 54 and 3D. RGB value is (118,84,61). Sum of RGB (Red+Green+Blue) = 118+84+61=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 61 (24.22% from 255 or 23.19% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #76543D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76543D is #89ABC2. Grayscale: #5B5B5B. Windows color (decimal): -9022403 or 4019318. OLE color: 4019318.
HSL color Cylindrical-coordinate representation of color #76543D: hue angle of 24.21º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76543D is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 84 | 61 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.54 |
| HSL | 24.21º | 0.32% | 0.35% | - |
| HSV(B) | 24.21º | 0.48% | 0.46% | - |
| XYZ | 11.48 | 10.53 | 5.84 | - |
| YUV | 91.54 | 110.76 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 84 | 61 | 0 | 0.29 | 0.48 | 0.54 | 24.21 | 0.32 | 0.35 |
| Hex | 76 | 54 | 3D | 0 | 1D | 30 | 36 | 18 | 20 | 23 |
| Octal | 166 | 124 | 75 | 0 | 35 | 60 | 66 | 30 | 40 | 43 |
| Binary | 1110110 | 1010100 | 111101 | 0 | 11101 | 110000 | 110110 | 11000 | 100000 | 100011 |
Color Harmonies of #76543D
Complementary color
Monochromatic Colors of #76543D
Black with #76543D
Text Example
Text Example
White with #76543D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76543D; }
p { color: rgb(118,84,61); }
H1.HeaderClassName
{
color: #76543D;
}
.AnyTagClassName
{
color: #76543D;
}
</style>
background-color css
<style>
a { background-color: #76543D; }
a { background-color: rgb(118,84,61); }
div.DivClassName
{
background-color: #76543D;
}
.BgClassName
{
background-color: #76543D;
}
</style>
border-color css
<style>
span { border-color: #76543D; }
span { border-color: rgb(118,84,61); }
td.TdClassName
{
border-color: #76543D;
}
.TagClassName
{
border-color: #76543D;
}
</style>