Shades of Copper Canyon #763C2B
Tints of Copper Canyon #763C2B
RGB
CMYK
RGB Variations
Color information
#763C2B (or 0x763C2B) is known color: Copper Canyon. HEX triplet: 76, 3C and 2B. RGB value is (118,60,43). Sum of RGB (Red+Green+Blue) = 118+60+43=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 43 (17.19% from 255 or 19.46% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #763C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763C2B is #89C3D4. Grayscale: #4B4B4B. Windows color (decimal): -9028565 or 2833526. OLE color: 2833526.
HSL color Cylindrical-coordinate representation of color #763C2B: hue angle of 13.6º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #763C2B is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 60 | 43 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.54 |
| HSL | 13.6º | 0.47% | 0.32% | - |
| HSV(B) | 13.6º | 0.64% | 0.46% | - |
| XYZ | 9.52 | 7.26 | 3.18 | - |
| YUV | 75.4 | 109.72 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 60 | 43 | 0 | 0.49 | 0.64 | 0.54 | 13.6 | 0.47 | 0.32 |
| Hex | 76 | 3C | 2B | 0 | 31 | 40 | 36 | E | 2F | 20 |
| Octal | 166 | 74 | 53 | 0 | 61 | 100 | 66 | 16 | 57 | 40 |
| Binary | 1110110 | 111100 | 101011 | 0 | 110001 | 1000000 | 110110 | 1110 | 101111 | 100000 |
Color Harmonies of #763C2B
Complementary color
Monochromatic Colors of #763C2B
Black with #763C2B
Text Example
Text Example
White with #763C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763C2B; }
p { color: rgb(118,60,43); }
H1.HeaderClassName
{
color: #763C2B;
}
.AnyTagClassName
{
color: #763C2B;
}
</style>
background-color css
<style>
a { background-color: #763C2B; }
a { background-color: rgb(118,60,43); }
div.DivClassName
{
background-color: #763C2B;
}
.BgClassName
{
background-color: #763C2B;
}
</style>
border-color css
<style>
span { border-color: #763C2B; }
span { border-color: rgb(118,60,43); }
td.TdClassName
{
border-color: #763C2B;
}
.TagClassName
{
border-color: #763C2B;
}
</style>