Color Hex Logo

#765611 Color Hex

#765611
(118,86,17)
0 Favorites   0 Comments

Color spaces of #765611

RGB 1188617
HSL0.110.750.26
HSV41°86°46°
CMYK 0.000.270.86   0.54
XYZ10.900210.54761.9917
Yxy10.54760.46500.4500
Hunter Lab32.47713.074719.0979
CIE-Lab38.80786.682441.7994

#765611 color RGB value is (118,86,17).

#765611 hex color red value is 118, green value is 86 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #765611 hue: 0.11 , saturation: 0.75 and the lightness value of 765611 is 0.26.

The process color (four color CMYK) of #765611 color hex is 0.00, 0.27, 0.86, 0.54. Web safe color of #765611 is #666600. Color #765611 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01010110 00010001
Octal 166 126 21
Decimal 118 86 17
Hex 76 56 11

RGB Percentages of Color #765611

%53.39
%38.91
%7.69

CMYK Percentages of Color #765611

%0
%27
%86
%54

Triadic Colors of #765611

#765611 #117656 #561176

Analogous Colors of #765611

#765611 #647611 #762411

Monochromatic Colors of #765611

#765611

Complementary Color

#765611 #113176

#765611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#765611 Color CSS Codes

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

#765611 Text Font Color

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

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


#765611 Background Color

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

This div background color is #765611


#765611 Border Color

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

This div border color is #765611


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765611


Comments

No comments written yet.

Please login to write comment.