#785843

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

Shades of Old Copper #785843

Tints of Old Copper #785843

Color information

#785843 (or 0x785843) is unknown color: approx Old Copper. HEX triplet: 78, 58 and 43. RGB value is (120,88,67). Sum of RGB (Red+Green+Blue) = 120+88+67=275 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.64% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 67 (26.56% from 255 or 24.36% from 275); Max value from RGB is 120 - color contains mainly: red. Hex color #785843 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785843 is #87A7BC. Grayscale: #5F5F5F. Windows color (decimal): -8890301 or 4413560. OLE color: 4413560.

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

Color convert

RGB1208867-
CMYK00.270.440.53
HSL23.77º28.34%36.67%-
HSV(B)23.77º44.17%47.06%-
XYZ12.2511.386.86-
YUV95.17112.1145.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.64%
GREEN value IS 88 (34.77% from 255) = 32%
BLUE value IS 67 (26.56% from 255) = 24.36%
R=43.64%
G=32%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120886700.270.440.5323.7728.3436.67
Hex78584301B2C35181c25
Octal1701301030335465303445
Binary1111000101100010000110110111011001101011100011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785843; }

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

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

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

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

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

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

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

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