Color Hex Logo

#766638 Color Hex

#766638
(118,102,56)
0 Favorites   0 Comments

Color spaces of #766638

RGB 11810256
HSL0.120.360.34
HSV45°53°46°
CMYK 0.000.140.53   0.54
XYZ12.936413.63985.6923
Yxy13.63980.40090.4227
Hunter Lab36.9321-2.107016.7142
CIE-Lab43.7119-0.184228.1680

#766638 color RGB value is (118,102,56).

#766638 hex color red value is 118, green value is 102 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #766638 hue: 0.12 , saturation: 0.36 and the lightness value of 766638 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100110 00111000
Octal 166 146 70
Decimal 118 102 56
Hex 76 66 38

RGB Percentages of Color #766638

%42.75
%36.96
%20.29

CMYK Percentages of Color #766638

%0
%14
%53
%54

Triadic Colors of #766638

#766638 #387666 #663876

Analogous Colors of #766638

#766638 #677638 #764738

Monochromatic Colors of #766638

#766638

Complementary Color

#766638 #384876

#766638 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766638 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766638 Color CSS Codes

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

#766638 Text Font Color

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

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


#766638 Background Color

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

This div background color is #766638


#766638 Border Color

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

This div border color is #766638


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766638


Comments

No comments written yet.

Please login to write comment.