Shades of Old Copper #764F3F
Tints of Old Copper #764F3F
RGB
CMYK
RGB Variations
Color information
#764F3F (or 0x764F3F) is known color: Old Copper. HEX triplet: 76, 4F and 3F. RGB value is (118,79,63). Sum of RGB (Red+Green+Blue) = 118+79+63=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 79 (31.25% from 255 or 30.38% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #764F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764F3F is #89B0C0. Grayscale: #585858. Windows color (decimal): -9023681 or 4149110. OLE color: 4149110.
HSL color Cylindrical-coordinate representation of color #764F3F: hue angle of 17.45º 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 #764F3F is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 79 | 63 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.54 |
| HSL | 17.45º | 0.3% | 0.35% | - |
| HSV(B) | 17.45º | 0.47% | 0.46% | - |
| XYZ | 11.16 | 9.8 | 6.01 | - |
| YUV | 88.84 | 113.42 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 79 | 63 | 0 | 0.33 | 0.47 | 0.54 | 17.45 | 0.3 | 0.35 |
| Hex | 76 | 4F | 3F | 0 | 21 | 2F | 36 | 11 | 1E | 23 |
| Octal | 166 | 117 | 77 | 0 | 41 | 57 | 66 | 21 | 36 | 43 |
| Binary | 1110110 | 1001111 | 111111 | 0 | 100001 | 101111 | 110110 | 10001 | 11110 | 100011 |
Color Harmonies of #764F3F
Complementary color
Monochromatic Colors of #764F3F
Black with #764F3F
Text Example
Text Example
White with #764F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764F3F; }
p { color: rgb(118,79,63); }
H1.HeaderClassName
{
color: #764F3F;
}
.AnyTagClassName
{
color: #764F3F;
}
</style>
background-color css
<style>
a { background-color: #764F3F; }
a { background-color: rgb(118,79,63); }
div.DivClassName
{
background-color: #764F3F;
}
.BgClassName
{
background-color: #764F3F;
}
</style>
border-color css
<style>
span { border-color: #764F3F; }
span { border-color: rgb(118,79,63); }
td.TdClassName
{
border-color: #764F3F;
}
.TagClassName
{
border-color: #764F3F;
}
</style>