Color Hex Logo

#766629 Color Hex

#766629
(118,102,41)
0 Favorites   0 Comments

Color spaces of #766629

RGB 11810241
HSL0.130.480.31
HSV48°65°46°
CMYK 0.000.140.65   0.54
XYZ12.622813.51444.0411
Yxy13.51440.41830.4478
Hunter Lab36.7619-3.042619.2158
CIE-Lab43.5283-1.488435.9221

#766629 color RGB value is (118,102,41).

#766629 hex color red value is 118, green value is 102 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #766629 hue: 0.13 , saturation: 0.48 and the lightness value of 766629 is 0.31.

The process color (four color CMYK) of #766629 color hex is 0.00, 0.14, 0.65, 0.54. Web safe color of #766629 is #666633. Color #766629 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100110 00101001
Octal 166 146 51
Decimal 118 102 41
Hex 76 66 29

RGB Percentages of Color #766629

%45.21
%39.08
%15.71

CMYK Percentages of Color #766629

%0
%14
%65
%54

Triadic Colors of #766629

#766629 #297666 #662976

Analogous Colors of #766629

#766629 #5f7629 #764029

Monochromatic Colors of #766629

#766629

Complementary Color

#766629 #293976

#766629 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766629 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766629 Color CSS Codes

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

#766629 Text Font Color

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

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


#766629 Background Color

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

This div background color is #766629


#766629 Border Color

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

This div border color is #766629


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766629


Comments

No comments written yet.

Please login to write comment.