Shades of Copper Canyon #773E2E
Tints of Copper Canyon #773E2E
RGB
CMYK
RGB Variations
Color information
#773E2E (or 0x773E2E) is known color: Copper Canyon. HEX triplet: 77, 3E and 2E. RGB value is (119,62,46). Sum of RGB (Red+Green+Blue) = 119+62+46=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 62 (24.61% from 255 or 27.31% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #773E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773E2E is #88C1D1. Grayscale: #4D4D4D. Windows color (decimal): -8962514 or 3030647. OLE color: 3030647.
HSL color Cylindrical-coordinate representation of color #773E2E: hue angle of 13.15º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #773E2E is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 62 | 46 | - |
| CMYK | 0 | 0.48 | 0.61 | 0.53 |
| HSL | 13.15º | 0.44% | 0.32% | - |
| HSV(B) | 13.15º | 0.61% | 0.47% | - |
| XYZ | 9.82 | 7.56 | 3.53 | - |
| YUV | 77.22 | 110.38 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 62 | 46 | 0 | 0.48 | 0.61 | 0.53 | 13.15 | 0.44 | 0.32 |
| Hex | 77 | 3E | 2E | 0 | 30 | 3D | 35 | D | 2C | 20 |
| Octal | 167 | 76 | 56 | 0 | 60 | 75 | 65 | 15 | 54 | 40 |
| Binary | 1110111 | 111110 | 101110 | 0 | 110000 | 111101 | 110101 | 1101 | 101100 | 100000 |
Color Harmonies of #773E2E
Complementary color
Monochromatic Colors of #773E2E
Black with #773E2E
Text Example
Text Example
White with #773E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773E2E; }
p { color: rgb(119,62,46); }
H1.HeaderClassName
{
color: #773E2E;
}
.AnyTagClassName
{
color: #773E2E;
}
</style>
background-color css
<style>
a { background-color: #773E2E; }
a { background-color: rgb(119,62,46); }
div.DivClassName
{
background-color: #773E2E;
}
.BgClassName
{
background-color: #773E2E;
}
</style>
border-color css
<style>
span { border-color: #773E2E; }
span { border-color: rgb(119,62,46); }
td.TdClassName
{
border-color: #773E2E;
}
.TagClassName
{
border-color: #773E2E;
}
</style>