Shades of Old Copper #764F39
Tints of Old Copper #764F39
RGB
CMYK
RGB Variations
Color information
#764F39 (or 0x764F39) is known color: Old Copper. HEX triplet: 76, 4F and 39. RGB value is (118,79,57). Sum of RGB (Red+Green+Blue) = 118+79+57=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 57 (22.66% from 255 or 22.44% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #764F39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764F39 is #89B0C6. Grayscale: #585858. Windows color (decimal): -9023687 or 3755894. OLE color: 3755894.
HSL color Cylindrical-coordinate representation of color #764F39: hue angle of 21.64º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #764F39 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 79 | 57 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.54 |
| HSL | 21.64º | 0.35% | 0.34% | - |
| HSV(B) | 21.64º | 0.52% | 0.46% | - |
| XYZ | 11.01 | 9.74 | 5.17 | - |
| YUV | 88.15 | 110.42 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 79 | 57 | 0 | 0.33 | 0.52 | 0.54 | 21.64 | 0.35 | 0.34 |
| Hex | 76 | 4F | 39 | 0 | 21 | 34 | 36 | 16 | 23 | 22 |
| Octal | 166 | 117 | 71 | 0 | 41 | 64 | 66 | 26 | 43 | 42 |
| Binary | 1110110 | 1001111 | 111001 | 0 | 100001 | 110100 | 110110 | 10110 | 100011 | 100010 |
Color Harmonies of #764F39
Complementary color
Monochromatic Colors of #764F39
Black with #764F39
Text Example
Text Example
White with #764F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764F39; }
p { color: rgb(118,79,57); }
H1.HeaderClassName
{
color: #764F39;
}
.AnyTagClassName
{
color: #764F39;
}
</style>
background-color css
<style>
a { background-color: #764F39; }
a { background-color: rgb(118,79,57); }
div.DivClassName
{
background-color: #764F39;
}
.BgClassName
{
background-color: #764F39;
}
</style>
border-color css
<style>
span { border-color: #764F39; }
span { border-color: rgb(118,79,57); }
td.TdClassName
{
border-color: #764F39;
}
.TagClassName
{
border-color: #764F39;
}
</style>