#764D36

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

Shades of Old Copper #764D36

Tints of Old Copper #764D36

Color information

#764D36 (or 0x764D36) is unknown color: approx Old Copper. HEX triplet: 76, 4D and 36. RGB value is (118,77,54). Sum of RGB (Red+Green+Blue) = 118+77+54=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 54 (21.48% from 255 or 21.69% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #764D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764D36 is #89B2C9. Grayscale: #565656. Windows color (decimal): -9024202 or 3558774. OLE color: 3558774.

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

Color convert

RGB1187754-
CMYK00.350.540.54
HSL21.56º37.21%33.73%-
HSV(B)21.56º54.24%46.27%-
XYZ10.799.434.74-
YUV86.64109.58150.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.39%
GREEN value IS 77 (30.47% from 255) = 30.92%
BLUE value IS 54 (21.48% from 255) = 21.69%
R=47.39%
G=30.92%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118775400.350.540.5421.5637.2133.73
Hex764D360233636162522
Octal166115660436666264542
Binary11101101001101110110010001111011011011010110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,77,54); }

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

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

 a { background-color: rgb(118,77,54); }

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

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

 span { border-color: rgb(118,77,54); }

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