#785444

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

Shades of Old Copper #785444

Tints of Old Copper #785444

Color information

#785444 (or 0x785444) is unknown color: approx Old Copper. HEX triplet: 78, 54 and 44. RGB value is (120,84,68). Sum of RGB (Red+Green+Blue) = 120+84+68=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 68 (26.95% from 255 or 25% from 272); Max value from RGB is 120 - color contains mainly: red. Hex color #785444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785444 is #87ABBB. Grayscale: #5D5D5D. Windows color (decimal): -8891324 or 4478072. OLE color: 4478072.

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

Color convert

RGB1208468-
CMYK00.30.430.53
HSL18.46º27.66%36.86%-
HSV(B)18.46º43.33%47.06%-
XYZ11.9610.756.91-
YUV92.94113.93147.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.12%
GREEN value IS 84 (33.20% from 255) = 30.88%
BLUE value IS 68 (26.95% from 255) = 25%
R=44.12%
G=30.88%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120846800.30.430.5318.4627.6636.86
Hex78544401E2B35121c25
Octal1701241040365365223445
Binary1111000101010010001000111101010111101011001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785444; }

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

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

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

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

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

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

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

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