Shades of Old Copper #76533D
Tints of Old Copper #76533D
RGB
CMYK
RGB Variations
Color information
#76533D (or 0x76533D) is known color: Old Copper. HEX triplet: 76, 53 and 3D. RGB value is (118,83,61). Sum of RGB (Red+Green+Blue) = 118+83+61=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #76533D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76533D is #89ACC2. Grayscale: #5B5B5B. Windows color (decimal): -9022659 or 4019062. OLE color: 4019062.
HSL color Cylindrical-coordinate representation of color #76533D: hue angle of 23.16º 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 #76533D is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 83 | 61 | - |
| CMYK | 0 | 0.30 | 0.48 | 0.54 |
| HSL | 23.16º | 0.32% | 0.35% | - |
| HSV(B) | 23.16º | 0.48% | 0.46% | - |
| XYZ | 11.41 | 10.37 | 5.82 | - |
| YUV | 90.96 | 111.1 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 83 | 61 | 0 | 0.30 | 0.48 | 0.54 | 23.16 | 0.32 | 0.35 |
| Hex | 76 | 53 | 3D | 0 | 1E | 30 | 36 | 17 | 20 | 23 |
| Octal | 166 | 123 | 75 | 0 | 36 | 60 | 66 | 27 | 40 | 43 |
| Binary | 1110110 | 1010011 | 111101 | 0 | 11110 | 110000 | 110110 | 10111 | 100000 | 100011 |
Color Harmonies of #76533D
Complementary color
Monochromatic Colors of #76533D
Black with #76533D
Text Example
Text Example
White with #76533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76533D; }
p { color: rgb(118,83,61); }
H1.HeaderClassName
{
color: #76533D;
}
.AnyTagClassName
{
color: #76533D;
}
</style>
background-color css
<style>
a { background-color: #76533D; }
a { background-color: rgb(118,83,61); }
div.DivClassName
{
background-color: #76533D;
}
.BgClassName
{
background-color: #76533D;
}
</style>
border-color css
<style>
span { border-color: #76533D; }
span { border-color: rgb(118,83,61); }
td.TdClassName
{
border-color: #76533D;
}
.TagClassName
{
border-color: #76533D;
}
</style>