Shades of Copper Canyon #783C2C
Tints of Copper Canyon #783C2C
RGB
CMYK
RGB Variations
Color information
#783C2C (or 0x783C2C) is known color: Copper Canyon. HEX triplet: 78, 3C and 2C. RGB value is (120,60,44). Sum of RGB (Red+Green+Blue) = 120+60+44=224 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.57% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 44 (17.58% from 255 or 19.64% from 224); Max value from RGB is 120 - color contains mainly: red. Hex color #783C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783C2C is #87C3D3. Grayscale: #4C4C4C. Windows color (decimal): -8897492 or 2899064. OLE color: 2899064.
HSL color Cylindrical-coordinate representation of color #783C2C: hue angle of 12.63º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #783C2C is Cyan = 0, Magento = 0.5, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 60 | 44 | - |
| CMYK | 0 | 0.5 | 0.63 | 0.53 |
| HSL | 12.63º | 0.46% | 0.32% | - |
| HSV(B) | 12.63º | 0.63% | 0.47% | - |
| XYZ | 9.82 | 7.41 | 3.3 | - |
| YUV | 76.12 | 109.88 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 60 | 44 | 0 | 0.5 | 0.63 | 0.53 | 12.63 | 0.46 | 0.32 |
| Hex | 78 | 3C | 2C | 0 | 32 | 3F | 35 | D | 2E | 20 |
| Octal | 170 | 74 | 54 | 0 | 62 | 77 | 65 | 15 | 56 | 40 |
| Binary | 1111000 | 111100 | 101100 | 0 | 110010 | 111111 | 110101 | 1101 | 101110 | 100000 |
Color Harmonies of #783C2C
Complementary color
Monochromatic Colors of #783C2C
Black with #783C2C
Text Example
Text Example
White with #783C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783C2C; }
p { color: rgb(120,60,44); }
H1.HeaderClassName
{
color: #783C2C;
}
.AnyTagClassName
{
color: #783C2C;
}
</style>
background-color css
<style>
a { background-color: #783C2C; }
a { background-color: rgb(120,60,44); }
div.DivClassName
{
background-color: #783C2C;
}
.BgClassName
{
background-color: #783C2C;
}
</style>
border-color css
<style>
span { border-color: #783C2C; }
span { border-color: rgb(120,60,44); }
td.TdClassName
{
border-color: #783C2C;
}
.TagClassName
{
border-color: #783C2C;
}
</style>