Shades of Copper Canyon #763D2D
Tints of Copper Canyon #763D2D
RGB
CMYK
RGB Variations
Color information
#763D2D (or 0x763D2D) is known color: Copper Canyon. HEX triplet: 76, 3D and 2D. RGB value is (118,61,45). Sum of RGB (Red+Green+Blue) = 118+61+45=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #763D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763D2D is #89C2D2. Grayscale: #4C4C4C. Windows color (decimal): -9028307 or 2964854. OLE color: 2964854.
HSL color Cylindrical-coordinate representation of color #763D2D: hue angle of 13.15º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #763D2D is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 61 | 45 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.54 |
| HSL | 13.15º | 0.45% | 0.32% | - |
| HSV(B) | 13.15º | 0.62% | 0.46% | - |
| XYZ | 9.61 | 7.38 | 3.4 | - |
| YUV | 76.22 | 110.38 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 61 | 45 | 0 | 0.48 | 0.62 | 0.54 | 13.15 | 0.45 | 0.32 |
| Hex | 76 | 3D | 2D | 0 | 30 | 3E | 36 | D | 2D | 20 |
| Octal | 166 | 75 | 55 | 0 | 60 | 76 | 66 | 15 | 55 | 40 |
| Binary | 1110110 | 111101 | 101101 | 0 | 110000 | 111110 | 110110 | 1101 | 101101 | 100000 |
Color Harmonies of #763D2D
Complementary color
Monochromatic Colors of #763D2D
Black with #763D2D
Text Example
Text Example
White with #763D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763D2D; }
p { color: rgb(118,61,45); }
H1.HeaderClassName
{
color: #763D2D;
}
.AnyTagClassName
{
color: #763D2D;
}
</style>
background-color css
<style>
a { background-color: #763D2D; }
a { background-color: rgb(118,61,45); }
div.DivClassName
{
background-color: #763D2D;
}
.BgClassName
{
background-color: #763D2D;
}
</style>
border-color css
<style>
span { border-color: #763D2D; }
span { border-color: rgb(118,61,45); }
td.TdClassName
{
border-color: #763D2D;
}
.TagClassName
{
border-color: #763D2D;
}
</style>