Color Hex Logo

#765c3b Color Hex

#765C3B
(118,92,59)
0 Favorites   0 Comments

Color spaces of #765c3b

RGB 1189259
HSL0.090.330.35
HSV34°50°46°
CMYK 0.000.220.50   0.54
XYZ12.087811.82165.7824
Yxy11.82160.40710.3981
Hunter Lab34.38262.585414.0965
CIE-Lab40.93126.050122.9812

#765c3b color RGB value is (118,92,59).

#765c3b hex color red value is 118, green value is 92 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #765c3b hue: 0.09 , saturation: 0.33 and the lightness value of 765c3b is 0.35.

The process color (four color CMYK) of #765c3b color hex is 0.00, 0.22, 0.50, 0.54. Web safe color of #765c3b is #666633. Color #765c3b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011100 00111011
Octal 166 134 73
Decimal 118 92 59
Hex 76 5C 3B

RGB Percentages of Color #765c3b

%43.87
%34.20
%21.93

CMYK Percentages of Color #765c3b

%0
%22
%50
%54

Triadic Colors of #765c3b

#765c3b #3b765c #5c3b76

Analogous Colors of #765c3b

#765c3b #73763b #763f3b

Monochromatic Colors of #765c3b

#765c3b

Complementary Color

#765c3b #3b5576

#765c3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765c3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#765c3b Color CSS Codes

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

#765c3b Text Font Color

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

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


#765c3b Background Color

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

This div background color is #765c3b


#765c3b Border Color

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

This div border color is #765c3b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,92,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #765c3b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #765c3b;
  -webkit-box-shadow: 1px 1px 3px 2px #765c3b;
  box-shadow:         1px 1px 3px 2px #765c3b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765c3b


Comments

No comments written yet.

Please login to write comment.