Shades of Copper Canyon #79422A
Tints of Copper Canyon #79422A
RGB
CMYK
RGB Variations
Color information
#79422A (or 0x79422A) is known color: Copper Canyon. HEX triplet: 79, 42 and 2A. RGB value is (121,66,42). Sum of RGB (Red+Green+Blue) = 121+66+42=229 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.84% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 121 - color contains mainly: red. Hex color #79422A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79422A is #86BDD5. Grayscale: #4F4F4F. Windows color (decimal): -8830422 or 2769529. OLE color: 2769529.
HSL color Cylindrical-coordinate representation of color #79422A: hue angle of 18.23º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #79422A is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 66 | 42 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.53 |
| HSL | 18.23º | 0.48% | 0.32% | - |
| HSV(B) | 18.23º | 0.65% | 0.47% | - |
| XYZ | 10.25 | 8.13 | 3.22 | - |
| YUV | 79.71 | 106.72 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 66 | 42 | 0 | 0.45 | 0.65 | 0.53 | 18.23 | 0.48 | 0.32 |
| Hex | 79 | 42 | 2A | 0 | 2D | 41 | 35 | 12 | 30 | 20 |
| Octal | 171 | 102 | 52 | 0 | 55 | 101 | 65 | 22 | 60 | 40 |
| Binary | 1111001 | 1000010 | 101010 | 0 | 101101 | 1000001 | 110101 | 10010 | 110000 | 100000 |
Color Harmonies of #79422A
Complementary color
Monochromatic Colors of #79422A
Black with #79422A
Text Example
Text Example
White with #79422A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79422A; }
p { color: rgb(121,66,42); }
H1.HeaderClassName
{
color: #79422A;
}
.AnyTagClassName
{
color: #79422A;
}
</style>
background-color css
<style>
a { background-color: #79422A; }
a { background-color: rgb(121,66,42); }
div.DivClassName
{
background-color: #79422A;
}
.BgClassName
{
background-color: #79422A;
}
</style>
border-color css
<style>
span { border-color: #79422A; }
span { border-color: rgb(121,66,42); }
td.TdClassName
{
border-color: #79422A;
}
.TagClassName
{
border-color: #79422A;
}
</style>