Shades of Copper Canyon #7A3E26
Tints of Copper Canyon #7A3E26
RGB
CMYK
RGB Variations
Color information
#7A3E26 (or 0x7A3E26) is known color: Copper Canyon. HEX triplet: 7A, 3E and 26. RGB value is (122,62,38). Sum of RGB (Red+Green+Blue) = 122+62+38=222 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.95% from 222); Green value is 62 (24.61% from 255 or 27.93% from 222); Blue value is 38 (15.23% from 255 or 17.12% from 222); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3E26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3E26 is #85C1D9. Grayscale: #4D4D4D. Windows color (decimal): -8765914 or 2506362. OLE color: 2506362.
HSL color Cylindrical-coordinate representation of color #7A3E26: hue angle of 17.14º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7A3E26 is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 62 | 38 | - |
| CMYK | 0 | 0.49 | 0.69 | 0.52 |
| HSL | 17.14º | 0.53% | 0.31% | - |
| HSV(B) | 17.14º | 0.69% | 0.48% | - |
| XYZ | 10.1 | 7.72 | 2.79 | - |
| YUV | 77.2 | 105.88 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 62 | 38 | 0 | 0.49 | 0.69 | 0.52 | 17.14 | 0.53 | 0.31 |
| Hex | 7A | 3E | 26 | 0 | 31 | 45 | 34 | 11 | 34 | 1F |
| Octal | 172 | 76 | 46 | 0 | 61 | 105 | 64 | 21 | 64 | 37 |
| Binary | 1111010 | 111110 | 100110 | 0 | 110001 | 1000101 | 110100 | 10001 | 110100 | 11111 |
Color Harmonies of #7A3E26
Complementary color
Monochromatic Colors of #7A3E26
Black with #7A3E26
Text Example
Text Example
White with #7A3E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3E26; }
p { color: rgb(122,62,38); }
H1.HeaderClassName
{
color: #7A3E26;
}
.AnyTagClassName
{
color: #7A3E26;
}
</style>
background-color css
<style>
a { background-color: #7A3E26; }
a { background-color: rgb(122,62,38); }
div.DivClassName
{
background-color: #7A3E26;
}
.BgClassName
{
background-color: #7A3E26;
}
</style>
border-color css
<style>
span { border-color: #7A3E26; }
span { border-color: rgb(122,62,38); }
td.TdClassName
{
border-color: #7A3E26;
}
.TagClassName
{
border-color: #7A3E26;
}
</style>