Shades of Old Copper #764D37
Tints of Old Copper #764D37
RGB
CMYK
RGB Variations
Color information
#764D37 (or 0x764D37) is known color: Old Copper. HEX triplet: 76, 4D and 37. RGB value is (118,77,55). Sum of RGB (Red+Green+Blue) = 118+77+55=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 77 (30.47% from 255 or 30.8% from 250); Blue value is 55 (21.88% from 255 or 22% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #764D37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764D37 is #89B2C8. Grayscale: #565656. Windows color (decimal): -9024201 or 3624310. OLE color: 3624310.
HSL color Cylindrical-coordinate representation of color #764D37: hue angle of 20.95º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #764D37 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 77 | 55 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.54 |
| HSL | 20.95º | 0.36% | 0.34% | - |
| HSV(B) | 20.95º | 0.53% | 0.46% | - |
| XYZ | 10.81 | 9.44 | 4.87 | - |
| YUV | 86.75 | 110.08 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 77 | 55 | 0 | 0.35 | 0.53 | 0.54 | 20.95 | 0.36 | 0.34 |
| Hex | 76 | 4D | 37 | 0 | 23 | 35 | 36 | 15 | 24 | 22 |
| Octal | 166 | 115 | 67 | 0 | 43 | 65 | 66 | 25 | 44 | 42 |
| Binary | 1110110 | 1001101 | 110111 | 0 | 100011 | 110101 | 110110 | 10101 | 100100 | 100010 |
Color Harmonies of #764D37
Complementary color
Monochromatic Colors of #764D37
Black with #764D37
Text Example
Text Example
White with #764D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764D37; }
p { color: rgb(118,77,55); }
H1.HeaderClassName
{
color: #764D37;
}
.AnyTagClassName
{
color: #764D37;
}
</style>
background-color css
<style>
a { background-color: #764D37; }
a { background-color: rgb(118,77,55); }
div.DivClassName
{
background-color: #764D37;
}
.BgClassName
{
background-color: #764D37;
}
</style>
border-color css
<style>
span { border-color: #764D37; }
span { border-color: rgb(118,77,55); }
td.TdClassName
{
border-color: #764D37;
}
.TagClassName
{
border-color: #764D37;
}
</style>