Color Hex Logo

#766811 Color Hex

#766811
(118,104,17)
0 Favorites   0 Comments

Color spaces of #766811

RGB 11810417
HSL0.140.750.26
HSV52°86°46°
CMYK 0.000.120.86   0.54
XYZ12.522713.79272.5325
Yxy13.79270.43410.4781
Hunter Lab37.1385-4.804221.9539
CIE-Lab43.9342-3.913846.2448

#766811 color RGB value is (118,104,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101000 00010001
Octal 166 150 21
Decimal 118 104 17
Hex 76 68 11

RGB Percentages of Color #766811

%49.37
%43.51
%7.11

CMYK Percentages of Color #766811

%0
%12
%86
%54

Triadic Colors of #766811

#766811 #117668 #681176

Analogous Colors of #766811

#766811 #527611 #763611

Monochromatic Colors of #766811

#766811

Complementary Color

#766811 #111f76

#766811 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766811 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766811 Color CSS Codes

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

#766811 Text Font Color

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

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


#766811 Background Color

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

This div background color is #766811


#766811 Border Color

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

This div border color is #766811


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766811


Comments

No comments written yet.

Please login to write comment.