Shades of Copper Canyon #7B4026
Tints of Copper Canyon #7B4026
RGB
CMYK
RGB Variations
Color information
#7B4026 (or 0x7B4026) is known color: Copper Canyon. HEX triplet: 7B, 40 and 26. RGB value is (123,64,38). Sum of RGB (Red+Green+Blue) = 123+64+38=225 (29% of max value = 765). Red value is 123 (48.44% from 255 or 54.67% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 38 (15.23% from 255 or 16.89% from 225); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4026 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4026 is #84BFD9. Grayscale: #4E4E4E. Windows color (decimal): -8699866 or 2506875. OLE color: 2506875.
HSL color Cylindrical-coordinate representation of color #7B4026: hue angle of 18.35º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7B4026 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 64 | 38 | - |
| CMYK | 0 | 0.48 | 0.69 | 0.52 |
| HSL | 18.35º | 0.53% | 0.32% | - |
| HSV(B) | 18.35º | 0.69% | 0.48% | - |
| XYZ | 10.35 | 8.02 | 2.84 | - |
| YUV | 78.68 | 105.05 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 64 | 38 | 0 | 0.48 | 0.69 | 0.52 | 18.35 | 0.53 | 0.32 |
| Hex | 7B | 40 | 26 | 0 | 30 | 45 | 34 | 12 | 35 | 20 |
| Octal | 173 | 100 | 46 | 0 | 60 | 105 | 64 | 22 | 65 | 40 |
| Binary | 1111011 | 1000000 | 100110 | 0 | 110000 | 1000101 | 110100 | 10010 | 110101 | 100000 |
Color Harmonies of #7B4026
Complementary color
Monochromatic Colors of #7B4026
Black with #7B4026
Text Example
Text Example
White with #7B4026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4026; }
p { color: rgb(123,64,38); }
H1.HeaderClassName
{
color: #7B4026;
}
.AnyTagClassName
{
color: #7B4026;
}
</style>
background-color css
<style>
a { background-color: #7B4026; }
a { background-color: rgb(123,64,38); }
div.DivClassName
{
background-color: #7B4026;
}
.BgClassName
{
background-color: #7B4026;
}
</style>
border-color css
<style>
span { border-color: #7B4026; }
span { border-color: rgb(123,64,38); }
td.TdClassName
{
border-color: #7B4026;
}
.TagClassName
{
border-color: #7B4026;
}
</style>