Color Hex Logo

#764334 Color Hex

#764334
(118,67,52)
0 Favorites   0 Comments

Color spaces of #764334

RGB 1186752
HSL0.040.390.33
HSV14°56°46°
CMYK 0.000.430.56   0.54
XYZ10.09828.11384.2827
Yxy8.11380.44890.3607
Hunter Lab28.484713.432211.0250
CIE-Lab34.218820.352618.5673

#764334 color RGB value is (118,67,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000011 00110100
Octal 166 103 64
Decimal 118 67 52
Hex 76 43 34

RGB Percentages of Color #764334

%49.79
%28.27
%21.94

CMYK Percentages of Color #764334

%0
%43
%56
%54

Triadic Colors of #764334

#764334 #347643 #433476

Analogous Colors of #764334

#764334 #766434 #763446

Monochromatic Colors of #764334

#764334

Complementary Color

#764334 #346776

#764334 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764334 Color Preview on White Background

Lorem ipsum dolor sit amet.

#764334 Color CSS Codes

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

#764334 Text Font Color

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

This sample text font color is #764334
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.


#764334 Background Color

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

This div background color is #764334


#764334 Border Color

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

This div border color is #764334


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,67,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 #764334">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764334


Comments

No comments written yet.

Please login to write comment.