Shades of Copper Canyon #76422E
Tints of Copper Canyon #76422E
RGB
CMYK
RGB Variations
Color information
#76422E (or 0x76422E) is known color: Copper Canyon. HEX triplet: 76, 42 and 2E. RGB value is (118,66,46). Sum of RGB (Red+Green+Blue) = 118+66+46=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 46 (18.36% from 255 or 20% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #76422E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76422E is #89BDD1. Grayscale: #4F4F4F. Windows color (decimal): -9027026 or 3031670. OLE color: 3031670.
HSL color Cylindrical-coordinate representation of color #76422E: hue angle of 16.67º 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 #76422E is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 66 | 46 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.54 |
| HSL | 16.67º | 0.44% | 0.32% | - |
| HSV(B) | 16.67º | 0.61% | 0.46% | - |
| XYZ | 9.91 | 7.95 | 3.6 | - |
| YUV | 79.27 | 109.23 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 66 | 46 | 0 | 0.44 | 0.61 | 0.54 | 16.67 | 0.44 | 0.32 |
| Hex | 76 | 42 | 2E | 0 | 2C | 3D | 36 | 11 | 2C | 20 |
| Octal | 166 | 102 | 56 | 0 | 54 | 75 | 66 | 21 | 54 | 40 |
| Binary | 1110110 | 1000010 | 101110 | 0 | 101100 | 111101 | 110110 | 10001 | 101100 | 100000 |
Color Harmonies of #76422E
Complementary color
Monochromatic Colors of #76422E
Black with #76422E
Text Example
Text Example
White with #76422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76422E; }
p { color: rgb(118,66,46); }
H1.HeaderClassName
{
color: #76422E;
}
.AnyTagClassName
{
color: #76422E;
}
</style>
background-color css
<style>
a { background-color: #76422E; }
a { background-color: rgb(118,66,46); }
div.DivClassName
{
background-color: #76422E;
}
.BgClassName
{
background-color: #76422E;
}
</style>
border-color css
<style>
span { border-color: #76422E; }
span { border-color: rgb(118,66,46); }
td.TdClassName
{
border-color: #76422E;
}
.TagClassName
{
border-color: #76422E;
}
</style>