Shades of Copper Canyon #7B3824
Tints of Copper Canyon #7B3824
RGB
CMYK
RGB Variations
Color information
#7B3824 (or 0x7B3824) is known color: Copper Canyon. HEX triplet: 7B, 38 and 24. RGB value is (123,56,36). Sum of RGB (Red+Green+Blue) = 123+56+36=215 (28% of max value = 765). Red value is 123 (48.44% from 255 or 57.21% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 36 (14.45% from 255 or 16.74% from 215); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3824 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3824 is #84C7DB. Grayscale: #494949. Windows color (decimal): -8701916 or 2373755. OLE color: 2373755.
HSL color Cylindrical-coordinate representation of color #7B3824: hue angle of 13.79º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7B3824 is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 56 | 36 | - |
| CMYK | 0 | 0.54 | 0.71 | 0.52 |
| HSL | 13.79º | 0.55% | 0.31% | - |
| HSV(B) | 13.79º | 0.71% | 0.48% | - |
| XYZ | 9.9 | 7.17 | 2.53 | - |
| YUV | 73.75 | 106.7 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 56 | 36 | 0 | 0.54 | 0.71 | 0.52 | 13.79 | 0.55 | 0.31 |
| Hex | 7B | 38 | 24 | 0 | 36 | 47 | 34 | E | 37 | 1F |
| Octal | 173 | 70 | 44 | 0 | 66 | 107 | 64 | 16 | 67 | 37 |
| Binary | 1111011 | 111000 | 100100 | 0 | 110110 | 1000111 | 110100 | 1110 | 110111 | 11111 |
Color Harmonies of #7B3824
Complementary color
Monochromatic Colors of #7B3824
Black with #7B3824
Text Example
Text Example
White with #7B3824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3824; }
p { color: rgb(123,56,36); }
H1.HeaderClassName
{
color: #7B3824;
}
.AnyTagClassName
{
color: #7B3824;
}
</style>
background-color css
<style>
a { background-color: #7B3824; }
a { background-color: rgb(123,56,36); }
div.DivClassName
{
background-color: #7B3824;
}
.BgClassName
{
background-color: #7B3824;
}
</style>
border-color css
<style>
span { border-color: #7B3824; }
span { border-color: rgb(123,56,36); }
td.TdClassName
{
border-color: #7B3824;
}
.TagClassName
{
border-color: #7B3824;
}
</style>