Shades of Copper Canyon #7A442D
Tints of Copper Canyon #7A442D
RGB
CMYK
RGB Variations
Color information
#7A442D (or 0x7A442D) is known color: Copper Canyon. HEX triplet: 7A, 44 and 2D. RGB value is (122,68,45). Sum of RGB (Red+Green+Blue) = 122+68+45=235 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.91% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 122 - color contains mainly: red. Hex color #7A442D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A442D is #85BBD2. Grayscale: #515151. Windows color (decimal): -8764371 or 2966650. OLE color: 2966650.
HSL color Cylindrical-coordinate representation of color #7A442D: hue angle of 17.92º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7A442D is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 68 | 45 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.52 |
| HSL | 17.92º | 0.46% | 0.33% | - |
| HSV(B) | 17.92º | 0.63% | 0.48% | - |
| XYZ | 10.57 | 8.46 | 3.56 | - |
| YUV | 81.52 | 107.39 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 68 | 45 | 0 | 0.44 | 0.63 | 0.52 | 17.92 | 0.46 | 0.33 |
| Hex | 7A | 44 | 2D | 0 | 2C | 3F | 34 | 12 | 2E | 21 |
| Octal | 172 | 104 | 55 | 0 | 54 | 77 | 64 | 22 | 56 | 41 |
| Binary | 1111010 | 1000100 | 101101 | 0 | 101100 | 111111 | 110100 | 10010 | 101110 | 100001 |
Color Harmonies of #7A442D
Complementary color
Monochromatic Colors of #7A442D
Black with #7A442D
Text Example
Text Example
White with #7A442D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A442D; }
p { color: rgb(122,68,45); }
H1.HeaderClassName
{
color: #7A442D;
}
.AnyTagClassName
{
color: #7A442D;
}
</style>
background-color css
<style>
a { background-color: #7A442D; }
a { background-color: rgb(122,68,45); }
div.DivClassName
{
background-color: #7A442D;
}
.BgClassName
{
background-color: #7A442D;
}
</style>
border-color css
<style>
span { border-color: #7A442D; }
span { border-color: rgb(122,68,45); }
td.TdClassName
{
border-color: #7A442D;
}
.TagClassName
{
border-color: #7A442D;
}
</style>