Shades of Copper Canyon #773F2B
Tints of Copper Canyon #773F2B
RGB
CMYK
RGB Variations
Color information
#773F2B (or 0x773F2B) is known color: Copper Canyon. HEX triplet: 77, 3F and 2B. RGB value is (119,63,43). Sum of RGB (Red+Green+Blue) = 119+63+43=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 43 (17.19% from 255 or 19.11% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #773F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773F2B is #88C0D4. Grayscale: #4D4D4D. Windows color (decimal): -8962261 or 2834295. OLE color: 2834295.
HSL color Cylindrical-coordinate representation of color #773F2B: hue angle of 15.79º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #773F2B is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 63 | 43 | - |
| CMYK | 0 | 0.47 | 0.64 | 0.53 |
| HSL | 15.79º | 0.47% | 0.32% | - |
| HSV(B) | 15.79º | 0.64% | 0.47% | - |
| XYZ | 9.82 | 7.65 | 3.24 | - |
| YUV | 77.46 | 108.55 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 63 | 43 | 0 | 0.47 | 0.64 | 0.53 | 15.79 | 0.47 | 0.32 |
| Hex | 77 | 3F | 2B | 0 | 2F | 40 | 35 | 10 | 2F | 20 |
| Octal | 167 | 77 | 53 | 0 | 57 | 100 | 65 | 20 | 57 | 40 |
| Binary | 1110111 | 111111 | 101011 | 0 | 101111 | 1000000 | 110101 | 10000 | 101111 | 100000 |
Color Harmonies of #773F2B
Complementary color
Monochromatic Colors of #773F2B
Black with #773F2B
Text Example
Text Example
White with #773F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773F2B; }
p { color: rgb(119,63,43); }
H1.HeaderClassName
{
color: #773F2B;
}
.AnyTagClassName
{
color: #773F2B;
}
</style>
background-color css
<style>
a { background-color: #773F2B; }
a { background-color: rgb(119,63,43); }
div.DivClassName
{
background-color: #773F2B;
}
.BgClassName
{
background-color: #773F2B;
}
</style>
border-color css
<style>
span { border-color: #773F2B; }
span { border-color: rgb(119,63,43); }
td.TdClassName
{
border-color: #773F2B;
}
.TagClassName
{
border-color: #773F2B;
}
</style>