Shades of Copper Canyon #78412D
Tints of Copper Canyon #78412D
RGB
CMYK
RGB Variations
Color information
#78412D (or 0x78412D) is known color: Copper Canyon. HEX triplet: 78, 41 and 2D. RGB value is (120,65,45). Sum of RGB (Red+Green+Blue) = 120+65+45=230 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.17% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 120 - color contains mainly: red. Hex color #78412D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78412D is #87BED2. Grayscale: #4F4F4F. Windows color (decimal): -8896211 or 2965880. OLE color: 2965880.
HSL color Cylindrical-coordinate representation of color #78412D: hue angle of 16º 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 #78412D is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 65 | 45 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.53 |
| HSL | 16º | 0.45% | 0.32% | - |
| HSV(B) | 16º | 0.63% | 0.47% | - |
| XYZ | 10.11 | 7.96 | 3.49 | - |
| YUV | 79.17 | 108.72 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 65 | 45 | 0 | 0.46 | 0.63 | 0.53 | 16 | 0.45 | 0.32 |
| Hex | 78 | 41 | 2D | 0 | 2E | 3F | 35 | 10 | 2D | 20 |
| Octal | 170 | 101 | 55 | 0 | 56 | 77 | 65 | 20 | 55 | 40 |
| Binary | 1111000 | 1000001 | 101101 | 0 | 101110 | 111111 | 110101 | 10000 | 101101 | 100000 |
Color Harmonies of #78412D
Complementary color
Monochromatic Colors of #78412D
Black with #78412D
Text Example
Text Example
White with #78412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78412D; }
p { color: rgb(120,65,45); }
H1.HeaderClassName
{
color: #78412D;
}
.AnyTagClassName
{
color: #78412D;
}
</style>
background-color css
<style>
a { background-color: #78412D; }
a { background-color: rgb(120,65,45); }
div.DivClassName
{
background-color: #78412D;
}
.BgClassName
{
background-color: #78412D;
}
</style>
border-color css
<style>
span { border-color: #78412D; }
span { border-color: rgb(120,65,45); }
td.TdClassName
{
border-color: #78412D;
}
.TagClassName
{
border-color: #78412D;
}
</style>