#764E38

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

Shades of Old Copper #764E38

Tints of Old Copper #764E38

Color information

#764E38 (or 0x764E38) is unknown color: approx Old Copper. HEX triplet: 76, 4E and 38. RGB value is (118,78,56). Sum of RGB (Red+Green+Blue) = 118+78+56=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 78 (30.86% from 255 or 30.95% from 252); Blue value is 56 (22.27% from 255 or 22.22% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #764E38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764E38 is #89B1C7. Grayscale: #575757. Windows color (decimal): -9023944 or 3690102. OLE color: 3690102.

HSL color Cylindrical-coordinate representation of color #764E38: hue angle of 21.29º 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 #764E38 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB1187856-
CMYK00.340.530.54
HSL21.29º35.63%34.12%-
HSV(B)21.29º52.54%46.27%-
XYZ10.919.595.02-
YUV87.45110.25149.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.83%
GREEN value IS 78 (30.86% from 255) = 30.95%
BLUE value IS 56 (22.27% from 255) = 22.22%
R=46.83%
G=30.95%
B=22.22%

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
Decimal118785600.340.530.5421.2935.6334.12
Hex764E380223536152422
Octal166116700426566254442
Binary11101101001110111000010001011010111011010101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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