Shades of Copper Canyon #7A3D24
Tints of Copper Canyon #7A3D24
RGB
CMYK
RGB Variations
Color information
#7A3D24 (or 0x7A3D24) is known color: Copper Canyon. HEX triplet: 7A, 3D and 24. RGB value is (122,61,36). Sum of RGB (Red+Green+Blue) = 122+61+36=219 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.71% from 219); Green value is 61 (24.22% from 255 or 27.85% from 219); Blue value is 36 (14.45% from 255 or 16.44% from 219); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3D24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3D24 is #85C2DB. Grayscale: #4C4C4C. Windows color (decimal): -8766172 or 2375034. OLE color: 2375034.
HSL color Cylindrical-coordinate representation of color #7A3D24: hue angle of 17.44º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7A3D24 is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 61 | 36 | - |
| CMYK | 0 | 0.50 | 0.70 | 0.52 |
| HSL | 17.44º | 0.54% | 0.31% | - |
| HSV(B) | 17.44º | 0.7% | 0.48% | - |
| XYZ | 10.01 | 7.6 | 2.61 | - |
| YUV | 76.39 | 105.21 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 61 | 36 | 0 | 0.50 | 0.70 | 0.52 | 17.44 | 0.54 | 0.31 |
| Hex | 7A | 3D | 24 | 0 | 32 | 46 | 34 | 11 | 36 | 1F |
| Octal | 172 | 75 | 44 | 0 | 62 | 106 | 64 | 21 | 66 | 37 |
| Binary | 1111010 | 111101 | 100100 | 0 | 110010 | 1000110 | 110100 | 10001 | 110110 | 11111 |
Color Harmonies of #7A3D24
Complementary color
Monochromatic Colors of #7A3D24
Black with #7A3D24
Text Example
Text Example
White with #7A3D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3D24; }
p { color: rgb(122,61,36); }
H1.HeaderClassName
{
color: #7A3D24;
}
.AnyTagClassName
{
color: #7A3D24;
}
</style>
background-color css
<style>
a { background-color: #7A3D24; }
a { background-color: rgb(122,61,36); }
div.DivClassName
{
background-color: #7A3D24;
}
.BgClassName
{
background-color: #7A3D24;
}
</style>
border-color css
<style>
span { border-color: #7A3D24; }
span { border-color: rgb(122,61,36); }
td.TdClassName
{
border-color: #7A3D24;
}
.TagClassName
{
border-color: #7A3D24;
}
</style>