Shades of Copper Canyon #7C402D
Tints of Copper Canyon #7C402D
RGB
CMYK
RGB Variations
Color information
#7C402D (or 0x7C402D) is known color: Copper Canyon. HEX triplet: 7C, 40 and 2D. RGB value is (124,64,45). Sum of RGB (Red+Green+Blue) = 124+64+45=233 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.22% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 124 - color contains mainly: red. Hex color #7C402D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C402D is #83BFD2. Grayscale: #4F4F4F. Windows color (decimal): -8634323 or 2965628. OLE color: 2965628.
HSL color Cylindrical-coordinate representation of color #7C402D: hue angle of 14.43º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C402D is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 64 | 45 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.51 |
| HSL | 14.43º | 0.47% | 0.33% | - |
| HSV(B) | 14.43º | 0.64% | 0.49% | - |
| XYZ | 10.62 | 8.14 | 3.49 | - |
| YUV | 79.77 | 108.38 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 64 | 45 | 0 | 0.48 | 0.64 | 0.51 | 14.43 | 0.47 | 0.33 |
| Hex | 7C | 40 | 2D | 0 | 30 | 40 | 33 | E | 2F | 21 |
| Octal | 174 | 100 | 55 | 0 | 60 | 100 | 63 | 16 | 57 | 41 |
| Binary | 1111100 | 1000000 | 101101 | 0 | 110000 | 1000000 | 110011 | 1110 | 101111 | 100001 |
Color Harmonies of #7C402D
Complementary color
Monochromatic Colors of #7C402D
Black with #7C402D
Text Example
Text Example
White with #7C402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C402D; }
p { color: rgb(124,64,45); }
H1.HeaderClassName
{
color: #7C402D;
}
.AnyTagClassName
{
color: #7C402D;
}
</style>
background-color css
<style>
a { background-color: #7C402D; }
a { background-color: rgb(124,64,45); }
div.DivClassName
{
background-color: #7C402D;
}
.BgClassName
{
background-color: #7C402D;
}
</style>
border-color css
<style>
span { border-color: #7C402D; }
span { border-color: rgb(124,64,45); }
td.TdClassName
{
border-color: #7C402D;
}
.TagClassName
{
border-color: #7C402D;
}
</style>