#764E37

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

Shades of Old Copper #764E37

Tints of Old Copper #764E37

Color information

#764E37 (or 0x764E37) is unknown color: approx Old Copper. HEX triplet: 76, 4E and 37. RGB value is (118,78,55). Sum of RGB (Red+Green+Blue) = 118+78+55=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 78 (30.86% from 255 or 31.08% from 251); Blue value is 55 (21.88% from 255 or 21.91% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #764E37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764E37 is #89B1C8. Grayscale: #575757. Windows color (decimal): -9023945 or 3624566. OLE color: 3624566.

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

Color convert

RGB1187855-
CMYK00.340.530.54
HSL21.9º36.42%33.92%-
HSV(B)21.9º53.39%46.27%-
XYZ10.899.584.89-
YUV87.34109.75149.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.01%
GREEN value IS 78 (30.86% from 255) = 31.08%
BLUE value IS 55 (21.88% from 255) = 21.91%
R=47.01%
G=31.08%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118785500.340.530.5421.936.4233.92
Hex764E370223536162422
Octal166116670426566264442
Binary11101101001110110111010001011010111011010110100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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