Shades of Old Copper #76523D
Tints of Old Copper #76523D
RGB
CMYK
RGB Variations
Color information
#76523D (or 0x76523D) is known color: Old Copper. HEX triplet: 76, 52 and 3D. RGB value is (118,82,61). Sum of RGB (Red+Green+Blue) = 118+82+61=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #76523D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76523D is #89ADC2. Grayscale: #5A5A5A. Windows color (decimal): -9022915 or 4018806. OLE color: 4018806.
HSL color Cylindrical-coordinate representation of color #76523D: hue angle of 22.11º 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 #76523D is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 82 | 61 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.54 |
| HSL | 22.11º | 0.32% | 0.35% | - |
| HSV(B) | 22.11º | 0.48% | 0.46% | - |
| XYZ | 11.33 | 10.22 | 5.79 | - |
| YUV | 90.37 | 111.43 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 82 | 61 | 0 | 0.31 | 0.48 | 0.54 | 22.11 | 0.32 | 0.35 |
| Hex | 76 | 52 | 3D | 0 | 1F | 30 | 36 | 16 | 20 | 23 |
| Octal | 166 | 122 | 75 | 0 | 37 | 60 | 66 | 26 | 40 | 43 |
| Binary | 1110110 | 1010010 | 111101 | 0 | 11111 | 110000 | 110110 | 10110 | 100000 | 100011 |
Color Harmonies of #76523D
Complementary color
Monochromatic Colors of #76523D
Black with #76523D
Text Example
Text Example
White with #76523D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76523D; }
p { color: rgb(118,82,61); }
H1.HeaderClassName
{
color: #76523D;
}
.AnyTagClassName
{
color: #76523D;
}
</style>
background-color css
<style>
a { background-color: #76523D; }
a { background-color: rgb(118,82,61); }
div.DivClassName
{
background-color: #76523D;
}
.BgClassName
{
background-color: #76523D;
}
</style>
border-color css
<style>
span { border-color: #76523D; }
span { border-color: rgb(118,82,61); }
td.TdClassName
{
border-color: #76523D;
}
.TagClassName
{
border-color: #76523D;
}
</style>