Color Hex Logo

#764539 Color Hex

#764539
(118,69,57)
0 Favorites   0 Comments

Color spaces of #764539

RGB 1186957
HSL0.030.350.34
HSV12°52°46°
CMYK 0.000.420.52   0.54
XYZ10.33798.40324.9480
Yxy8.40320.43640.3547
Hunter Lab28.988312.927810.1716
CIE-Lab34.808919.668216.2308

#764539 color RGB value is (118,69,57).

#764539 hex color red value is 118, green value is 69 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #764539 hue: 0.03 , saturation: 0.35 and the lightness value of 764539 is 0.34.

The process color (four color CMYK) of #764539 color hex is 0.00, 0.42, 0.52, 0.54. Web safe color of #764539 is #663333. Color #764539 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000101 00111001
Octal 166 105 71
Decimal 118 69 57
Hex 76 45 39

RGB Percentages of Color #764539

%48.36
%28.28
%23.36

CMYK Percentages of Color #764539

%0
%42
%52
%54

Triadic Colors of #764539

#764539 #397645 #453976

Analogous Colors of #764539

#764539 #766439 #76394c

Monochromatic Colors of #764539

#764539

Complementary Color

#764539 #396a76

#764539 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764539 Color Preview on White Background

Lorem ipsum dolor sit amet.

#764539 Color CSS Codes

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

#764539 Text Font Color

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

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


#764539 Background Color

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

This div background color is #764539


#764539 Border Color

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

This div border color is #764539


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764539


Comments

No comments written yet.

Please login to write comment.