Shades of Copper Canyon #7A3B27
Tints of Copper Canyon #7A3B27
RGB
CMYK
RGB Variations
Color information
#7A3B27 (or 0x7A3B27) is known color: Copper Canyon. HEX triplet: 7A, 3B and 27. RGB value is (122,59,39). Sum of RGB (Red+Green+Blue) = 122+59+39=220 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.45% from 220); Green value is 59 (23.44% from 255 or 26.82% from 220); Blue value is 39 (15.62% from 255 or 17.73% from 220); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3B27 is #85C4D8. Grayscale: #4B4B4B. Windows color (decimal): -8766681 or 2571130. OLE color: 2571130.
HSL color Cylindrical-coordinate representation of color #7A3B27: hue angle of 14.46º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7A3B27 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 59 | 39 | - |
| CMYK | 0 | 0.52 | 0.68 | 0.52 |
| HSL | 14.46º | 0.52% | 0.32% | - |
| HSV(B) | 14.46º | 0.68% | 0.48% | - |
| XYZ | 9.96 | 7.41 | 2.83 | - |
| YUV | 75.56 | 107.37 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 59 | 39 | 0 | 0.52 | 0.68 | 0.52 | 14.46 | 0.52 | 0.32 |
| Hex | 7A | 3B | 27 | 0 | 34 | 44 | 34 | E | 34 | 20 |
| Octal | 172 | 73 | 47 | 0 | 64 | 104 | 64 | 16 | 64 | 40 |
| Binary | 1111010 | 111011 | 100111 | 0 | 110100 | 1000100 | 110100 | 1110 | 110100 | 100000 |
Color Harmonies of #7A3B27
Complementary color
Monochromatic Colors of #7A3B27
Black with #7A3B27
Text Example
Text Example
White with #7A3B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3B27; }
p { color: rgb(122,59,39); }
H1.HeaderClassName
{
color: #7A3B27;
}
.AnyTagClassName
{
color: #7A3B27;
}
</style>
background-color css
<style>
a { background-color: #7A3B27; }
a { background-color: rgb(122,59,39); }
div.DivClassName
{
background-color: #7A3B27;
}
.BgClassName
{
background-color: #7A3B27;
}
</style>
border-color css
<style>
span { border-color: #7A3B27; }
span { border-color: rgb(122,59,39); }
td.TdClassName
{
border-color: #7A3B27;
}
.TagClassName
{
border-color: #7A3B27;
}
</style>