Shades of Copper Canyon #7D442A
Tints of Copper Canyon #7D442A
RGB
CMYK
RGB Variations
Color information
#7D442A (or 0x7D442A) is known color: Copper Canyon. HEX triplet: 7D, 44 and 2A. RGB value is (125,68,42). Sum of RGB (Red+Green+Blue) = 125+68+42=235 (31% of max value = 765). Red value is 125 (49.22% from 255 or 53.19% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 125 - color contains mainly: red. Hex color #7D442A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D442A is #82BBD5. Grayscale: #525252. Windows color (decimal): -8567766 or 2770045. OLE color: 2770045.
HSL color Cylindrical-coordinate representation of color #7D442A: hue angle of 18.8º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7D442A is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 68 | 42 | - |
| CMYK | 0 | 0.46 | 0.66 | 0.51 |
| HSL | 18.8º | 0.5% | 0.33% | - |
| HSV(B) | 18.8º | 0.66% | 0.49% | - |
| XYZ | 10.94 | 8.66 | 3.29 | - |
| YUV | 82.08 | 105.38 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 68 | 42 | 0 | 0.46 | 0.66 | 0.51 | 18.8 | 0.5 | 0.33 |
| Hex | 7D | 44 | 2A | 0 | 2E | 42 | 33 | 13 | 32 | 21 |
| Octal | 175 | 104 | 52 | 0 | 56 | 102 | 63 | 23 | 62 | 41 |
| Binary | 1111101 | 1000100 | 101010 | 0 | 101110 | 1000010 | 110011 | 10011 | 110010 | 100001 |
Color Harmonies of #7D442A
Complementary color
Monochromatic Colors of #7D442A
Black with #7D442A
Text Example
Text Example
White with #7D442A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D442A; }
p { color: rgb(125,68,42); }
H1.HeaderClassName
{
color: #7D442A;
}
.AnyTagClassName
{
color: #7D442A;
}
</style>
background-color css
<style>
a { background-color: #7D442A; }
a { background-color: rgb(125,68,42); }
div.DivClassName
{
background-color: #7D442A;
}
.BgClassName
{
background-color: #7D442A;
}
</style>
border-color css
<style>
span { border-color: #7D442A; }
span { border-color: rgb(125,68,42); }
td.TdClassName
{
border-color: #7D442A;
}
.TagClassName
{
border-color: #7D442A;
}
</style>