Shades of Copper Canyon #7C442C
Tints of Copper Canyon #7C442C
RGB
CMYK
RGB Variations
Color information
#7C442C (or 0x7C442C) is known color: Copper Canyon. HEX triplet: 7C, 44 and 2C. RGB value is (124,68,44). Sum of RGB (Red+Green+Blue) = 124+68+44=236 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.54% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 124 - color contains mainly: red. Hex color #7C442C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C442C is #83BBD3. Grayscale: #525252. Windows color (decimal): -8633300 or 2901116. OLE color: 2901116.
HSL color Cylindrical-coordinate representation of color #7C442C: hue angle of 18º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C442C is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 68 | 44 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.51 |
| HSL | 18º | 0.48% | 0.33% | - |
| HSV(B) | 18º | 0.65% | 0.49% | - |
| XYZ | 10.83 | 8.6 | 3.47 | - |
| YUV | 82.01 | 106.55 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 68 | 44 | 0 | 0.45 | 0.65 | 0.51 | 18 | 0.48 | 0.33 |
| Hex | 7C | 44 | 2C | 0 | 2D | 41 | 33 | 12 | 30 | 21 |
| Octal | 174 | 104 | 54 | 0 | 55 | 101 | 63 | 22 | 60 | 41 |
| Binary | 1111100 | 1000100 | 101100 | 0 | 101101 | 1000001 | 110011 | 10010 | 110000 | 100001 |
Color Harmonies of #7C442C
Complementary color
Monochromatic Colors of #7C442C
Black with #7C442C
Text Example
Text Example
White with #7C442C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C442C; }
p { color: rgb(124,68,44); }
H1.HeaderClassName
{
color: #7C442C;
}
.AnyTagClassName
{
color: #7C442C;
}
</style>
background-color css
<style>
a { background-color: #7C442C; }
a { background-color: rgb(124,68,44); }
div.DivClassName
{
background-color: #7C442C;
}
.BgClassName
{
background-color: #7C442C;
}
</style>
border-color css
<style>
span { border-color: #7C442C; }
span { border-color: rgb(124,68,44); }
td.TdClassName
{
border-color: #7C442C;
}
.TagClassName
{
border-color: #7C442C;
}
</style>