#7A5642

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

Shades of Old Copper #7A5642

Tints of Old Copper #7A5642

Color information

#7A5642 (or 0x7A5642) is unknown color: approx Old Copper. HEX triplet: 7A, 56 and 42. RGB value is (122,86,66). Sum of RGB (Red+Green+Blue) = 122+86+66=274 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.53% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5642 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5642 is #85A9BD. Grayscale: #5E5E5E. Windows color (decimal): -8759742 or 4347514. OLE color: 4347514.

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

Color convert

RGB1228666-
CMYK00.300.460.52
HSL21.43º29.79%36.86%-
HSV(B)21.43º45.9%47.84%-
XYZ12.3411.196.66-
YUV94.48111.93147.63-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.53%
GREEN value IS 86 (33.98% from 255) = 31.39%
BLUE value IS 66 (26.17% from 255) = 24.09%
R=44.53%
G=31.39%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122866600.300.460.5221.4329.7936.86
Hex7A564201E2E34151e25
Octal1721261020365664253645
Binary1111010101011010000100111101011101101001010111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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