Color Hex Logo

#766036 Color Hex

#766036
(118,96,54)
0 Favorites   0 Comments

Color spaces of #766036

RGB 1189654
HSL0.110.370.34
HSV39°54°46°
CMYK 0.000.190.54   0.54
XYZ12.319912.48365.2503
Yxy12.48360.40990.4154
Hunter Lab35.33210.409615.9221
CIE-Lab41.97463.151627.1607

#766036 color RGB value is (118,96,54).

#766036 hex color red value is 118, green value is 96 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #766036 hue: 0.11 , saturation: 0.37 and the lightness value of 766036 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100000 00110110
Octal 166 140 66
Decimal 118 96 54
Hex 76 60 36

RGB Percentages of Color #766036

%44.03
%35.82
%20.15

CMYK Percentages of Color #766036

%0
%19
%54
%54

Triadic Colors of #766036

#766036 #367660 #603676

Analogous Colors of #766036

#766036 #6c7636 #764036

Monochromatic Colors of #766036

#766036

Complementary Color

#766036 #364c76

#766036 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766036 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766036 Color CSS Codes

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

#766036 Text Font Color

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

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


#766036 Background Color

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

This div background color is #766036


#766036 Border Color

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

This div border color is #766036


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766036


Comments

No comments written yet.

Please login to write comment.