Shades of Copper Canyon #76412E
Tints of Copper Canyon #76412E
RGB
CMYK
RGB Variations
Color information
#76412E (or 0x76412E) is known color: Copper Canyon. HEX triplet: 76, 41 and 2E. RGB value is (118,65,46). Sum of RGB (Red+Green+Blue) = 118+65+46=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 46 (18.36% from 255 or 20.09% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #76412E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76412E is #89BED1. Grayscale: #4E4E4E. Windows color (decimal): -9027282 or 3031414. OLE color: 3031414.
HSL color Cylindrical-coordinate representation of color #76412E: hue angle of 15.83º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #76412E is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 65 | 46 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.54 |
| HSL | 15.83º | 0.44% | 0.32% | - |
| HSV(B) | 15.83º | 0.61% | 0.46% | - |
| XYZ | 9.85 | 7.83 | 3.58 | - |
| YUV | 78.68 | 109.56 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 65 | 46 | 0 | 0.45 | 0.61 | 0.54 | 15.83 | 0.44 | 0.32 |
| Hex | 76 | 41 | 2E | 0 | 2D | 3D | 36 | 10 | 2C | 20 |
| Octal | 166 | 101 | 56 | 0 | 55 | 75 | 66 | 20 | 54 | 40 |
| Binary | 1110110 | 1000001 | 101110 | 0 | 101101 | 111101 | 110110 | 10000 | 101100 | 100000 |
Color Harmonies of #76412E
Complementary color
Monochromatic Colors of #76412E
Black with #76412E
Text Example
Text Example
White with #76412E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76412E; }
p { color: rgb(118,65,46); }
H1.HeaderClassName
{
color: #76412E;
}
.AnyTagClassName
{
color: #76412E;
}
</style>
background-color css
<style>
a { background-color: #76412E; }
a { background-color: rgb(118,65,46); }
div.DivClassName
{
background-color: #76412E;
}
.BgClassName
{
background-color: #76412E;
}
</style>
border-color css
<style>
span { border-color: #76412E; }
span { border-color: rgb(118,65,46); }
td.TdClassName
{
border-color: #76412E;
}
.TagClassName
{
border-color: #76412E;
}
</style>