Shades of Old Copper #764F40
Tints of Old Copper #764F40
RGB
CMYK
RGB Variations
Color information
#764F40 (or 0x764F40) is known color: Old Copper. HEX triplet: 76, 4F and 40. RGB value is (118,79,64). Sum of RGB (Red+Green+Blue) = 118+79+64=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #764F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764F40 is #89B0BF. Grayscale: #595959. Windows color (decimal): -9023680 or 4214646. OLE color: 4214646.
HSL color Cylindrical-coordinate representation of color #764F40: hue angle of 16.67º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #764F40 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 79 | 64 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.54 |
| HSL | 16.67º | 0.3% | 0.36% | - |
| HSV(B) | 16.67º | 0.46% | 0.46% | - |
| XYZ | 11.19 | 9.81 | 6.15 | - |
| YUV | 88.95 | 113.92 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 79 | 64 | 0 | 0.33 | 0.46 | 0.54 | 16.67 | 0.3 | 0.36 |
| Hex | 76 | 4F | 40 | 0 | 21 | 2E | 36 | 11 | 1E | 24 |
| Octal | 166 | 117 | 100 | 0 | 41 | 56 | 66 | 21 | 36 | 44 |
| Binary | 1110110 | 1001111 | 1000000 | 0 | 100001 | 101110 | 110110 | 10001 | 11110 | 100100 |
Color Harmonies of #764F40
Complementary color
Monochromatic Colors of #764F40
Black with #764F40
Text Example
Text Example
White with #764F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764F40; }
p { color: rgb(118,79,64); }
H1.HeaderClassName
{
color: #764F40;
}
.AnyTagClassName
{
color: #764F40;
}
</style>
background-color css
<style>
a { background-color: #764F40; }
a { background-color: rgb(118,79,64); }
div.DivClassName
{
background-color: #764F40;
}
.BgClassName
{
background-color: #764F40;
}
</style>
border-color css
<style>
span { border-color: #764F40; }
span { border-color: rgb(118,79,64); }
td.TdClassName
{
border-color: #764F40;
}
.TagClassName
{
border-color: #764F40;
}
</style>