Shades of Copper Canyon #763B2A
Tints of Copper Canyon #763B2A
RGB
CMYK
RGB Variations
Color information
#763B2A (or 0x763B2A) is known color: Copper Canyon. HEX triplet: 76, 3B and 2A. RGB value is (118,59,42). Sum of RGB (Red+Green+Blue) = 118+59+42=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 59 (23.44% from 255 or 26.94% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #763B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763B2A is #89C4D5. Grayscale: #4A4A4A. Windows color (decimal): -9028822 or 2767734. OLE color: 2767734.
HSL color Cylindrical-coordinate representation of color #763B2A: hue angle of 13.42º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #763B2A is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 59 | 42 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.54 |
| HSL | 13.42º | 0.48% | 0.31% | - |
| HSV(B) | 13.42º | 0.64% | 0.46% | - |
| XYZ | 9.45 | 7.15 | 3.07 | - |
| YUV | 74.7 | 109.55 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 59 | 42 | 0 | 0.50 | 0.64 | 0.54 | 13.42 | 0.48 | 0.31 |
| Hex | 76 | 3B | 2A | 0 | 32 | 40 | 36 | D | 30 | 1F |
| Octal | 166 | 73 | 52 | 0 | 62 | 100 | 66 | 15 | 60 | 37 |
| Binary | 1110110 | 111011 | 101010 | 0 | 110010 | 1000000 | 110110 | 1101 | 110000 | 11111 |
Color Harmonies of #763B2A
Complementary color
Monochromatic Colors of #763B2A
Black with #763B2A
Text Example
Text Example
White with #763B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763B2A; }
p { color: rgb(118,59,42); }
H1.HeaderClassName
{
color: #763B2A;
}
.AnyTagClassName
{
color: #763B2A;
}
</style>
background-color css
<style>
a { background-color: #763B2A; }
a { background-color: rgb(118,59,42); }
div.DivClassName
{
background-color: #763B2A;
}
.BgClassName
{
background-color: #763B2A;
}
</style>
border-color css
<style>
span { border-color: #763B2A; }
span { border-color: rgb(118,59,42); }
td.TdClassName
{
border-color: #763B2A;
}
.TagClassName
{
border-color: #763B2A;
}
</style>