Color Hex Logo

#766920 Color Hex

#766920
(118,105,32)
0 Favorites   0 Comments

Color spaces of #766920

RGB 11810532
HSL0.140.570.29
HSV51°73°46°
CMYK 0.000.110.73   0.54
XYZ12.783514.05903.4064
Yxy14.05900.42260.4648
Hunter Lab37.4953-4.759820.8603
CIE-Lab44.3174-3.811740.9760

#766920 color RGB value is (118,105,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101001 00100000
Octal 166 151 40
Decimal 118 105 32
Hex 76 69 20

RGB Percentages of Color #766920

%46.27
%41.18
%12.55

CMYK Percentages of Color #766920

%0
%11
%73
%54

Triadic Colors of #766920

#766920 #207669 #692076

Analogous Colors of #766920

#766920 #587620 #763e20

Monochromatic Colors of #766920

#766920

Complementary Color

#766920 #202d76

#766920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766920 Color CSS Codes

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

#766920 Text Font Color

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

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


#766920 Background Color

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

This div background color is #766920


#766920 Border Color

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

This div border color is #766920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766920


Comments

No comments written yet.

Please login to write comment.