Shades of Copper Canyon #78422A
Tints of Copper Canyon #78422A
RGB
CMYK
RGB Variations
Color information
#78422A (or 0x78422A) is known color: Copper Canyon. HEX triplet: 78, 42 and 2A. RGB value is (120,66,42). Sum of RGB (Red+Green+Blue) = 120+66+42=228 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.63% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 42 (16.80% from 255 or 18.42% from 228); Max value from RGB is 120 - color contains mainly: red. Hex color #78422A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78422A is #87BDD5. Grayscale: #4F4F4F. Windows color (decimal): -8895958 or 2769528. OLE color: 2769528.
HSL color Cylindrical-coordinate representation of color #78422A: hue angle of 18.46º 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 #78422A is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 66 | 42 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.53 |
| HSL | 18.46º | 0.48% | 0.32% | - |
| HSV(B) | 18.46º | 0.65% | 0.47% | - |
| XYZ | 10.11 | 8.06 | 3.21 | - |
| YUV | 79.41 | 106.89 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 66 | 42 | 0 | 0.45 | 0.65 | 0.53 | 18.46 | 0.48 | 0.32 |
| Hex | 78 | 42 | 2A | 0 | 2D | 41 | 35 | 12 | 30 | 20 |
| Octal | 170 | 102 | 52 | 0 | 55 | 101 | 65 | 22 | 60 | 40 |
| Binary | 1111000 | 1000010 | 101010 | 0 | 101101 | 1000001 | 110101 | 10010 | 110000 | 100000 |
Color Harmonies of #78422A
Complementary color
Monochromatic Colors of #78422A
Black with #78422A
Text Example
Text Example
White with #78422A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78422A; }
p { color: rgb(120,66,42); }
H1.HeaderClassName
{
color: #78422A;
}
.AnyTagClassName
{
color: #78422A;
}
</style>
background-color css
<style>
a { background-color: #78422A; }
a { background-color: rgb(120,66,42); }
div.DivClassName
{
background-color: #78422A;
}
.BgClassName
{
background-color: #78422A;
}
</style>
border-color css
<style>
span { border-color: #78422A; }
span { border-color: rgb(120,66,42); }
td.TdClassName
{
border-color: #78422A;
}
.TagClassName
{
border-color: #78422A;
}
</style>