#785648

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

Shades of Old Copper #785648

Tints of Old Copper #785648

Color information

#785648 (or 0x785648) is unknown color: approx Old Copper. HEX triplet: 78, 56 and 48. RGB value is (120,86,72). Sum of RGB (Red+Green+Blue) = 120+86+72=278 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.17% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 120 - color contains mainly: red. Hex color #785648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785648 is #87A9B7. Grayscale: #5E5E5E. Windows color (decimal): -8890808 or 4740728. OLE color: 4740728.

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

Color convert

RGB1208672-
CMYK00.280.400.53
HSL17.5º25%37.65%-
HSV(B)17.5º40%47.06%-
XYZ12.2411.127.63-
YUV94.57115.26146.14-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.17%
GREEN value IS 86 (33.98% from 255) = 30.94%
BLUE value IS 72 (28.52% from 255) = 25.90%
R=43.17%
G=30.94%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120867200.280.400.5317.52537.65
Hex78564801C2835121926
Octal1701261100345065223146
Binary1111000101011010010000111001010001101011001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785648; }

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

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

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

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

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

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

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

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