Shades of Old Copper #764E3F
Tints of Old Copper #764E3F
RGB
CMYK
RGB Variations
Color information
#764E3F (or 0x764E3F) is known color: Old Copper. HEX triplet: 76, 4E and 3F. RGB value is (118,78,63). Sum of RGB (Red+Green+Blue) = 118+78+63=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #764E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764E3F is #89B1C0. Grayscale: #585858. Windows color (decimal): -9023937 or 4148854. OLE color: 4148854.
HSL color Cylindrical-coordinate representation of color #764E3F: hue angle of 16.36º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #764E3F is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 78 | 63 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.54 |
| HSL | 16.36º | 0.3% | 0.35% | - |
| HSV(B) | 16.36º | 0.47% | 0.46% | - |
| XYZ | 11.09 | 9.66 | 5.98 | - |
| YUV | 88.25 | 113.75 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 63 | 0 | 0.34 | 0.47 | 0.54 | 16.36 | 0.3 | 0.35 |
| Hex | 76 | 4E | 3F | 0 | 22 | 2F | 36 | 10 | 1E | 23 |
| Octal | 166 | 116 | 77 | 0 | 42 | 57 | 66 | 20 | 36 | 43 |
| Binary | 1110110 | 1001110 | 111111 | 0 | 100010 | 101111 | 110110 | 10000 | 11110 | 100011 |
Color Harmonies of #764E3F
Complementary color
Monochromatic Colors of #764E3F
Black with #764E3F
Text Example
Text Example
White with #764E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764E3F; }
p { color: rgb(118,78,63); }
H1.HeaderClassName
{
color: #764E3F;
}
.AnyTagClassName
{
color: #764E3F;
}
</style>
background-color css
<style>
a { background-color: #764E3F; }
a { background-color: rgb(118,78,63); }
div.DivClassName
{
background-color: #764E3F;
}
.BgClassName
{
background-color: #764E3F;
}
</style>
border-color css
<style>
span { border-color: #764E3F; }
span { border-color: rgb(118,78,63); }
td.TdClassName
{
border-color: #764E3F;
}
.TagClassName
{
border-color: #764E3F;
}
</style>