Shades of Copper Canyon #763D2C
Tints of Copper Canyon #763D2C
RGB
CMYK
RGB Variations
Color information
#763D2C (or 0x763D2C) is known color: Copper Canyon. HEX triplet: 76, 3D and 2C. RGB value is (118,61,44). Sum of RGB (Red+Green+Blue) = 118+61+44=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 61 (24.22% from 255 or 27.35% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #763D2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763D2C is #89C2D3. Grayscale: #4C4C4C. Windows color (decimal): -9028308 or 2899318. OLE color: 2899318.
HSL color Cylindrical-coordinate representation of color #763D2C: hue angle of 13.78º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #763D2C is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 61 | 44 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.54 |
| HSL | 13.78º | 0.46% | 0.32% | - |
| HSV(B) | 13.78º | 0.63% | 0.46% | - |
| XYZ | 9.59 | 7.37 | 3.3 | - |
| YUV | 76.11 | 109.88 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 61 | 44 | 0 | 0.48 | 0.63 | 0.54 | 13.78 | 0.46 | 0.32 |
| Hex | 76 | 3D | 2C | 0 | 30 | 3F | 36 | E | 2E | 20 |
| Octal | 166 | 75 | 54 | 0 | 60 | 77 | 66 | 16 | 56 | 40 |
| Binary | 1110110 | 111101 | 101100 | 0 | 110000 | 111111 | 110110 | 1110 | 101110 | 100000 |
Color Harmonies of #763D2C
Complementary color
Monochromatic Colors of #763D2C
Black with #763D2C
Text Example
Text Example
White with #763D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763D2C; }
p { color: rgb(118,61,44); }
H1.HeaderClassName
{
color: #763D2C;
}
.AnyTagClassName
{
color: #763D2C;
}
</style>
background-color css
<style>
a { background-color: #763D2C; }
a { background-color: rgb(118,61,44); }
div.DivClassName
{
background-color: #763D2C;
}
.BgClassName
{
background-color: #763D2C;
}
</style>
border-color css
<style>
span { border-color: #763D2C; }
span { border-color: rgb(118,61,44); }
td.TdClassName
{
border-color: #763D2C;
}
.TagClassName
{
border-color: #763D2C;
}
</style>