#7A3C26

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

Shades of Copper Canyon #7A3C26

Tints of Copper Canyon #7A3C26

Color information

#7A3C26 (or 0x7A3C26) is unknown color: approx Copper Canyon. HEX triplet: 7A, 3C and 26. RGB value is (122,60,38). Sum of RGB (Red+Green+Blue) = 122+60+38=220 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.45% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 38 (15.23% from 255 or 17.27% from 220); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3C26 is #85C3D9. Grayscale: #4C4C4C. Windows color (decimal): -8766426 or 2505850. OLE color: 2505850.

HSL color Cylindrical-coordinate representation of color #7A3C26: hue angle of 15.71º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7A3C26 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.52.

Color convert

RGB1226038-
CMYK00.510.690.52
HSL15.71º52.5%31.37%-
HSV(B)15.71º68.85%47.84%-
XYZ9.997.512.76-
YUV76.03106.54160.79-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 55.45%
GREEN value IS 60 (23.83% from 255) = 27.27%
BLUE value IS 38 (15.23% from 255) = 17.27%
R=55.45%
G=27.27%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122603800.510.690.5215.7152.531.37
Hex7A3C26033453410341f
Octal172744606310564206437
Binary1111010111100100110011001110001011101001000011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,60,38); }

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

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

 a { background-color: rgb(122,60,38); }

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

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

 span { border-color: rgb(122,60,38); }

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