Shades of Copper Canyon #7A4127
Tints of Copper Canyon #7A4127
RGB
CMYK
RGB Variations
Color information
#7A4127 (or 0x7A4127) is known color: Copper Canyon. HEX triplet: 7A, 41 and 27. RGB value is (122,65,39). Sum of RGB (Red+Green+Blue) = 122+65+39=226 (29% of max value = 765). Red value is 122 (48.05% from 255 or 53.98% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 39 (15.62% from 255 or 17.26% from 226); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4127 is #85BED8. Grayscale: #4F4F4F. Windows color (decimal): -8765145 or 2572666. OLE color: 2572666.
HSL color Cylindrical-coordinate representation of color #7A4127: hue angle of 18.8º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7A4127 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 65 | 39 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.52 |
| HSL | 18.8º | 0.52% | 0.32% | - |
| HSV(B) | 18.8º | 0.68% | 0.48% | - |
| XYZ | 10.28 | 8.06 | 2.93 | - |
| YUV | 79.08 | 105.38 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 65 | 39 | 0 | 0.47 | 0.68 | 0.52 | 18.8 | 0.52 | 0.32 |
| Hex | 7A | 41 | 27 | 0 | 2F | 44 | 34 | 13 | 34 | 20 |
| Octal | 172 | 101 | 47 | 0 | 57 | 104 | 64 | 23 | 64 | 40 |
| Binary | 1111010 | 1000001 | 100111 | 0 | 101111 | 1000100 | 110100 | 10011 | 110100 | 100000 |
Color Harmonies of #7A4127
Complementary color
Monochromatic Colors of #7A4127
Black with #7A4127
Text Example
Text Example
White with #7A4127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4127; }
p { color: rgb(122,65,39); }
H1.HeaderClassName
{
color: #7A4127;
}
.AnyTagClassName
{
color: #7A4127;
}
</style>
background-color css
<style>
a { background-color: #7A4127; }
a { background-color: rgb(122,65,39); }
div.DivClassName
{
background-color: #7A4127;
}
.BgClassName
{
background-color: #7A4127;
}
</style>
border-color css
<style>
span { border-color: #7A4127; }
span { border-color: rgb(122,65,39); }
td.TdClassName
{
border-color: #7A4127;
}
.TagClassName
{
border-color: #7A4127;
}
</style>