Shades of Copper Canyon #763B26
Tints of Copper Canyon #763B26
RGB
CMYK
RGB Variations
Color information
#763B26 (or 0x763B26) is known color: Copper Canyon. HEX triplet: 76, 3B and 26. RGB value is (118,59,38). Sum of RGB (Red+Green+Blue) = 118+59+38=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 59 (23.44% from 255 or 27.44% from 215); Blue value is 38 (15.23% from 255 or 17.67% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #763B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763B26 is #89C4D9. Grayscale: #4A4A4A. Windows color (decimal): -9028826 or 2505590. OLE color: 2505590.
HSL color Cylindrical-coordinate representation of color #763B26: hue angle of 15.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #763B26 is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 59 | 38 | - |
| CMYK | 0 | 0.50 | 0.68 | 0.54 |
| HSL | 15.75º | 0.51% | 0.31% | - |
| HSV(B) | 15.75º | 0.68% | 0.46% | - |
| XYZ | 9.39 | 7.12 | 2.71 | - |
| YUV | 74.25 | 107.55 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 59 | 38 | 0 | 0.50 | 0.68 | 0.54 | 15.75 | 0.51 | 0.31 |
| Hex | 76 | 3B | 26 | 0 | 32 | 44 | 36 | 10 | 33 | 1F |
| Octal | 166 | 73 | 46 | 0 | 62 | 104 | 66 | 20 | 63 | 37 |
| Binary | 1110110 | 111011 | 100110 | 0 | 110010 | 1000100 | 110110 | 10000 | 110011 | 11111 |
Color Harmonies of #763B26
Complementary color
Monochromatic Colors of #763B26
Black with #763B26
Text Example
Text Example
White with #763B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763B26; }
p { color: rgb(118,59,38); }
H1.HeaderClassName
{
color: #763B26;
}
.AnyTagClassName
{
color: #763B26;
}
</style>
background-color css
<style>
a { background-color: #763B26; }
a { background-color: rgb(118,59,38); }
div.DivClassName
{
background-color: #763B26;
}
.BgClassName
{
background-color: #763B26;
}
</style>
border-color css
<style>
span { border-color: #763B26; }
span { border-color: rgb(118,59,38); }
td.TdClassName
{
border-color: #763B26;
}
.TagClassName
{
border-color: #763B26;
}
</style>