#785445

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

Shades of Old Copper #785445

Tints of Old Copper #785445

Color information

#785445 (or 0x785445) is unknown color: approx Old Copper. HEX triplet: 78, 54 and 45. RGB value is (120,84,69). Sum of RGB (Red+Green+Blue) = 120+84+69=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 120 - color contains mainly: red. Hex color #785445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785445 is #87ABBA. Grayscale: #5D5D5D. Windows color (decimal): -8891323 or 4543608. OLE color: 4543608.

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

Color convert

RGB1208469-
CMYK00.30.420.53
HSL17.65º26.98%37.06%-
HSV(B)17.65º42.5%47.06%-
XYZ11.9910.767.08-
YUV93.05114.43147.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.96%
GREEN value IS 84 (33.20% from 255) = 30.77%
BLUE value IS 69 (27.34% from 255) = 25.27%
R=43.96%
G=30.77%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120846900.30.420.5317.6526.9837.06
Hex78544501E2A35121b25
Octal1701241050365265223345
Binary1111000101010010001010111101010101101011001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785445; }

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

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

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

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

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

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

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

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