Color Hex Logo

#764634 Color Hex

#764634
(118,70,52)
0 Favorites   0 Comments

Color spaces of #764634

RGB 1187052
HSL0.050.390.33
HSV16°56°46°
CMYK 0.000.410.56   0.54
XYZ10.28128.47984.3437
Yxy8.47980.44500.3670
Hunter Lab29.120112.061411.5401
CIE-Lab34.962818.567619.5287

#764634 color RGB value is (118,70,52).

#764634 hex color red value is 118, green value is 70 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #764634 hue: 0.05 , saturation: 0.39 and the lightness value of 764634 is 0.33.

The process color (four color CMYK) of #764634 color hex is 0.00, 0.41, 0.56, 0.54. Web safe color of #764634 is #663333. Color #764634 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000110 00110100
Octal 166 106 64
Decimal 118 70 52
Hex 76 46 34

RGB Percentages of Color #764634

%49.17
%29.17
%21.67

CMYK Percentages of Color #764634

%0
%41
%56
%54

Triadic Colors of #764634

#764634 #347646 #463476

Analogous Colors of #764634

#764634 #766734 #763443

Monochromatic Colors of #764634

#764634

Complementary Color

#764634 #346476

#764634 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764634 Color Preview on White Background

Lorem ipsum dolor sit amet.

#764634 Color CSS Codes

.mybgcolor {background-color:#764634; } 
.myforecolor {color:#764634; }
.mybordercolor {border:3px solid #764634; }

#764634 Text Font Color

<p style="color:#764634">Text here</p>

This sample text font color is #764634
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#764634 Background Color

<div style="background-color:#764634">
Div content here</div>

This div background color is #764634


#764634 Border Color

<div style="border:3px solid #764634">
Div here</div>

This div border color is #764634


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,70,52, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #764634; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #764634;
  -webkit-box-shadow: 1px 1px 3px 2px #764634;
  box-shadow:         1px 1px 3px 2px #764634; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,70,52, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #764634">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #764634;
  -webkit-box-shadow: 1px 1px 3px 2px #764634;
  box-shadow:         1px 1px 3px 2px #764634;">
Div content here</div>

This div box has shadow with color #764634


Comments

No comments written yet.

Please login to write comment.