#785440

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

Shades of Old Copper #785440

Tints of Old Copper #785440

Color information

#785440 (or 0x785440) is unknown color: approx Old Copper. HEX triplet: 78, 54 and 40. RGB value is (120,84,64). Sum of RGB (Red+Green+Blue) = 120+84+64=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 120 - color contains mainly: red. Hex color #785440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785440 is #87ABBF. Grayscale: #5C5C5C. Windows color (decimal): -8891328 or 4215928. OLE color: 4215928.

HSL color Cylindrical-coordinate representation of color #785440: hue angle of 21.43º 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 #785440 is Cyan = 0, Magento = 0.3, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB1208464-
CMYK00.30.470.53
HSL21.43º30.43%36.08%-
HSV(B)21.43º46.67%47.06%-
XYZ11.8410.76.29-
YUV92.48111.93147.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.78%
GREEN value IS 84 (33.20% from 255) = 31.34%
BLUE value IS 64 (25.39% from 255) = 23.88%
R=44.78%
G=31.34%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120846400.30.470.5321.4330.4336.08
Hex78544001E2F35151e24
Octal1701241000365765253644
Binary1111000101010010000000111101011111101011010111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785440; }

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

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

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

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

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

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

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

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