Shades of Copper Canyon #784127
Tints of Copper Canyon #784127
RGB
CMYK
RGB Variations
Color information
#784127 (or 0x784127) is known color: Copper Canyon. HEX triplet: 78, 41 and 27. RGB value is (120,65,39). Sum of RGB (Red+Green+Blue) = 120+65+39=224 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.57% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 39 (15.62% from 255 or 17.41% from 224); Max value from RGB is 120 - color contains mainly: red. Hex color #784127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784127 is #87BED8. Grayscale: #4E4E4E. Windows color (decimal): -8896217 or 2572664. OLE color: 2572664.
HSL color Cylindrical-coordinate representation of color #784127: hue angle of 19.26º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #784127 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 65 | 39 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.53 |
| HSL | 19.26º | 0.51% | 0.31% | - |
| HSV(B) | 19.26º | 0.68% | 0.47% | - |
| XYZ | 10 | 7.92 | 2.92 | - |
| YUV | 78.48 | 105.72 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 65 | 39 | 0 | 0.46 | 0.67 | 0.53 | 19.26 | 0.51 | 0.31 |
| Hex | 78 | 41 | 27 | 0 | 2E | 43 | 35 | 13 | 33 | 1F |
| Octal | 170 | 101 | 47 | 0 | 56 | 103 | 65 | 23 | 63 | 37 |
| Binary | 1111000 | 1000001 | 100111 | 0 | 101110 | 1000011 | 110101 | 10011 | 110011 | 11111 |
Color Harmonies of #784127
Complementary color
Monochromatic Colors of #784127
Black with #784127
Text Example
Text Example
White with #784127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784127; }
p { color: rgb(120,65,39); }
H1.HeaderClassName
{
color: #784127;
}
.AnyTagClassName
{
color: #784127;
}
</style>
background-color css
<style>
a { background-color: #784127; }
a { background-color: rgb(120,65,39); }
div.DivClassName
{
background-color: #784127;
}
.BgClassName
{
background-color: #784127;
}
</style>
border-color css
<style>
span { border-color: #784127; }
span { border-color: rgb(120,65,39); }
td.TdClassName
{
border-color: #784127;
}
.TagClassName
{
border-color: #784127;
}
</style>