#785645

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

Shades of Old Copper #785645

Tints of Old Copper #785645

Color information

#785645 (or 0x785645) is unknown color: approx Old Copper. HEX triplet: 78, 56 and 45. RGB value is (120,86,69). Sum of RGB (Red+Green+Blue) = 120+86+69=275 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.64% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 120 - color contains mainly: red. Hex color #785645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785645 is #87A9BA. Grayscale: #5E5E5E. Windows color (decimal): -8890811 or 4544120. OLE color: 4544120.

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

Color convert

RGB1208669-
CMYK00.280.420.53
HSL20º26.98%37.06%-
HSV(B)20º42.5%47.06%-
XYZ12.1511.087.13-
YUV94.23113.76146.38-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.64%
GREEN value IS 86 (33.98% from 255) = 31.27%
BLUE value IS 69 (27.34% from 255) = 25.09%
R=43.64%
G=31.27%
B=25.09%

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
Decimal120866900.280.420.532026.9837.06
Hex78564501C2A35141b25
Octal1701261050345265243345
Binary1111000101011010001010111001010101101011010011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785645; }

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

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

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

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

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

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

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

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