Color Hex Logo

#766e11 Color Hex

#766E11
(118,110,17)
0 Favorites   0 Comments

Color spaces of #766e11

RGB 11811017
HSL0.150.750.26
HSV55°86°46°
CMYK 0.000.070.86   0.54
XYZ13.148315.04392.7411
Yxy15.04390.42510.4863
Hunter Lab38.7865-7.366322.9604
CIE-Lab45.6943-7.332447.7531

#766e11 color RGB value is (118,110,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101110 00010001
Octal 166 156 21
Decimal 118 110 17
Hex 76 6E 11

RGB Percentages of Color #766e11

%48.16
%44.90
%6.94

CMYK Percentages of Color #766e11

%0
%7
%86
%54

Triadic Colors of #766e11

#766e11 #11766e #6e1176

Analogous Colors of #766e11

#766e11 #4c7611 #763b11

Monochromatic Colors of #766e11

#766e11

Complementary Color

#766e11 #111976

#766e11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766e11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766e11 Color CSS Codes

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

#766e11 Text Font Color

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

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


#766e11 Background Color

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

This div background color is #766e11


#766e11 Border Color

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

This div border color is #766e11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766e11


Comments

No comments written yet.

Please login to write comment.