#765240

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

Shades of Old Copper #765240

Tints of Old Copper #765240

Color information

#765240 (or 0x765240) is unknown color: approx Old Copper. HEX triplet: 76, 52 and 40. RGB value is (118,82,64). Sum of RGB (Red+Green+Blue) = 118+82+64=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #765240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765240 is #89ADBF. Grayscale: #5A5A5A. Windows color (decimal): -9022912 or 4215414. OLE color: 4215414.

HSL color Cylindrical-coordinate representation of color #765240: hue angle of 20º 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 #765240 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB1188264-
CMYK00.310.460.54
HSL20º29.67%35.69%-
HSV(B)20º45.76%46.27%-
XYZ11.4110.266.23-
YUV90.71112.93147.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.70%
GREEN value IS 82 (32.42% from 255) = 31.06%
BLUE value IS 64 (25.39% from 255) = 24.24%
R=44.70%
G=31.06%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118826400.310.460.542029.6735.69
Hex76524001F2E36141e24
Octal1661221000375666243644
Binary1110110101001010000000111111011101101101010011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765240; }

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

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

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

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

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

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

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

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