#764E3C

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

Shades of Old Copper #764E3C

Tints of Old Copper #764E3C

Color information

#764E3C (or 0x764E3C) is unknown color: approx Old Copper. HEX triplet: 76, 4E and 3C. RGB value is (118,78,60). Sum of RGB (Red+Green+Blue) = 118+78+60=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #764E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764E3C is #89B1C3. Grayscale: #585858. Windows color (decimal): -9023940 or 3952246. OLE color: 3952246.

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

Color convert

RGB1187860-
CMYK00.340.490.54
HSL18.62º32.58%34.9%-
HSV(B)18.62º49.15%46.27%-
XYZ11.019.635.55-
YUV87.91112.25149.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.09%
GREEN value IS 78 (30.86% from 255) = 30.47%
BLUE value IS 60 (23.83% from 255) = 23.44%
R=46.09%
G=30.47%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118786000.340.490.5418.6232.5834.9
Hex764E3C0223136132123
Octal166116740426166234143
Binary11101101001110111100010001011000111011010011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,78,60); }

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

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

 a { background-color: rgb(118,78,60); }

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

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

 span { border-color: rgb(118,78,60); }

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