#7A422A

Color #7A422A Copper Canyon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper Canyon #7A422A

Tints of Copper Canyon #7A422A

Color information

#7A422A (or 0x7A422A) is unknown color: approx Copper Canyon. HEX triplet: 7A, 42 and 2A. RGB value is (122,66,42). Sum of RGB (Red+Green+Blue) = 122+66+42=230 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.04% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 122 - color contains mainly: red. Hex color #7A422A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A422A is #85BDD5. Grayscale: #505050. Windows color (decimal): -8764886 or 2769530. OLE color: 2769530.

HSL color Cylindrical-coordinate representation of color #7A422A: hue angle of 18º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A422A is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.52.

Color convert

RGB1226642-
CMYK00.460.660.52
HSL18º48.78%32.16%-
HSV(B)18º65.57%47.84%-
XYZ10.398.23.23-
YUV80.01106.55157.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 122 (48.05% from 255) = 53.04%
GREEN value IS 66 (26.17% from 255) = 28.70%
BLUE value IS 42 (16.80% from 255) = 18.26%
R=53.04%
G=28.70%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.66
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122664200.460.660.521848.7832.16
Hex7A422A02E4234123120
Octal1721025205610264226140
Binary111101010000101010100101110100001011010010010110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A422A; }

 p { color: rgb(122,66,42); }

 H1.HeaderClassName
 {
   color: #7A422A;
 }
 .AnyTagClassName
 {
   color: #7A422A;
 }
</style>
background-color css

<style>
 a { background-color: #7A422A; }

 a { background-color: rgb(122,66,42); }

 div.DivClassName
 {
   background-color: #7A422A;
 }
 .BgClassName
 {
   background-color: #7A422A;
 }
</style>
border-color css

<style>
 span { border-color: #7A422A; }

 span { border-color: rgb(122,66,42); }

 td.TdClassName
 {
   border-color: #7A422A;
 }
 .TagClassName
 {
   border-color: #7A422A;
 }
</style>