#764E3A

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

Shades of Old Copper #764E3A

Tints of Old Copper #764E3A

Color information

#764E3A (or 0x764E3A) is unknown color: approx Old Copper. HEX triplet: 76, 4E and 3A. RGB value is (118,78,58). Sum of RGB (Red+Green+Blue) = 118+78+58=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 58 (23.05% from 255 or 22.83% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #764E3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764E3A is #89B1C5. Grayscale: #575757. Windows color (decimal): -9023942 or 3821174. OLE color: 3821174.

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

Color convert

RGB1187858-
CMYK00.340.510.54
HSL20º34.09%34.51%-
HSV(B)20º50.85%46.27%-
XYZ10.969.615.28-
YUV87.68111.25149.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.46%
GREEN value IS 78 (30.86% from 255) = 30.71%
BLUE value IS 58 (23.05% from 255) = 22.83%
R=46.46%
G=30.71%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118785800.340.510.542034.0934.51
Hex764E3A0223336142223
Octal166116720426366244243
Binary11101101001110111010010001011001111011010100100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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