Shades of Copper Canyon #7E3F2B
Tints of Copper Canyon #7E3F2B
RGB
CMYK
RGB Variations
Color information
#7E3F2B (or 0x7E3F2B) is known color: Copper Canyon. HEX triplet: 7E, 3F and 2B. RGB value is (126,63,43). Sum of RGB (Red+Green+Blue) = 126+63+43=232 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.31% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3F2B is #81C0D4. Grayscale: #4F4F4F. Windows color (decimal): -8503509 or 2834302. OLE color: 2834302.
HSL color Cylindrical-coordinate representation of color #7E3F2B: hue angle of 14.46º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7E3F2B is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 63 | 43 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.51 |
| HSL | 14.46º | 0.49% | 0.33% | - |
| HSV(B) | 14.46º | 0.66% | 0.49% | - |
| XYZ | 10.82 | 8.17 | 3.29 | - |
| YUV | 79.56 | 107.37 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 63 | 43 | 0 | 0.50 | 0.66 | 0.51 | 14.46 | 0.49 | 0.33 |
| Hex | 7E | 3F | 2B | 0 | 32 | 42 | 33 | E | 31 | 21 |
| Octal | 176 | 77 | 53 | 0 | 62 | 102 | 63 | 16 | 61 | 41 |
| Binary | 1111110 | 111111 | 101011 | 0 | 110010 | 1000010 | 110011 | 1110 | 110001 | 100001 |
Color Harmonies of #7E3F2B
Complementary color
Monochromatic Colors of #7E3F2B
Black with #7E3F2B
Text Example
Text Example
White with #7E3F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3F2B; }
p { color: rgb(126,63,43); }
H1.HeaderClassName
{
color: #7E3F2B;
}
.AnyTagClassName
{
color: #7E3F2B;
}
</style>
background-color css
<style>
a { background-color: #7E3F2B; }
a { background-color: rgb(126,63,43); }
div.DivClassName
{
background-color: #7E3F2B;
}
.BgClassName
{
background-color: #7E3F2B;
}
</style>
border-color css
<style>
span { border-color: #7E3F2B; }
span { border-color: rgb(126,63,43); }
td.TdClassName
{
border-color: #7E3F2B;
}
.TagClassName
{
border-color: #7E3F2B;
}
</style>