#785643

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

Shades of Old Copper #785643

Tints of Old Copper #785643

Color information

#785643 (or 0x785643) is unknown color: approx Old Copper. HEX triplet: 78, 56 and 43. RGB value is (120,86,67). Sum of RGB (Red+Green+Blue) = 120+86+67=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 67 (26.56% from 255 or 24.54% from 273); Max value from RGB is 120 - color contains mainly: red. Hex color #785643 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785643 is #87A9BC. Grayscale: #5E5E5E. Windows color (decimal): -8890813 or 4413048. OLE color: 4413048.

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

Color convert

RGB1208667-
CMYK00.280.440.53
HSL21.51º28.34%36.67%-
HSV(B)21.51º44.17%47.06%-
XYZ12.0911.056.81-
YUV94112.76146.54-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.96%
GREEN value IS 86 (33.98% from 255) = 31.50%
BLUE value IS 67 (26.56% from 255) = 24.54%
R=43.96%
G=31.50%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120866700.280.440.5321.5128.3436.67
Hex78564301C2C35161c25
Octal1701261030345465263445
Binary1111000101011010000110111001011001101011011011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785643; }

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

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

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

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

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

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

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

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