Color Hex Logo

#776550 Color Hex

#776550
(119,101,80)
0 Favorites   0 Comments

Color spaces of #776550

RGB 11910180
HSL0.090.200.39
HSV32°33°47°
CMYK 0.000.150.33   0.53
XYZ13.709413.80859.5322
Yxy13.80850.37000.3727
Hunter Lab37.15980.824610.8028
CIE-Lab43.95703.783014.5685

#776550 color RGB value is (119,101,80).

#776550 hex color red value is 119, green value is 101 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #776550 hue: 0.09 , saturation: 0.20 and the lightness value of 776550 is 0.39.

The process color (four color CMYK) of #776550 color hex is 0.00, 0.15, 0.33, 0.53. Web safe color of #776550 is #666666. Color #776550 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100101 01010000
Octal 167 145 120
Decimal 119 101 80
Hex 77 65 50

RGB Percentages of Color #776550

%39.67
%33.67
%26.67

CMYK Percentages of Color #776550

%0
%15
%33
%53

Triadic Colors of #776550

#776550 #507765 #655077

Analogous Colors of #776550

#776550 #767750 #775250

Monochromatic Colors of #776550

#776550

Complementary Color

#776550 #506277

#776550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#776550 Color CSS Codes

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

#776550 Text Font Color

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

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


#776550 Background Color

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

This div background color is #776550


#776550 Border Color

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

This div border color is #776550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776550


Comments

No comments written yet.

Please login to write comment.