Shades of Copper Canyon #773F28
Tints of Copper Canyon #773F28
RGB
CMYK
RGB Variations
Color information
#773F28 (or 0x773F28) is known color: Copper Canyon. HEX triplet: 77, 3F and 28. RGB value is (119,63,40). Sum of RGB (Red+Green+Blue) = 119+63+40=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 63 (25% from 255 or 28.38% from 222); Blue value is 40 (16.02% from 255 or 18.02% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #773F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773F28 is #88C0D7. Grayscale: #4D4D4D. Windows color (decimal): -8962264 or 2637687. OLE color: 2637687.
HSL color Cylindrical-coordinate representation of color #773F28: hue angle of 17.47º 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 #773F28 is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 63 | 40 | - |
| CMYK | 0 | 0.47 | 0.66 | 0.53 |
| HSL | 17.47º | 0.5% | 0.31% | - |
| HSV(B) | 17.47º | 0.66% | 0.47% | - |
| XYZ | 9.77 | 7.63 | 2.97 | - |
| YUV | 77.12 | 107.05 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 63 | 40 | 0 | 0.47 | 0.66 | 0.53 | 17.47 | 0.5 | 0.31 |
| Hex | 77 | 3F | 28 | 0 | 2F | 42 | 35 | 11 | 32 | 1F |
| Octal | 167 | 77 | 50 | 0 | 57 | 102 | 65 | 21 | 62 | 37 |
| Binary | 1110111 | 111111 | 101000 | 0 | 101111 | 1000010 | 110101 | 10001 | 110010 | 11111 |
Color Harmonies of #773F28
Complementary color
Monochromatic Colors of #773F28
Black with #773F28
Text Example
Text Example
White with #773F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773F28; }
p { color: rgb(119,63,40); }
H1.HeaderClassName
{
color: #773F28;
}
.AnyTagClassName
{
color: #773F28;
}
</style>
background-color css
<style>
a { background-color: #773F28; }
a { background-color: rgb(119,63,40); }
div.DivClassName
{
background-color: #773F28;
}
.BgClassName
{
background-color: #773F28;
}
</style>
border-color css
<style>
span { border-color: #773F28; }
span { border-color: rgb(119,63,40); }
td.TdClassName
{
border-color: #773F28;
}
.TagClassName
{
border-color: #773F28;
}
</style>