#785742

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

Shades of Old Copper #785742

Tints of Old Copper #785742

Color information

#785742 (or 0x785742) is unknown color: approx Old Copper. HEX triplet: 78, 57 and 42. RGB value is (120,87,66). Sum of RGB (Red+Green+Blue) = 120+87+66=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 120 - color contains mainly: red. Hex color #785742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785742 is #87A8BD. Grayscale: #5E5E5E. Windows color (decimal): -8890558 or 4347768. OLE color: 4347768.

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

Color convert

RGB1208766-
CMYK00.280.450.53
HSL23.33º29.03%36.47%-
HSV(B)23.33º45%47.06%-
XYZ12.1411.26.68-
YUV94.47111.93146.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.96%
GREEN value IS 87 (34.38% from 255) = 31.87%
BLUE value IS 66 (26.17% from 255) = 24.18%
R=43.96%
G=31.87%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120876600.280.450.5323.3329.0336.47
Hex78574201C2D35171d24
Octal1701271020345565273544
Binary1111000101011110000100111001011011101011011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785742; }

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

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

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

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

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

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

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

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