#785540

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

Shades of Old Copper #785540

Tints of Old Copper #785540

Color information

#785540 (or 0x785540) is unknown color: approx Old Copper. HEX triplet: 78, 55 and 40. RGB value is (120,85,64). Sum of RGB (Red+Green+Blue) = 120+85+64=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #785540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785540 is #87AABF. Grayscale: #5D5D5D. Windows color (decimal): -8891072 or 4216184. OLE color: 4216184.

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

Color convert

RGB1208564-
CMYK00.290.470.53
HSL22.5º30.43%36.08%-
HSV(B)22.5º46.67%47.06%-
XYZ11.9210.866.32-
YUV93.07111.6147.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.61%
GREEN value IS 85 (33.59% from 255) = 31.60%
BLUE value IS 64 (25.39% from 255) = 23.79%
R=44.61%
G=31.60%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120856400.290.470.5322.530.4336.08
Hex78554001D2F35171e24
Octal1701251000355765273644
Binary1111000101010110000000111011011111101011011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785540; }

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

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

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

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

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

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

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

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