Shades of Old Copper #764F38
Tints of Old Copper #764F38
RGB
CMYK
RGB Variations
Color information
#764F38 (or 0x764F38) is known color: Old Copper. HEX triplet: 76, 4F and 38. RGB value is (118,79,56). Sum of RGB (Red+Green+Blue) = 118+79+56=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 79 (31.25% from 255 or 31.23% from 253); Blue value is 56 (22.27% from 255 or 22.13% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #764F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764F38 is #89B0C7. Grayscale: #585858. Windows color (decimal): -9023688 or 3690358. OLE color: 3690358.
HSL color Cylindrical-coordinate representation of color #764F38: hue angle of 22.26º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #764F38 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 79 | 56 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.54 |
| HSL | 22.26º | 0.36% | 0.34% | - |
| HSV(B) | 22.26º | 0.53% | 0.46% | - |
| XYZ | 10.98 | 9.73 | 5.04 | - |
| YUV | 88.04 | 109.92 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 79 | 56 | 0 | 0.33 | 0.53 | 0.54 | 22.26 | 0.36 | 0.34 |
| Hex | 76 | 4F | 38 | 0 | 21 | 35 | 36 | 16 | 24 | 22 |
| Octal | 166 | 117 | 70 | 0 | 41 | 65 | 66 | 26 | 44 | 42 |
| Binary | 1110110 | 1001111 | 111000 | 0 | 100001 | 110101 | 110110 | 10110 | 100100 | 100010 |
Color Harmonies of #764F38
Complementary color
Monochromatic Colors of #764F38
Black with #764F38
Text Example
Text Example
White with #764F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764F38; }
p { color: rgb(118,79,56); }
H1.HeaderClassName
{
color: #764F38;
}
.AnyTagClassName
{
color: #764F38;
}
</style>
background-color css
<style>
a { background-color: #764F38; }
a { background-color: rgb(118,79,56); }
div.DivClassName
{
background-color: #764F38;
}
.BgClassName
{
background-color: #764F38;
}
</style>
border-color css
<style>
span { border-color: #764F38; }
span { border-color: rgb(118,79,56); }
td.TdClassName
{
border-color: #764F38;
}
.TagClassName
{
border-color: #764F38;
}
</style>