Color Hex Logo

#776155 Color Hex

#776155
(119,97,85)
0 Favorites   0 Comments

Color spaces of #776155

RGB 1199785
HSL0.060.170.40
HSV21°29°47°
CMYK 0.000.180.29   0.53
XYZ13.522113.127210.4154
Yxy13.12720.36480.3542
Hunter Lab36.23153.21368.3180
CIE-Lab42.95436.905610.1774

#776155 color RGB value is (119,97,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100001 01010101
Octal 167 141 125
Decimal 119 97 85
Hex 77 61 55

RGB Percentages of Color #776155

%39.53
%32.23
%28.24

CMYK Percentages of Color #776155

%0
%18
%29
%53

Triadic Colors of #776155

#776155 #557761 #615577

Analogous Colors of #776155

#776155 #777255 #77555a

Monochromatic Colors of #776155

#776155

Complementary Color

#776155 #556b77

#776155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#776155 Color CSS Codes

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

#776155 Text Font Color

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

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


#776155 Background Color

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

This div background color is #776155


#776155 Border Color

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

This div border color is #776155


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,97,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 #776155">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776155


Comments

No comments written yet.

Please login to write comment.