Color Hex Logo

#777342 Color Hex

#777342
(119,115,66)
0 Favorites   0 Comments

Color spaces of #777342

RGB 11911566
HSL0.150.290.36
HSV55°45°47°
CMYK 0.000.030.45   0.53
XYZ14.721916.57687.5780
Yxy16.57680.37870.4264
Hunter Lab40.7146-6.707217.4649
CIE-Lab47.7223-6.144027.5986

#777342 color RGB value is (119,115,66).

#777342 hex color red value is 119, green value is 115 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #777342 hue: 0.15 , saturation: 0.29 and the lightness value of 777342 is 0.36.

The process color (four color CMYK) of #777342 color hex is 0.00, 0.03, 0.45, 0.53. Web safe color of #777342 is #666633. Color #777342 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110011 01000010
Octal 167 163 102
Decimal 119 115 66
Hex 77 73 42

RGB Percentages of Color #777342

%39.67
%38.33
%22.00

CMYK Percentages of Color #777342

%0
%3
%45
%53

Triadic Colors of #777342

#777342 #427773 #734277

Analogous Colors of #777342

#777342 #617742 #775942

Monochromatic Colors of #777342

#777342

Complementary Color

#777342 #424677

#777342 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777342 Color Preview on White Background

Lorem ipsum dolor sit amet.

#777342 Color CSS Codes

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

#777342 Text Font Color

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

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


#777342 Background Color

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

This div background color is #777342


#777342 Border Color

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

This div border color is #777342


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777342


Comments

No comments written yet.

Please login to write comment.