Shades of Copper Canyon #7D4125
Tints of Copper Canyon #7D4125
RGB
CMYK
RGB Variations
Color information
#7D4125 (or 0x7D4125) is known color: Copper Canyon. HEX triplet: 7D, 41 and 25. RGB value is (125,65,37). Sum of RGB (Red+Green+Blue) = 125+65+37=227 (30% of max value = 765). Red value is 125 (49.22% from 255 or 55.07% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 37 (14.84% from 255 or 16.30% from 227); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4125 is #82BEDA. Grayscale: #4F4F4F. Windows color (decimal): -8568539 or 2441597. OLE color: 2441597.
HSL color Cylindrical-coordinate representation of color #7D4125: hue angle of 19.09º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D4125 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 65 | 37 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.51 |
| HSL | 19.09º | 0.54% | 0.32% | - |
| HSV(B) | 19.09º | 0.7% | 0.49% | - |
| XYZ | 10.68 | 8.27 | 2.78 | - |
| YUV | 79.75 | 103.88 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 65 | 37 | 0 | 0.48 | 0.70 | 0.51 | 19.09 | 0.54 | 0.32 |
| Hex | 7D | 41 | 25 | 0 | 30 | 46 | 33 | 13 | 36 | 20 |
| Octal | 175 | 101 | 45 | 0 | 60 | 106 | 63 | 23 | 66 | 40 |
| Binary | 1111101 | 1000001 | 100101 | 0 | 110000 | 1000110 | 110011 | 10011 | 110110 | 100000 |
Color Harmonies of #7D4125
Complementary color
Monochromatic Colors of #7D4125
Black with #7D4125
Text Example
Text Example
White with #7D4125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4125; }
p { color: rgb(125,65,37); }
H1.HeaderClassName
{
color: #7D4125;
}
.AnyTagClassName
{
color: #7D4125;
}
</style>
background-color css
<style>
a { background-color: #7D4125; }
a { background-color: rgb(125,65,37); }
div.DivClassName
{
background-color: #7D4125;
}
.BgClassName
{
background-color: #7D4125;
}
</style>
border-color css
<style>
span { border-color: #7D4125; }
span { border-color: rgb(125,65,37); }
td.TdClassName
{
border-color: #7D4125;
}
.TagClassName
{
border-color: #7D4125;
}
</style>