#765440

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

Shades of Old Copper #765440

Tints of Old Copper #765440

Color information

#765440 (or 0x765440) is unknown color: approx Old Copper. HEX triplet: 76, 54 and 40. RGB value is (118,84,64). Sum of RGB (Red+Green+Blue) = 118+84+64=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #765440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765440 is #89ABBF. Grayscale: #5C5C5C. Windows color (decimal): -9022400 or 4215926. OLE color: 4215926.

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

Color convert

RGB1188464-
CMYK00.290.460.54
HSL22.22º29.67%35.69%-
HSV(B)22.22º45.76%46.27%-
XYZ11.5710.566.28-
YUV91.89112.26146.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.36%
GREEN value IS 84 (33.20% from 255) = 31.58%
BLUE value IS 64 (25.39% from 255) = 24.06%
R=44.36%
G=31.58%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118846400.290.460.5422.2229.6735.69
Hex76544001D2E36161e24
Octal1661241000355666263644
Binary1110110101010010000000111011011101101101011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765440; }

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

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

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

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

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

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

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

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