Color Hex Logo

#776755 Color Hex

#776755
(119,103,85)
0 Favorites   0 Comments

Color spaces of #776755

RGB 11910385
HSL0.090.170.40
HSV32°29°47°
CMYK 0.000.130.29   0.53
XYZ14.097714.278310.6073
Yxy14.27830.36160.3663
Hunter Lab37.78660.46949.8070
CIE-Lab44.62943.337412.5073

#776755 color RGB value is (119,103,85).

#776755 hex color red value is 119, green value is 103 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #776755 hue: 0.09 , saturation: 0.17 and the lightness value of 776755 is 0.40.

The process color (four color CMYK) of #776755 color hex is 0.00, 0.13, 0.29, 0.53. Web safe color of #776755 is #666666. Color #776755 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100111 01010101
Octal 167 147 125
Decimal 119 103 85
Hex 77 67 55

RGB Percentages of Color #776755

%38.76
%33.55
%27.69

CMYK Percentages of Color #776755

%0
%13
%29
%53

Triadic Colors of #776755

#776755 #557767 #675577

Analogous Colors of #776755

#776755 #767755 #775655

Monochromatic Colors of #776755

#776755

Complementary Color

#776755 #556577

#776755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#776755 Color CSS Codes

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

#776755 Text Font Color

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

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


#776755 Background Color

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

This div background color is #776755


#776755 Border Color

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

This div border color is #776755


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776755


Comments

No comments written yet.

Please login to write comment.