#7A563F

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

Shades of Old Copper #7A563F

Tints of Old Copper #7A563F

Color information

#7A563F (or 0x7A563F) is unknown color: approx Old Copper. HEX triplet: 7A, 56 and 3F. RGB value is (122,86,63). Sum of RGB (Red+Green+Blue) = 122+86+63=271 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.02% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 122 - color contains mainly: red. Hex color #7A563F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A563F is #85A9C0. Grayscale: #5E5E5E. Windows color (decimal): -8759745 or 4150906. OLE color: 4150906.

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

Color convert

RGB1228663-
CMYK00.300.480.52
HSL23.39º31.89%36.27%-
HSV(B)23.39º48.36%47.84%-
XYZ12.2511.156.21-
YUV94.14110.43147.87-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.02%
GREEN value IS 86 (33.98% from 255) = 31.73%
BLUE value IS 63 (25% from 255) = 23.25%
R=45.02%
G=31.73%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122866300.300.480.5223.3931.8936.27
Hex7A563F01E3034172024
Octal172126770366064274044
Binary1111010101011011111101111011000011010010111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A563F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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