Shades of Copper Canyon #7C4327
Tints of Copper Canyon #7C4327
RGB
CMYK
RGB Variations
Color information
#7C4327 (or 0x7C4327) is known color: Copper Canyon. HEX triplet: 7C, 43 and 27. RGB value is (124,67,39). Sum of RGB (Red+Green+Blue) = 124+67+39=230 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.91% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 39 (15.62% from 255 or 16.96% from 230); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4327 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4327 is #83BCD8. Grayscale: #515151. Windows color (decimal): -8633561 or 2573180. OLE color: 2573180.
HSL color Cylindrical-coordinate representation of color #7C4327: hue angle of 19.76º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7C4327 is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 67 | 39 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.51 |
| HSL | 19.76º | 0.52% | 0.32% | - |
| HSV(B) | 19.76º | 0.69% | 0.49% | - |
| XYZ | 10.69 | 8.45 | 2.99 | - |
| YUV | 80.85 | 104.38 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 67 | 39 | 0 | 0.46 | 0.69 | 0.51 | 19.76 | 0.52 | 0.32 |
| Hex | 7C | 43 | 27 | 0 | 2E | 45 | 33 | 14 | 34 | 20 |
| Octal | 174 | 103 | 47 | 0 | 56 | 105 | 63 | 24 | 64 | 40 |
| Binary | 1111100 | 1000011 | 100111 | 0 | 101110 | 1000101 | 110011 | 10100 | 110100 | 100000 |
Color Harmonies of #7C4327
Complementary color
Monochromatic Colors of #7C4327
Black with #7C4327
Text Example
Text Example
White with #7C4327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4327; }
p { color: rgb(124,67,39); }
H1.HeaderClassName
{
color: #7C4327;
}
.AnyTagClassName
{
color: #7C4327;
}
</style>
background-color css
<style>
a { background-color: #7C4327; }
a { background-color: rgb(124,67,39); }
div.DivClassName
{
background-color: #7C4327;
}
.BgClassName
{
background-color: #7C4327;
}
</style>
border-color css
<style>
span { border-color: #7C4327; }
span { border-color: rgb(124,67,39); }
td.TdClassName
{
border-color: #7C4327;
}
.TagClassName
{
border-color: #7C4327;
}
</style>