Shades of Copper Canyon #7F3E25
Tints of Copper Canyon #7F3E25
RGB
CMYK
RGB Variations
Color information
#7F3E25 (or 0x7F3E25) is known color: Copper Canyon. HEX triplet: 7F, 3E and 25. RGB value is (127,62,37). Sum of RGB (Red+Green+Blue) = 127+62+37=226 (29% of max value = 765). Red value is 127 (50% from 255 or 56.19% from 226); Green value is 62 (24.61% from 255 or 27.43% from 226); Blue value is 37 (14.84% from 255 or 16.37% from 226); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3E25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3E25 is #80C1DA. Grayscale: #4E4E4E. Windows color (decimal): -8438235 or 2440831. OLE color: 2440831.
HSL color Cylindrical-coordinate representation of color #7F3E25: hue angle of 16.67º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7F3E25 is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 62 | 37 | - |
| CMYK | 0 | 0.51 | 0.71 | 0.50 |
| HSL | 16.67º | 0.55% | 0.32% | - |
| HSV(B) | 16.67º | 0.71% | 0.5% | - |
| XYZ | 10.81 | 8.09 | 2.74 | - |
| YUV | 78.59 | 104.53 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 62 | 37 | 0 | 0.51 | 0.71 | 0.50 | 16.67 | 0.55 | 0.32 |
| Hex | 7F | 3E | 25 | 0 | 33 | 47 | 32 | 11 | 37 | 20 |
| Octal | 177 | 76 | 45 | 0 | 63 | 107 | 62 | 21 | 67 | 40 |
| Binary | 1111111 | 111110 | 100101 | 0 | 110011 | 1000111 | 110010 | 10001 | 110111 | 100000 |
Color Harmonies of #7F3E25
Complementary color
Monochromatic Colors of #7F3E25
Black with #7F3E25
Text Example
Text Example
White with #7F3E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3E25; }
p { color: rgb(127,62,37); }
H1.HeaderClassName
{
color: #7F3E25;
}
.AnyTagClassName
{
color: #7F3E25;
}
</style>
background-color css
<style>
a { background-color: #7F3E25; }
a { background-color: rgb(127,62,37); }
div.DivClassName
{
background-color: #7F3E25;
}
.BgClassName
{
background-color: #7F3E25;
}
</style>
border-color css
<style>
span { border-color: #7F3E25; }
span { border-color: rgb(127,62,37); }
td.TdClassName
{
border-color: #7F3E25;
}
.TagClassName
{
border-color: #7F3E25;
}
</style>