Color Hex Logo

#766911 Color Hex

#766911
(118,105,17)
0 Favorites   0 Comments

Color spaces of #766911

RGB 11810517
HSL0.150.750.26
HSV52°86°46°
CMYK 0.000.110.86   0.54
XYZ12.624013.99522.5663
Yxy13.99520.43250.4795
Hunter Lab37.4102-5.233222.1199
CIE-Lab44.2260-4.487746.4952

#766911 color RGB value is (118,105,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101001 00010001
Octal 166 151 21
Decimal 118 105 17
Hex 76 69 11

RGB Percentages of Color #766911

%49.17
%43.75
%7.08

CMYK Percentages of Color #766911

%0
%11
%86
%54

Triadic Colors of #766911

#766911 #117669 #691176

Analogous Colors of #766911

#766911 #517611 #763711

Monochromatic Colors of #766911

#766911

Complementary Color

#766911 #111e76

#766911 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766911 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766911 Color CSS Codes

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

#766911 Text Font Color

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

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


#766911 Background Color

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

This div background color is #766911


#766911 Border Color

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

This div border color is #766911


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766911


Comments

No comments written yet.

Please login to write comment.