Shades of Copper Canyon #7A422B
Tints of Copper Canyon #7A422B
RGB
CMYK
RGB Variations
Color information
#7A422B (or 0x7A422B) is known color: Copper Canyon. HEX triplet: 7A, 42 and 2B. RGB value is (122,66,43). Sum of RGB (Red+Green+Blue) = 122+66+43=231 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.81% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 43 (17.19% from 255 or 18.61% from 231); Max value from RGB is 122 - color contains mainly: red. Hex color #7A422B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A422B is #85BDD4. Grayscale: #505050. Windows color (decimal): -8764885 or 2835066. OLE color: 2835066.
HSL color Cylindrical-coordinate representation of color #7A422B: hue angle of 17.47º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7A422B is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 66 | 43 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.52 |
| HSL | 17.47º | 0.48% | 0.32% | - |
| HSV(B) | 17.47º | 0.65% | 0.48% | - |
| XYZ | 10.41 | 8.21 | 3.32 | - |
| YUV | 80.12 | 107.05 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 66 | 43 | 0 | 0.46 | 0.65 | 0.52 | 17.47 | 0.48 | 0.32 |
| Hex | 7A | 42 | 2B | 0 | 2E | 41 | 34 | 11 | 30 | 20 |
| Octal | 172 | 102 | 53 | 0 | 56 | 101 | 64 | 21 | 60 | 40 |
| Binary | 1111010 | 1000010 | 101011 | 0 | 101110 | 1000001 | 110100 | 10001 | 110000 | 100000 |
Color Harmonies of #7A422B
Complementary color
Monochromatic Colors of #7A422B
Black with #7A422B
Text Example
Text Example
White with #7A422B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A422B; }
p { color: rgb(122,66,43); }
H1.HeaderClassName
{
color: #7A422B;
}
.AnyTagClassName
{
color: #7A422B;
}
</style>
background-color css
<style>
a { background-color: #7A422B; }
a { background-color: rgb(122,66,43); }
div.DivClassName
{
background-color: #7A422B;
}
.BgClassName
{
background-color: #7A422B;
}
</style>
border-color css
<style>
span { border-color: #7A422B; }
span { border-color: rgb(122,66,43); }
td.TdClassName
{
border-color: #7A422B;
}
.TagClassName
{
border-color: #7A422B;
}
</style>