Shades of Old Copper #765036
Tints of Old Copper #765036
RGB
CMYK
RGB Variations
Color information
#765036 (or 0x765036) is known color: Old Copper. HEX triplet: 76, 50 and 36. RGB value is (118,80,54). Sum of RGB (Red+Green+Blue) = 118+80+54=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 54 (21.48% from 255 or 21.43% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #765036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765036 is #89AFC9. Grayscale: #585858. Windows color (decimal): -9023434 or 3559542. OLE color: 3559542.
HSL color Cylindrical-coordinate representation of color #765036: hue angle of 24.38º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #765036 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 80 | 54 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.54 |
| HSL | 24.38º | 0.37% | 0.34% | - |
| HSV(B) | 24.38º | 0.54% | 0.46% | - |
| XYZ | 11.01 | 9.86 | 4.81 | - |
| YUV | 88.4 | 108.59 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 80 | 54 | 0 | 0.32 | 0.54 | 0.54 | 24.38 | 0.37 | 0.34 |
| Hex | 76 | 50 | 36 | 0 | 20 | 36 | 36 | 18 | 25 | 22 |
| Octal | 166 | 120 | 66 | 0 | 40 | 66 | 66 | 30 | 45 | 42 |
| Binary | 1110110 | 1010000 | 110110 | 0 | 100000 | 110110 | 110110 | 11000 | 100101 | 100010 |
Color Harmonies of #765036
Complementary color
Monochromatic Colors of #765036
Black with #765036
Text Example
Text Example
White with #765036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765036; }
p { color: rgb(118,80,54); }
H1.HeaderClassName
{
color: #765036;
}
.AnyTagClassName
{
color: #765036;
}
</style>
background-color css
<style>
a { background-color: #765036; }
a { background-color: rgb(118,80,54); }
div.DivClassName
{
background-color: #765036;
}
.BgClassName
{
background-color: #765036;
}
</style>
border-color css
<style>
span { border-color: #765036; }
span { border-color: rgb(118,80,54); }
td.TdClassName
{
border-color: #765036;
}
.TagClassName
{
border-color: #765036;
}
</style>