#785844

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

Shades of Old Copper #785844

Tints of Old Copper #785844

Color information

#785844 (or 0x785844) is unknown color: approx Old Copper. HEX triplet: 78, 58 and 44. RGB value is (120,88,68). Sum of RGB (Red+Green+Blue) = 120+88+68=276 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.48% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 68 (26.95% from 255 or 24.64% from 276); Max value from RGB is 120 - color contains mainly: red. Hex color #785844 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785844 is #87A7BB. Grayscale: #5F5F5F. Windows color (decimal): -8890300 or 4479096. OLE color: 4479096.

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

Color convert

RGB1208868-
CMYK00.270.430.53
HSL23.08º27.66%36.86%-
HSV(B)23.08º43.33%47.06%-
XYZ12.2811.397.02-
YUV95.29112.6145.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.48%
GREEN value IS 88 (34.77% from 255) = 31.88%
BLUE value IS 68 (26.95% from 255) = 24.64%
R=43.48%
G=31.88%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120886800.270.430.5323.0827.6636.86
Hex78584401B2B35171c25
Octal1701301040335365273445
Binary1111000101100010001000110111010111101011011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785844; }

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

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

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

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

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

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

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

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