Shades of Old Copper #764E3B
Tints of Old Copper #764E3B
RGB
CMYK
RGB Variations
Color information
#764E3B (or 0x764E3B) is known color: Old Copper. HEX triplet: 76, 4E and 3B. RGB value is (118,78,59). Sum of RGB (Red+Green+Blue) = 118+78+59=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #764E3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764E3B is #89B1C4. Grayscale: #575757. Windows color (decimal): -9023941 or 3886710. OLE color: 3886710.
HSL color Cylindrical-coordinate representation of color #764E3B: hue angle of 19.32º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #764E3B is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 78 | 59 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.54 |
| HSL | 19.32º | 0.33% | 0.35% | - |
| HSV(B) | 19.32º | 0.5% | 0.46% | - |
| XYZ | 10.99 | 9.62 | 5.41 | - |
| YUV | 87.79 | 111.75 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 59 | 0 | 0.34 | 0.50 | 0.54 | 19.32 | 0.33 | 0.35 |
| Hex | 76 | 4E | 3B | 0 | 22 | 32 | 36 | 13 | 21 | 23 |
| Octal | 166 | 116 | 73 | 0 | 42 | 62 | 66 | 23 | 41 | 43 |
| Binary | 1110110 | 1001110 | 111011 | 0 | 100010 | 110010 | 110110 | 10011 | 100001 | 100011 |
Color Harmonies of #764E3B
Complementary color
Monochromatic Colors of #764E3B
Black with #764E3B
Text Example
Text Example
White with #764E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764E3B; }
p { color: rgb(118,78,59); }
H1.HeaderClassName
{
color: #764E3B;
}
.AnyTagClassName
{
color: #764E3B;
}
</style>
background-color css
<style>
a { background-color: #764E3B; }
a { background-color: rgb(118,78,59); }
div.DivClassName
{
background-color: #764E3B;
}
.BgClassName
{
background-color: #764E3B;
}
</style>
border-color css
<style>
span { border-color: #764E3B; }
span { border-color: rgb(118,78,59); }
td.TdClassName
{
border-color: #764E3B;
}
.TagClassName
{
border-color: #764E3B;
}
</style>