Shades of Copper Canyon #79422D
Tints of Copper Canyon #79422D
RGB
CMYK
RGB Variations
Color information
#79422D (or 0x79422D) is known color: Copper Canyon. HEX triplet: 79, 42 and 2D. RGB value is (121,66,45). Sum of RGB (Red+Green+Blue) = 121+66+45=232 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.16% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 121 - color contains mainly: red. Hex color #79422D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79422D is #86BDD2. Grayscale: #505050. Windows color (decimal): -8830419 or 2966137. OLE color: 2966137.
HSL color Cylindrical-coordinate representation of color #79422D: hue angle of 16.58º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #79422D is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 66 | 45 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.53 |
| HSL | 16.58º | 0.46% | 0.33% | - |
| HSV(B) | 16.58º | 0.63% | 0.47% | - |
| XYZ | 10.31 | 8.15 | 3.51 | - |
| YUV | 80.05 | 108.22 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 66 | 45 | 0 | 0.45 | 0.63 | 0.53 | 16.58 | 0.46 | 0.33 |
| Hex | 79 | 42 | 2D | 0 | 2D | 3F | 35 | 11 | 2E | 21 |
| Octal | 171 | 102 | 55 | 0 | 55 | 77 | 65 | 21 | 56 | 41 |
| Binary | 1111001 | 1000010 | 101101 | 0 | 101101 | 111111 | 110101 | 10001 | 101110 | 100001 |
Color Harmonies of #79422D
Complementary color
Monochromatic Colors of #79422D
Black with #79422D
Text Example
Text Example
White with #79422D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79422D; }
p { color: rgb(121,66,45); }
H1.HeaderClassName
{
color: #79422D;
}
.AnyTagClassName
{
color: #79422D;
}
</style>
background-color css
<style>
a { background-color: #79422D; }
a { background-color: rgb(121,66,45); }
div.DivClassName
{
background-color: #79422D;
}
.BgClassName
{
background-color: #79422D;
}
</style>
border-color css
<style>
span { border-color: #79422D; }
span { border-color: rgb(121,66,45); }
td.TdClassName
{
border-color: #79422D;
}
.TagClassName
{
border-color: #79422D;
}
</style>