Shades of Old Copper #76503D
Tints of Old Copper #76503D
RGB
CMYK
RGB Variations
Color information
#76503D (or 0x76503D) is known color: Old Copper. HEX triplet: 76, 50 and 3D. RGB value is (118,80,61). Sum of RGB (Red+Green+Blue) = 118+80+61=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 61 (24.22% from 255 or 23.55% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #76503D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76503D is #89AFC2. Grayscale: #595959. Windows color (decimal): -9023427 or 4018294. OLE color: 4018294.
HSL color Cylindrical-coordinate representation of color #76503D: hue angle of 20º 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 #76503D is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 80 | 61 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.54 |
| HSL | 20º | 0.32% | 0.35% | - |
| HSV(B) | 20º | 0.48% | 0.46% | - |
| XYZ | 11.18 | 9.93 | 5.74 | - |
| YUV | 89.2 | 112.09 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 80 | 61 | 0 | 0.32 | 0.48 | 0.54 | 20 | 0.32 | 0.35 |
| Hex | 76 | 50 | 3D | 0 | 20 | 30 | 36 | 14 | 20 | 23 |
| Octal | 166 | 120 | 75 | 0 | 40 | 60 | 66 | 24 | 40 | 43 |
| Binary | 1110110 | 1010000 | 111101 | 0 | 100000 | 110000 | 110110 | 10100 | 100000 | 100011 |
Color Harmonies of #76503D
Complementary color
Monochromatic Colors of #76503D
Black with #76503D
Text Example
Text Example
White with #76503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76503D; }
p { color: rgb(118,80,61); }
H1.HeaderClassName
{
color: #76503D;
}
.AnyTagClassName
{
color: #76503D;
}
</style>
background-color css
<style>
a { background-color: #76503D; }
a { background-color: rgb(118,80,61); }
div.DivClassName
{
background-color: #76503D;
}
.BgClassName
{
background-color: #76503D;
}
</style>
border-color css
<style>
span { border-color: #76503D; }
span { border-color: rgb(118,80,61); }
td.TdClassName
{
border-color: #76503D;
}
.TagClassName
{
border-color: #76503D;
}
</style>