Shades of Copper Canyon #7A412A
Tints of Copper Canyon #7A412A
RGB
CMYK
RGB Variations
Color information
#7A412A (or 0x7A412A) is known color: Copper Canyon. HEX triplet: 7A, 41 and 2A. RGB value is (122,65,42). Sum of RGB (Red+Green+Blue) = 122+65+42=229 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.28% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 122 - color contains mainly: red. Hex color #7A412A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A412A is #85BED5. Grayscale: #4F4F4F. Windows color (decimal): -8765142 or 2769274. OLE color: 2769274.
HSL color Cylindrical-coordinate representation of color #7A412A: hue angle of 17.25º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A412A is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 65 | 42 | - |
| CMYK | 0 | 0.47 | 0.66 | 0.52 |
| HSL | 17.25º | 0.49% | 0.32% | - |
| HSV(B) | 17.25º | 0.66% | 0.48% | - |
| XYZ | 10.33 | 8.09 | 3.21 | - |
| YUV | 79.42 | 106.88 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 65 | 42 | 0 | 0.47 | 0.66 | 0.52 | 17.25 | 0.49 | 0.32 |
| Hex | 7A | 41 | 2A | 0 | 2F | 42 | 34 | 11 | 31 | 20 |
| Octal | 172 | 101 | 52 | 0 | 57 | 102 | 64 | 21 | 61 | 40 |
| Binary | 1111010 | 1000001 | 101010 | 0 | 101111 | 1000010 | 110100 | 10001 | 110001 | 100000 |
Color Harmonies of #7A412A
Complementary color
Monochromatic Colors of #7A412A
Black with #7A412A
Text Example
Text Example
White with #7A412A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A412A; }
p { color: rgb(122,65,42); }
H1.HeaderClassName
{
color: #7A412A;
}
.AnyTagClassName
{
color: #7A412A;
}
</style>
background-color css
<style>
a { background-color: #7A412A; }
a { background-color: rgb(122,65,42); }
div.DivClassName
{
background-color: #7A412A;
}
.BgClassName
{
background-color: #7A412A;
}
</style>
border-color css
<style>
span { border-color: #7A412A; }
span { border-color: rgb(122,65,42); }
td.TdClassName
{
border-color: #7A412A;
}
.TagClassName
{
border-color: #7A412A;
}
</style>