Color Hex Logo

#766820 Color Hex

#766820
(118,104,32)
0 Favorites   0 Comments

Color spaces of #766820

RGB 11810432
HSL0.140.570.29
HSV50°73°46°
CMYK 0.000.120.73   0.54
XYZ12.682213.85653.3726
Yxy13.85650.42400.4633
Hunter Lab37.2243-4.328220.6852
CIE-Lab44.0264-3.235940.6834

#766820 color RGB value is (118,104,32).

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

The process color (four color CMYK) of #766820 color hex is 0.00, 0.12, 0.73, 0.54. Web safe color of #766820 is #666633. Color #766820 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101000 00100000
Octal 166 150 40
Decimal 118 104 32
Hex 76 68 20

RGB Percentages of Color #766820

%46.46
%40.94
%12.60

CMYK Percentages of Color #766820

%0
%12
%73
%54

Triadic Colors of #766820

#766820 #207668 #682076

Analogous Colors of #766820

#766820 #597620 #763d20

Monochromatic Colors of #766820

#766820

Complementary Color

#766820 #202e76

#766820 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766820 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766820 Color CSS Codes

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

#766820 Text Font Color

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

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


#766820 Background Color

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

This div background color is #766820


#766820 Border Color

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

This div border color is #766820


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766820


Comments

No comments written yet.

Please login to write comment.