Shades of Copper Canyon #7A452C
Tints of Copper Canyon #7A452C
RGB
CMYK
RGB Variations
Color information
#7A452C (or 0x7A452C) is known color: Copper Canyon. HEX triplet: 7A, 45 and 2C. RGB value is (122,69,44). Sum of RGB (Red+Green+Blue) = 122+69+44=235 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.91% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 122 - color contains mainly: red. Hex color #7A452C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A452C is #85BAD3. Grayscale: #525252. Windows color (decimal): -8764116 or 2901370. OLE color: 2901370.
HSL color Cylindrical-coordinate representation of color #7A452C: hue angle of 19.23º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7A452C is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 69 | 44 | - |
| CMYK | 0 | 0.43 | 0.64 | 0.52 |
| HSL | 19.23º | 0.47% | 0.33% | - |
| HSV(B) | 19.23º | 0.64% | 0.48% | - |
| XYZ | 10.61 | 8.58 | 3.48 | - |
| YUV | 82 | 106.56 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 69 | 44 | 0 | 0.43 | 0.64 | 0.52 | 19.23 | 0.47 | 0.33 |
| Hex | 7A | 45 | 2C | 0 | 2B | 40 | 34 | 13 | 2F | 21 |
| Octal | 172 | 105 | 54 | 0 | 53 | 100 | 64 | 23 | 57 | 41 |
| Binary | 1111010 | 1000101 | 101100 | 0 | 101011 | 1000000 | 110100 | 10011 | 101111 | 100001 |
Color Harmonies of #7A452C
Complementary color
Monochromatic Colors of #7A452C
Black with #7A452C
Text Example
Text Example
White with #7A452C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A452C; }
p { color: rgb(122,69,44); }
H1.HeaderClassName
{
color: #7A452C;
}
.AnyTagClassName
{
color: #7A452C;
}
</style>
background-color css
<style>
a { background-color: #7A452C; }
a { background-color: rgb(122,69,44); }
div.DivClassName
{
background-color: #7A452C;
}
.BgClassName
{
background-color: #7A452C;
}
</style>
border-color css
<style>
span { border-color: #7A452C; }
span { border-color: rgb(122,69,44); }
td.TdClassName
{
border-color: #7A452C;
}
.TagClassName
{
border-color: #7A452C;
}
</style>