Color Hex Logo

#776961 Color Hex

#776961
(119,105,97)
0 Favorites   0 Comments

Color spaces of #776961

RGB 11910597
HSL0.060.100.42
HSV22°18°47°
CMYK 0.000.120.18   0.53
XYZ14.817014.888213.4020
Yxy14.88820.34370.3454
Hunter Lab38.58521.02116.4162
CIE-Lab45.48074.09516.5141

#776961 color RGB value is (119,105,97).

#776961 hex color red value is 119, green value is 105 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #776961 hue: 0.06 , saturation: 0.10 and the lightness value of 776961 is 0.42.

The process color (four color CMYK) of #776961 color hex is 0.00, 0.12, 0.18, 0.53. Web safe color of #776961 is #666666. Color #776961 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01101001 01100001
Octal 167 151 141
Decimal 119 105 97
Hex 77 69 61

RGB Percentages of Color #776961

%37.07
%32.71
%30.22

CMYK Percentages of Color #776961

%0
%12
%18
%53

Triadic Colors of #776961

#776961 #617769 #696177

Analogous Colors of #776961

#776961 #777461 #776164

Monochromatic Colors of #776961

#776961

Complementary Color

#776961 #616f77

#776961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#776961 Color CSS Codes

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

#776961 Text Font Color

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

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


#776961 Background Color

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

This div background color is #776961


#776961 Border Color

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

This div border color is #776961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776961


Comments

No comments written yet.

Please login to write comment.