Shades of Copper Canyon #78422D
Tints of Copper Canyon #78422D
RGB
CMYK
RGB Variations
Color information
#78422D (or 0x78422D) is known color: Copper Canyon. HEX triplet: 78, 42 and 2D. RGB value is (120,66,45). Sum of RGB (Red+Green+Blue) = 120+66+45=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #78422D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78422D is #87BDD2. Grayscale: #4F4F4F. Windows color (decimal): -8895955 or 2966136. OLE color: 2966136.
HSL color Cylindrical-coordinate representation of color #78422D: hue angle of 16.8º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #78422D is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 66 | 45 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.53 |
| HSL | 16.8º | 0.45% | 0.32% | - |
| HSV(B) | 16.8º | 0.63% | 0.47% | - |
| XYZ | 10.17 | 8.08 | 3.51 | - |
| YUV | 79.75 | 108.39 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 66 | 45 | 0 | 0.45 | 0.63 | 0.53 | 16.8 | 0.45 | 0.32 |
| Hex | 78 | 42 | 2D | 0 | 2D | 3F | 35 | 11 | 2D | 20 |
| Octal | 170 | 102 | 55 | 0 | 55 | 77 | 65 | 21 | 55 | 40 |
| Binary | 1111000 | 1000010 | 101101 | 0 | 101101 | 111111 | 110101 | 10001 | 101101 | 100000 |
Color Harmonies of #78422D
Complementary color
Monochromatic Colors of #78422D
Black with #78422D
Text Example
Text Example
White with #78422D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78422D; }
p { color: rgb(120,66,45); }
H1.HeaderClassName
{
color: #78422D;
}
.AnyTagClassName
{
color: #78422D;
}
</style>
background-color css
<style>
a { background-color: #78422D; }
a { background-color: rgb(120,66,45); }
div.DivClassName
{
background-color: #78422D;
}
.BgClassName
{
background-color: #78422D;
}
</style>
border-color css
<style>
span { border-color: #78422D; }
span { border-color: rgb(120,66,45); }
td.TdClassName
{
border-color: #78422D;
}
.TagClassName
{
border-color: #78422D;
}
</style>