Shades of Copper Canyon #763D28
Tints of Copper Canyon #763D28
RGB
CMYK
RGB Variations
Color information
#763D28 (or 0x763D28) is known color: Copper Canyon. HEX triplet: 76, 3D and 28. RGB value is (118,61,40). Sum of RGB (Red+Green+Blue) = 118+61+40=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 61 (24.22% from 255 or 27.85% from 219); Blue value is 40 (16.02% from 255 or 18.26% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #763D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763D28 is #89C2D7. Grayscale: #4B4B4B. Windows color (decimal): -9028312 or 2637174. OLE color: 2637174.
HSL color Cylindrical-coordinate representation of color #763D28: hue angle of 16.15º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #763D28 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 61 | 40 | - |
| CMYK | 0 | 0.48 | 0.66 | 0.54 |
| HSL | 16.15º | 0.49% | 0.31% | - |
| HSV(B) | 16.15º | 0.66% | 0.46% | - |
| XYZ | 9.52 | 7.34 | 2.92 | - |
| YUV | 75.65 | 107.88 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 61 | 40 | 0 | 0.48 | 0.66 | 0.54 | 16.15 | 0.49 | 0.31 |
| Hex | 76 | 3D | 28 | 0 | 30 | 42 | 36 | 10 | 31 | 1F |
| Octal | 166 | 75 | 50 | 0 | 60 | 102 | 66 | 20 | 61 | 37 |
| Binary | 1110110 | 111101 | 101000 | 0 | 110000 | 1000010 | 110110 | 10000 | 110001 | 11111 |
Color Harmonies of #763D28
Complementary color
Monochromatic Colors of #763D28
Black with #763D28
Text Example
Text Example
White with #763D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763D28; }
p { color: rgb(118,61,40); }
H1.HeaderClassName
{
color: #763D28;
}
.AnyTagClassName
{
color: #763D28;
}
</style>
background-color css
<style>
a { background-color: #763D28; }
a { background-color: rgb(118,61,40); }
div.DivClassName
{
background-color: #763D28;
}
.BgClassName
{
background-color: #763D28;
}
</style>
border-color css
<style>
span { border-color: #763D28; }
span { border-color: rgb(118,61,40); }
td.TdClassName
{
border-color: #763D28;
}
.TagClassName
{
border-color: #763D28;
}
</style>