#785741

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

Shades of Old Copper #785741

Tints of Old Copper #785741

Color information

#785741 (or 0x785741) is unknown color: approx Old Copper. HEX triplet: 78, 57 and 41. RGB value is (120,87,65). Sum of RGB (Red+Green+Blue) = 120+87+65=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 120 - color contains mainly: red. Hex color #785741 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785741 is #87A8BE. Grayscale: #5E5E5E. Windows color (decimal): -8890559 or 4282232. OLE color: 4282232.

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

Color convert

RGB1208765-
CMYK00.280.460.53
HSL24º29.73%36.27%-
HSV(B)24º45.83%47.06%-
XYZ12.1111.196.52-
YUV94.36111.43146.29-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.12%
GREEN value IS 87 (34.38% from 255) = 31.99%
BLUE value IS 65 (25.78% from 255) = 23.90%
R=44.12%
G=31.99%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120876500.280.460.532429.7336.27
Hex78574101C2E35181e24
Octal1701271010345665303644
Binary1111000101011110000010111001011101101011100011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785741; }

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

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

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

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

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

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

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

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