#764E3D

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

Shades of Old Copper #764E3D

Tints of Old Copper #764E3D

Color information

#764E3D (or 0x764E3D) is unknown color: approx Old Copper. HEX triplet: 76, 4E and 3D. RGB value is (118,78,61). Sum of RGB (Red+Green+Blue) = 118+78+61=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #764E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764E3D is #89B1C2. Grayscale: #585858. Windows color (decimal): -9023939 or 4017782. OLE color: 4017782.

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

Color convert

RGB1187861-
CMYK00.340.480.54
HSL17.89º31.84%35.1%-
HSV(B)17.89º48.31%46.27%-
XYZ11.049.645.69-
YUV88.02112.75149.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.91%
GREEN value IS 78 (30.86% from 255) = 30.35%
BLUE value IS 61 (24.22% from 255) = 23.74%
R=45.91%
G=30.35%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118786100.340.480.5417.8931.8435.1
Hex764E3D0223036122023
Octal166116750426066224043
Binary11101101001110111101010001011000011011010010100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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