Color Hex Logo

#764834 Color Hex

#764834
(118,72,52)
0 Favorites   0 Comments

Color spaces of #764834

RGB 1187252
HSL0.050.390.33
HSV18°56°46°
CMYK 0.000.390.56   0.54
XYZ10.40848.73424.3861
Yxy8.73420.44240.3712
Hunter Lab29.553711.146311.8883
CIE-Lab35.467417.370920.1771

#764834 color RGB value is (118,72,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01001000 00110100
Octal 166 110 64
Decimal 118 72 52
Hex 76 48 34

RGB Percentages of Color #764834

%48.76
%29.75
%21.49

CMYK Percentages of Color #764834

%0
%39
%56
%54

Triadic Colors of #764834

#764834 #347648 #483476

Analogous Colors of #764834

#764834 #766934 #763441

Monochromatic Colors of #764834

#764834

Complementary Color

#764834 #346276

#764834 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764834 Color Preview on White Background

Lorem ipsum dolor sit amet.

#764834 Color CSS Codes

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

#764834 Text Font Color

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

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


#764834 Background Color

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

This div background color is #764834


#764834 Border Color

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

This div border color is #764834


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764834


Comments

No comments written yet.

Please login to write comment.