Shades of Copper Canyon #7E412A
Tints of Copper Canyon #7E412A
RGB
CMYK
RGB Variations
Color information
#7E412A (or 0x7E412A) is known color: Copper Canyon. HEX triplet: 7E, 41 and 2A. RGB value is (126,65,42). Sum of RGB (Red+Green+Blue) = 126+65+42=233 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.08% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 126 - color contains mainly: red. Hex color #7E412A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E412A is #81BED5. Grayscale: #505050. Windows color (decimal): -8502998 or 2769278. OLE color: 2769278.
HSL color Cylindrical-coordinate representation of color #7E412A: hue angle of 16.43º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7E412A is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 65 | 42 | - |
| CMYK | 0 | 0.48 | 0.67 | 0.51 |
| HSL | 16.43º | 0.5% | 0.33% | - |
| HSV(B) | 16.43º | 0.67% | 0.49% | - |
| XYZ | 10.91 | 8.38 | 3.23 | - |
| YUV | 80.62 | 106.21 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 65 | 42 | 0 | 0.48 | 0.67 | 0.51 | 16.43 | 0.5 | 0.33 |
| Hex | 7E | 41 | 2A | 0 | 30 | 43 | 33 | 10 | 32 | 21 |
| Octal | 176 | 101 | 52 | 0 | 60 | 103 | 63 | 20 | 62 | 41 |
| Binary | 1111110 | 1000001 | 101010 | 0 | 110000 | 1000011 | 110011 | 10000 | 110010 | 100001 |
Color Harmonies of #7E412A
Complementary color
Monochromatic Colors of #7E412A
Black with #7E412A
Text Example
Text Example
White with #7E412A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E412A; }
p { color: rgb(126,65,42); }
H1.HeaderClassName
{
color: #7E412A;
}
.AnyTagClassName
{
color: #7E412A;
}
</style>
background-color css
<style>
a { background-color: #7E412A; }
a { background-color: rgb(126,65,42); }
div.DivClassName
{
background-color: #7E412A;
}
.BgClassName
{
background-color: #7E412A;
}
</style>
border-color css
<style>
span { border-color: #7E412A; }
span { border-color: rgb(126,65,42); }
td.TdClassName
{
border-color: #7E412A;
}
.TagClassName
{
border-color: #7E412A;
}
</style>