Color Hex Logo

#766726 Color Hex

#766726
(118,103,38)
0 Favorites   0 Comments

Color spaces of #766726

RGB 11810338
HSL0.140.510.31
HSV49°68°46°
CMYK 0.000.130.68   0.54
XYZ12.671313.69203.8087
Yxy13.69200.42000.4538
Hunter Lab37.0027-3.628719.7992
CIE-Lab43.7879-2.281237.6740

#766726 color RGB value is (118,103,38).

#766726 hex color red value is 118, green value is 103 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #766726 hue: 0.14 , saturation: 0.51 and the lightness value of 766726 is 0.31.

The process color (four color CMYK) of #766726 color hex is 0.00, 0.13, 0.68, 0.54. Web safe color of #766726 is #666633. Color #766726 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100111 00100110
Octal 166 147 46
Decimal 118 103 38
Hex 76 67 26

RGB Percentages of Color #766726

%45.56
%39.77
%14.67

CMYK Percentages of Color #766726

%0
%13
%68
%54

Triadic Colors of #766726

#766726 #267667 #672676

Analogous Colors of #766726

#766726 #5d7626 #763f26

Monochromatic Colors of #766726

#766726

Complementary Color

#766726 #263576

#766726 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766726 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766726 Color CSS Codes

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

#766726 Text Font Color

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

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


#766726 Background Color

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

This div background color is #766726


#766726 Border Color

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

This div border color is #766726


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766726


Comments

No comments written yet.

Please login to write comment.