Shades of Copper Canyon #7C4428
Tints of Copper Canyon #7C4428
RGB
CMYK
RGB Variations
Color information
#7C4428 (or 0x7C4428) is known color: Copper Canyon. HEX triplet: 7C, 44 and 28. RGB value is (124,68,40). Sum of RGB (Red+Green+Blue) = 124+68+40=232 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.45% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4428 is #83BBD7. Grayscale: #515151. Windows color (decimal): -8633304 or 2638972. OLE color: 2638972.
HSL color Cylindrical-coordinate representation of color #7C4428: hue angle of 20º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7C4428 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 68 | 40 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.51 |
| HSL | 20º | 0.51% | 0.32% | - |
| HSV(B) | 20º | 0.68% | 0.49% | - |
| XYZ | 10.76 | 8.57 | 3.09 | - |
| YUV | 81.55 | 104.55 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 68 | 40 | 0 | 0.45 | 0.68 | 0.51 | 20 | 0.51 | 0.32 |
| Hex | 7C | 44 | 28 | 0 | 2D | 44 | 33 | 14 | 33 | 20 |
| Octal | 174 | 104 | 50 | 0 | 55 | 104 | 63 | 24 | 63 | 40 |
| Binary | 1111100 | 1000100 | 101000 | 0 | 101101 | 1000100 | 110011 | 10100 | 110011 | 100000 |
Color Harmonies of #7C4428
Complementary color
Monochromatic Colors of #7C4428
Black with #7C4428
Text Example
Text Example
White with #7C4428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4428; }
p { color: rgb(124,68,40); }
H1.HeaderClassName
{
color: #7C4428;
}
.AnyTagClassName
{
color: #7C4428;
}
</style>
background-color css
<style>
a { background-color: #7C4428; }
a { background-color: rgb(124,68,40); }
div.DivClassName
{
background-color: #7C4428;
}
.BgClassName
{
background-color: #7C4428;
}
</style>
border-color css
<style>
span { border-color: #7C4428; }
span { border-color: rgb(124,68,40); }
td.TdClassName
{
border-color: #7C4428;
}
.TagClassName
{
border-color: #7C4428;
}
</style>