#7A5643

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

Shades of Old Copper #7A5643

Tints of Old Copper #7A5643

Color information

#7A5643 (or 0x7A5643) is unknown color: approx Old Copper. HEX triplet: 7A, 56 and 43. RGB value is (122,86,67). Sum of RGB (Red+Green+Blue) = 122+86+67=275 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.36% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 67 (26.56% from 255 or 24.36% from 275); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5643 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5643 is #85A9BC. Grayscale: #5E5E5E. Windows color (decimal): -8759741 or 4413050. OLE color: 4413050.

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

Color convert

RGB1228667-
CMYK00.300.450.52
HSL20.73º29.1%37.06%-
HSV(B)20.73º45.08%47.84%-
XYZ12.3711.26.82-
YUV94.6112.43147.54-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.36%
GREEN value IS 86 (33.98% from 255) = 31.27%
BLUE value IS 67 (26.56% from 255) = 24.36%
R=44.36%
G=31.27%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122866700.300.450.5220.7329.137.06
Hex7A564301E2D34151d25
Octal1721261030365564253545
Binary1111010101011010000110111101011011101001010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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