#785740

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

Shades of Old Copper #785740

Tints of Old Copper #785740

Color information

#785740 (or 0x785740) is unknown color: approx Old Copper. HEX triplet: 78, 57 and 40. RGB value is (120,87,64). Sum of RGB (Red+Green+Blue) = 120+87+64=271 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.28% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 120 - color contains mainly: red. Hex color #785740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785740 is #87A8BF. Grayscale: #5E5E5E. Windows color (decimal): -8890560 or 4216696. OLE color: 4216696.

HSL color Cylindrical-coordinate representation of color #785740: hue angle of 24.64º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #785740 is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB1208764-
CMYK00.280.470.53
HSL24.64º30.43%36.08%-
HSV(B)24.64º46.67%47.06%-
XYZ12.0811.186.37-
YUV94.24110.93146.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.28%
GREEN value IS 87 (34.38% from 255) = 32.10%
BLUE value IS 64 (25.39% from 255) = 23.62%
R=44.28%
G=32.10%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120876400.280.470.5324.6430.4336.08
Hex78574001C2F35191e24
Octal1701271000345765313644
Binary1111000101011110000000111001011111101011100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785740; }

 p { color: rgb(120,87,64); }

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

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

 a { background-color: rgb(120,87,64); }

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

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

 span { border-color: rgb(120,87,64); }

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