#765439

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

Shades of Old Copper #765439

Tints of Old Copper #765439

Color information

#765439 (or 0x765439) is unknown color: approx Old Copper. HEX triplet: 76, 54 and 39. RGB value is (118,84,57). Sum of RGB (Red+Green+Blue) = 118+84+57=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 84 (33.20% from 255 or 32.43% from 259); Blue value is 57 (22.66% from 255 or 22.01% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #765439 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765439 is #89ABC6. Grayscale: #5B5B5B. Windows color (decimal): -9022407 or 3757174. OLE color: 3757174.

HSL color Cylindrical-coordinate representation of color #765439: hue angle of 26.56º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #765439 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB1188457-
CMYK00.290.520.54
HSL26.56º34.86%34.31%-
HSV(B)26.56º51.69%46.27%-
XYZ11.3810.495.3-
YUV91.09108.76147.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.56%
GREEN value IS 84 (33.20% from 255) = 32.43%
BLUE value IS 57 (22.66% from 255) = 22.01%
R=45.56%
G=32.43%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118845700.290.520.5426.5634.8634.31
Hex76543901D34361b2322
Octal166124710356466334342
Binary1110110101010011100101110111010011011011011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765439; }

 p { color: rgb(118,84,57); }

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

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

 a { background-color: rgb(118,84,57); }

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

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

 span { border-color: rgb(118,84,57); }

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