#785646

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

Shades of Old Copper #785646

Tints of Old Copper #785646

Color information

#785646 (or 0x785646) is unknown color: approx Old Copper. HEX triplet: 78, 56 and 46. RGB value is (120,86,70). Sum of RGB (Red+Green+Blue) = 120+86+70=276 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.48% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 70 (27.73% from 255 or 25.36% from 276); Max value from RGB is 120 - color contains mainly: red. Hex color #785646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785646 is #87A9B9. Grayscale: #5E5E5E. Windows color (decimal): -8890810 or 4609656. OLE color: 4609656.

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

Color convert

RGB1208670-
CMYK00.280.420.53
HSL19.2º26.32%37.25%-
HSV(B)19.2º41.67%47.06%-
XYZ12.1811.097.29-
YUV94.34114.26146.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.48%
GREEN value IS 86 (33.98% from 255) = 31.16%
BLUE value IS 70 (27.73% from 255) = 25.36%
R=43.48%
G=31.16%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120867000.280.420.5319.226.3237.25
Hex78564601C2A35131a25
Octal1701261060345265233245
Binary1111000101011010001100111001010101101011001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785646; }

 p { color: rgb(120,86,70); }

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

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

 a { background-color: rgb(120,86,70); }

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

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

 span { border-color: rgb(120,86,70); }

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