Shades of Copper Canyon #773D28
Tints of Copper Canyon #773D28
RGB
CMYK
RGB Variations
Color information
#773D28 (or 0x773D28) is known color: Copper Canyon. HEX triplet: 77, 3D and 28. RGB value is (119,61,40). Sum of RGB (Red+Green+Blue) = 119+61+40=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 61 (24.22% from 255 or 27.73% from 220); Blue value is 40 (16.02% from 255 or 18.18% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #773D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773D28 is #88C2D7. Grayscale: #4C4C4C. Windows color (decimal): -8962776 or 2637175. OLE color: 2637175.
HSL color Cylindrical-coordinate representation of color #773D28: hue angle of 15.95º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #773D28 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 61 | 40 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.53 |
| HSL | 15.95º | 0.5% | 0.31% | - |
| HSV(B) | 15.95º | 0.66% | 0.47% | - |
| XYZ | 9.66 | 7.41 | 2.93 | - |
| YUV | 75.95 | 107.72 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 61 | 40 | 0 | 0.49 | 0.66 | 0.53 | 15.95 | 0.5 | 0.31 |
| Hex | 77 | 3D | 28 | 0 | 31 | 42 | 35 | 10 | 32 | 1F |
| Octal | 167 | 75 | 50 | 0 | 61 | 102 | 65 | 20 | 62 | 37 |
| Binary | 1110111 | 111101 | 101000 | 0 | 110001 | 1000010 | 110101 | 10000 | 110010 | 11111 |
Color Harmonies of #773D28
Complementary color
Monochromatic Colors of #773D28
Black with #773D28
Text Example
Text Example
White with #773D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773D28; }
p { color: rgb(119,61,40); }
H1.HeaderClassName
{
color: #773D28;
}
.AnyTagClassName
{
color: #773D28;
}
</style>
background-color css
<style>
a { background-color: #773D28; }
a { background-color: rgb(119,61,40); }
div.DivClassName
{
background-color: #773D28;
}
.BgClassName
{
background-color: #773D28;
}
</style>
border-color css
<style>
span { border-color: #773D28; }
span { border-color: rgb(119,61,40); }
td.TdClassName
{
border-color: #773D28;
}
.TagClassName
{
border-color: #773D28;
}
</style>