Shades of Copper Canyon #7F4229
Tints of Copper Canyon #7F4229
RGB
CMYK
RGB Variations
Color information
#7F4229 (or 0x7F4229) is known color: Copper Canyon. HEX triplet: 7F, 42 and 29. RGB value is (127,66,41). Sum of RGB (Red+Green+Blue) = 127+66+41=234 (30% of max value = 765). Red value is 127 (50% from 255 or 54.27% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 41 (16.41% from 255 or 17.52% from 234); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4229 is #80BDD6. Grayscale: #515151. Windows color (decimal): -8437207 or 2703999. OLE color: 2703999.
HSL color Cylindrical-coordinate representation of color #7F4229: hue angle of 17.44º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F4229 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 66 | 41 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.50 |
| HSL | 17.44º | 0.51% | 0.33% | - |
| HSV(B) | 17.44º | 0.68% | 0.5% | - |
| XYZ | 11.1 | 8.57 | 3.17 | - |
| YUV | 81.39 | 105.21 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 66 | 41 | 0 | 0.48 | 0.68 | 0.50 | 17.44 | 0.51 | 0.33 |
| Hex | 7F | 42 | 29 | 0 | 30 | 44 | 32 | 11 | 33 | 21 |
| Octal | 177 | 102 | 51 | 0 | 60 | 104 | 62 | 21 | 63 | 41 |
| Binary | 1111111 | 1000010 | 101001 | 0 | 110000 | 1000100 | 110010 | 10001 | 110011 | 100001 |
Color Harmonies of #7F4229
Complementary color
Monochromatic Colors of #7F4229
Black with #7F4229
Text Example
Text Example
White with #7F4229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4229; }
p { color: rgb(127,66,41); }
H1.HeaderClassName
{
color: #7F4229;
}
.AnyTagClassName
{
color: #7F4229;
}
</style>
background-color css
<style>
a { background-color: #7F4229; }
a { background-color: rgb(127,66,41); }
div.DivClassName
{
background-color: #7F4229;
}
.BgClassName
{
background-color: #7F4229;
}
</style>
border-color css
<style>
span { border-color: #7F4229; }
span { border-color: rgb(127,66,41); }
td.TdClassName
{
border-color: #7F4229;
}
.TagClassName
{
border-color: #7F4229;
}
</style>