Color Hex Logo

#777166 Color Hex

#777166
(119,113,102)
0 Favorites   0 Comments

Color spaces of #777166

RGB 119113102
HSL0.110.080.43
HSV39°14°47°
CMYK 0.000.050.14   0.53
XYZ15.911116.691514.9535
Yxy16.69150.33460.3510
Hunter Lab40.8552-1.97976.8978
CIE-Lab47.86900.26776.9321

#777166 color RGB value is (119,113,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110001 01100110
Octal 167 161 146
Decimal 119 113 102
Hex 77 71 66

RGB Percentages of Color #777166

%35.63
%33.83
%30.54

CMYK Percentages of Color #777166

%0
%5
%14
%53

Triadic Colors of #777166

#777166 #667771 #716677

Analogous Colors of #777166

#777166 #757766 #776966

Monochromatic Colors of #777166

#777166

Complementary Color

#777166 #666c77

#777166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#777166 Color CSS Codes

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

#777166 Text Font Color

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

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


#777166 Background Color

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

This div background color is #777166


#777166 Border Color

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

This div border color is #777166


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777166


Comments

No comments written yet.

Please login to write comment.