#785743

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

Shades of Old Copper #785743

Tints of Old Copper #785743

Color information

#785743 (or 0x785743) is unknown color: approx Old Copper. HEX triplet: 78, 57 and 43. RGB value is (120,87,67). Sum of RGB (Red+Green+Blue) = 120+87+67=274 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.80% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 67 (26.56% from 255 or 24.45% from 274); Max value from RGB is 120 - color contains mainly: red. Hex color #785743 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785743 is #87A8BC. Grayscale: #5E5E5E. Windows color (decimal): -8890557 or 4413304. OLE color: 4413304.

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

Color convert

RGB1208767-
CMYK00.280.440.53
HSL22.64º28.34%36.67%-
HSV(B)22.64º44.17%47.06%-
XYZ12.1711.216.83-
YUV94.59112.43146.13-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.80%
GREEN value IS 87 (34.38% from 255) = 31.75%
BLUE value IS 67 (26.56% from 255) = 24.45%
R=43.80%
G=31.75%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120876700.280.440.5322.6428.3436.67
Hex78574301C2C35171c25
Octal1701271030345465273445
Binary1111000101011110000110111001011001101011011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785743; }

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

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

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

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

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

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

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

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