#764E3F

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

Shades of Old Copper #764E3F

Tints of Old Copper #764E3F

Color information

#764E3F (or 0x764E3F) is unknown color: approx Old Copper. HEX triplet: 76, 4E and 3F. RGB value is (118,78,63). Sum of RGB (Red+Green+Blue) = 118+78+63=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #764E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764E3F is #89B1C0. Grayscale: #585858. Windows color (decimal): -9023937 or 4148854. OLE color: 4148854.

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

Color convert

RGB1187863-
CMYK00.340.470.54
HSL16.36º30.39%35.49%-
HSV(B)16.36º46.61%46.27%-
XYZ11.099.665.98-
YUV88.25113.75149.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.56%
GREEN value IS 78 (30.86% from 255) = 30.12%
BLUE value IS 63 (25% from 255) = 24.32%
R=45.56%
G=30.12%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118786300.340.470.5416.3630.3935.49
Hex764E3F0222F36101e23
Octal166116770425766203643
Binary1110110100111011111101000101011111101101000011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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