Shades of Old Copper #764F3C
Tints of Old Copper #764F3C
RGB
CMYK
RGB Variations
Color information
#764F3C (or 0x764F3C) is known color: Old Copper. HEX triplet: 76, 4F and 3C. RGB value is (118,79,60). Sum of RGB (Red+Green+Blue) = 118+79+60=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #764F3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764F3C is #89B0C3. Grayscale: #585858. Windows color (decimal): -9023684 or 3952502. OLE color: 3952502.
HSL color Cylindrical-coordinate representation of color #764F3C: hue angle of 19.66º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #764F3C is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 79 | 60 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.54 |
| HSL | 19.66º | 0.33% | 0.35% | - |
| HSV(B) | 19.66º | 0.49% | 0.46% | - |
| XYZ | 11.08 | 9.77 | 5.58 | - |
| YUV | 88.5 | 111.92 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 79 | 60 | 0 | 0.33 | 0.49 | 0.54 | 19.66 | 0.33 | 0.35 |
| Hex | 76 | 4F | 3C | 0 | 21 | 31 | 36 | 14 | 21 | 23 |
| Octal | 166 | 117 | 74 | 0 | 41 | 61 | 66 | 24 | 41 | 43 |
| Binary | 1110110 | 1001111 | 111100 | 0 | 100001 | 110001 | 110110 | 10100 | 100001 | 100011 |
Color Harmonies of #764F3C
Complementary color
Monochromatic Colors of #764F3C
Black with #764F3C
Text Example
Text Example
White with #764F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764F3C; }
p { color: rgb(118,79,60); }
H1.HeaderClassName
{
color: #764F3C;
}
.AnyTagClassName
{
color: #764F3C;
}
</style>
background-color css
<style>
a { background-color: #764F3C; }
a { background-color: rgb(118,79,60); }
div.DivClassName
{
background-color: #764F3C;
}
.BgClassName
{
background-color: #764F3C;
}
</style>
border-color css
<style>
span { border-color: #764F3C; }
span { border-color: rgb(118,79,60); }
td.TdClassName
{
border-color: #764F3C;
}
.TagClassName
{
border-color: #764F3C;
}
</style>