#7A5641

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

Shades of Old Copper #7A5641

Tints of Old Copper #7A5641

Color information

#7A5641 (or 0x7A5641) is unknown color: approx Old Copper. HEX triplet: 7A, 56 and 41. RGB value is (122,86,65). Sum of RGB (Red+Green+Blue) = 122+86+65=273 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.69% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5641 is #85A9BE. Grayscale: #5E5E5E. Windows color (decimal): -8759743 or 4281978. OLE color: 4281978.

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

Color convert

RGB1228665-
CMYK00.300.470.52
HSL22.11º30.48%36.67%-
HSV(B)22.11º46.72%47.84%-
XYZ12.3111.176.51-
YUV94.37111.43147.71-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.69%
GREEN value IS 86 (33.98% from 255) = 31.50%
BLUE value IS 65 (25.78% from 255) = 23.81%
R=44.69%
G=31.50%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122866500.300.470.5222.1130.4836.67
Hex7A564101E2F34161e25
Octal1721261010365764263645
Binary1111010101011010000010111101011111101001011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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