Shades of Copper Canyon #764129
Tints of Copper Canyon #764129
RGB
CMYK
RGB Variations
Color information
#764129 (or 0x764129) is known color: Copper Canyon. HEX triplet: 76, 41 and 29. RGB value is (118,65,41). Sum of RGB (Red+Green+Blue) = 118+65+41=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 41 (16.41% from 255 or 18.30% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #764129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764129 is #89BED6. Grayscale: #4E4E4E. Windows color (decimal): -9027287 or 2703734. OLE color: 2703734.
HSL color Cylindrical-coordinate representation of color #764129: hue angle of 18.7º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #764129 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 65 | 41 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.54 |
| HSL | 18.7º | 0.48% | 0.31% | - |
| HSV(B) | 18.7º | 0.65% | 0.46% | - |
| XYZ | 9.76 | 7.79 | 3.09 | - |
| YUV | 78.11 | 107.06 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 65 | 41 | 0 | 0.45 | 0.65 | 0.54 | 18.7 | 0.48 | 0.31 |
| Hex | 76 | 41 | 29 | 0 | 2D | 41 | 36 | 13 | 30 | 1F |
| Octal | 166 | 101 | 51 | 0 | 55 | 101 | 66 | 23 | 60 | 37 |
| Binary | 1110110 | 1000001 | 101001 | 0 | 101101 | 1000001 | 110110 | 10011 | 110000 | 11111 |
Color Harmonies of #764129
Complementary color
Monochromatic Colors of #764129
Black with #764129
Text Example
Text Example
White with #764129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764129; }
p { color: rgb(118,65,41); }
H1.HeaderClassName
{
color: #764129;
}
.AnyTagClassName
{
color: #764129;
}
</style>
background-color css
<style>
a { background-color: #764129; }
a { background-color: rgb(118,65,41); }
div.DivClassName
{
background-color: #764129;
}
.BgClassName
{
background-color: #764129;
}
</style>
border-color css
<style>
span { border-color: #764129; }
span { border-color: rgb(118,65,41); }
td.TdClassName
{
border-color: #764129;
}
.TagClassName
{
border-color: #764129;
}
</style>