#764E35

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

Shades of Old Copper #764E35

Tints of Old Copper #764E35

Color information

#764E35 (or 0x764E35) is unknown color: approx Old Copper. HEX triplet: 76, 4E and 35. RGB value is (118,78,53). Sum of RGB (Red+Green+Blue) = 118+78+53=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 78 (30.86% from 255 or 31.33% from 249); Blue value is 53 (21.09% from 255 or 21.29% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #764E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764E35 is #89B1CA. Grayscale: #575757. Windows color (decimal): -9023947 or 3493494. OLE color: 3493494.

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

Color convert

RGB1187853-
CMYK00.340.550.54
HSL23.08º38.01%33.53%-
HSV(B)23.08º55.08%46.27%-
XYZ10.849.564.64-
YUV87.11108.75150.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.39%
GREEN value IS 78 (30.86% from 255) = 31.33%
BLUE value IS 53 (21.09% from 255) = 21.29%
R=47.39%
G=31.33%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118785300.340.550.5423.0838.0133.53
Hex764E350223736172622
Octal166116650426766274642
Binary11101101001110110101010001011011111011010111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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