Color Hex Logo

#776660 Color Hex

#776660
(119,102,96)
0 Favorites   0 Comments

Color spaces of #776660

RGB 11910296
HSL0.040.110.42
HSV16°19°47°
CMYK 0.000.140.19   0.53
XYZ14.470414.269213.0579
Yxy14.26920.34620.3414
Hunter Lab37.77462.27295.9469
CIE-Lab44.61655.70505.8831

#776660 color RGB value is (119,102,96).

#776660 hex color red value is 119, green value is 102 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #776660 hue: 0.04 , saturation: 0.11 and the lightness value of 776660 is 0.42.

The process color (four color CMYK) of #776660 color hex is 0.00, 0.14, 0.19, 0.53. Web safe color of #776660 is #666666. Color #776660 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100110 01100000
Octal 167 146 140
Decimal 119 102 96
Hex 77 66 60

RGB Percentages of Color #776660

%37.54
%32.18
%30.28

CMYK Percentages of Color #776660

%0
%14
%19
%53

Triadic Colors of #776660

#776660 #607766 #666077

Analogous Colors of #776660

#776660 #777260 #776066

Monochromatic Colors of #776660

#776660

Complementary Color

#776660 #607177

#776660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#776660 Color CSS Codes

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

#776660 Text Font Color

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

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


#776660 Background Color

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

This div background color is #776660


#776660 Border Color

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

This div border color is #776660


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776660


Comments

No comments written yet.

Please login to write comment.