Shades of Copper Canyon #7F4123
Tints of Copper Canyon #7F4123
RGB
CMYK
RGB Variations
Color information
#7F4123 (or 0x7F4123) is known color: Copper Canyon. HEX triplet: 7F, 41 and 23. RGB value is (127,65,35). Sum of RGB (Red+Green+Blue) = 127+65+35=227 (30% of max value = 765). Red value is 127 (50% from 255 or 55.95% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 35 (14.06% from 255 or 15.42% from 227); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4123 is #80BEDC. Grayscale: #505050. Windows color (decimal): -8437469 or 2310527. OLE color: 2310527.
HSL color Cylindrical-coordinate representation of color #7F4123: hue angle of 19.57º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7F4123 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 65 | 35 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.50 |
| HSL | 19.57º | 0.57% | 0.32% | - |
| HSV(B) | 19.57º | 0.72% | 0.5% | - |
| XYZ | 10.95 | 8.41 | 2.64 | - |
| YUV | 80.12 | 102.54 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 65 | 35 | 0 | 0.49 | 0.72 | 0.50 | 19.57 | 0.57 | 0.32 |
| Hex | 7F | 41 | 23 | 0 | 31 | 48 | 32 | 14 | 39 | 20 |
| Octal | 177 | 101 | 43 | 0 | 61 | 110 | 62 | 24 | 71 | 40 |
| Binary | 1111111 | 1000001 | 100011 | 0 | 110001 | 1001000 | 110010 | 10100 | 111001 | 100000 |
Color Harmonies of #7F4123
Complementary color
Monochromatic Colors of #7F4123
Black with #7F4123
Text Example
Text Example
White with #7F4123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4123; }
p { color: rgb(127,65,35); }
H1.HeaderClassName
{
color: #7F4123;
}
.AnyTagClassName
{
color: #7F4123;
}
</style>
background-color css
<style>
a { background-color: #7F4123; }
a { background-color: rgb(127,65,35); }
div.DivClassName
{
background-color: #7F4123;
}
.BgClassName
{
background-color: #7F4123;
}
</style>
border-color css
<style>
span { border-color: #7F4123; }
span { border-color: rgb(127,65,35); }
td.TdClassName
{
border-color: #7F4123;
}
.TagClassName
{
border-color: #7F4123;
}
</style>