#764F40

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

Shades of Old Copper #764F40

Tints of Old Copper #764F40

Color information

#764F40 (or 0x764F40) is unknown color: approx Old Copper. HEX triplet: 76, 4F and 40. RGB value is (118,79,64). Sum of RGB (Red+Green+Blue) = 118+79+64=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #764F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764F40 is #89B0BF. Grayscale: #595959. Windows color (decimal): -9023680 or 4214646. OLE color: 4214646.

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

Color convert

RGB1187964-
CMYK00.330.460.54
HSL16.67º29.67%35.69%-
HSV(B)16.67º45.76%46.27%-
XYZ11.199.816.15-
YUV88.95113.92148.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.21%
GREEN value IS 79 (31.25% from 255) = 30.27%
BLUE value IS 64 (25.39% from 255) = 24.52%
R=45.21%
G=30.27%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118796400.330.460.5416.6729.6735.69
Hex764F400212E36111e24
Octal1661171000415666213644
Binary11101101001111100000001000011011101101101000111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764F40; }

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

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

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

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

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

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

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

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