Color Hex Logo

#766612 Color Hex

#766612
(118,102,18)
0 Favorites   0 Comments

Color spaces of #766612

RGB 11810218
HSL0.140.740.27
HSV50°85°46°
CMYK 0.000.140.85   0.54
XYZ12.331813.39802.5084
Yxy13.39800.43670.4745
Hunter Lab36.6033-3.918321.5592
CIE-Lab43.3569-2.725145.4312

#766612 color RGB value is (118,102,18).

#766612 hex color red value is 118, green value is 102 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #766612 hue: 0.14 , saturation: 0.74 and the lightness value of 766612 is 0.27.

The process color (four color CMYK) of #766612 color hex is 0.00, 0.14, 0.85, 0.54. Web safe color of #766612 is #666600. Color #766612 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100110 00010010
Octal 166 146 22
Decimal 118 102 18
Hex 76 66 12

RGB Percentages of Color #766612

%49.58
%42.86
%7.56

CMYK Percentages of Color #766612

%0
%14
%85
%54

Triadic Colors of #766612

#766612 #127666 #661276

Analogous Colors of #766612

#766612 #547612 #763412

Monochromatic Colors of #766612

#766612

Complementary Color

#766612 #122276

#766612 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766612 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766612 Color CSS Codes

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

#766612 Text Font Color

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

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


#766612 Background Color

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

This div background color is #766612


#766612 Border Color

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

This div border color is #766612


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766612


Comments

No comments written yet.

Please login to write comment.