Shades of Copper Canyon #78412B
Tints of Copper Canyon #78412B
RGB
CMYK
RGB Variations
Color information
#78412B (or 0x78412B) is known color: Copper Canyon. HEX triplet: 78, 41 and 2B. RGB value is (120,65,43). Sum of RGB (Red+Green+Blue) = 120+65+43=228 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.63% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 43 (17.19% from 255 or 18.86% from 228); Max value from RGB is 120 - color contains mainly: red. Hex color #78412B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78412B is #87BED4. Grayscale: #4F4F4F. Windows color (decimal): -8896213 or 2834808. OLE color: 2834808.
HSL color Cylindrical-coordinate representation of color #78412B: hue angle of 17.14º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #78412B is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 65 | 43 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.53 |
| HSL | 17.14º | 0.47% | 0.32% | - |
| HSV(B) | 17.14º | 0.64% | 0.47% | - |
| XYZ | 10.07 | 7.95 | 3.29 | - |
| YUV | 78.94 | 107.72 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 65 | 43 | 0 | 0.46 | 0.64 | 0.53 | 17.14 | 0.47 | 0.32 |
| Hex | 78 | 41 | 2B | 0 | 2E | 40 | 35 | 11 | 2F | 20 |
| Octal | 170 | 101 | 53 | 0 | 56 | 100 | 65 | 21 | 57 | 40 |
| Binary | 1111000 | 1000001 | 101011 | 0 | 101110 | 1000000 | 110101 | 10001 | 101111 | 100000 |
Color Harmonies of #78412B
Complementary color
Monochromatic Colors of #78412B
Black with #78412B
Text Example
Text Example
White with #78412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78412B; }
p { color: rgb(120,65,43); }
H1.HeaderClassName
{
color: #78412B;
}
.AnyTagClassName
{
color: #78412B;
}
</style>
background-color css
<style>
a { background-color: #78412B; }
a { background-color: rgb(120,65,43); }
div.DivClassName
{
background-color: #78412B;
}
.BgClassName
{
background-color: #78412B;
}
</style>
border-color css
<style>
span { border-color: #78412B; }
span { border-color: rgb(120,65,43); }
td.TdClassName
{
border-color: #78412B;
}
.TagClassName
{
border-color: #78412B;
}
</style>