Color Hex Logo

#777331 Color Hex

#777331
(119,115,49)
0 Favorites   0 Comments

Color spaces of #777331

RGB 11911549
HSL0.160.420.33
HSV57°59°47°
CMYK 0.000.030.59   0.53
XYZ14.292916.40525.3189
Yxy16.40520.39680.4555
Hunter Lab40.5033-7.891420.5664
CIE-Lab47.5017-7.827036.3744

#777331 color RGB value is (119,115,49).

#777331 hex color red value is 119, green value is 115 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #777331 hue: 0.16 , saturation: 0.42 and the lightness value of 777331 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110011 00110001
Octal 167 163 61
Decimal 119 115 49
Hex 77 73 31

RGB Percentages of Color #777331

%42.05
%40.64
%17.31

CMYK Percentages of Color #777331

%0
%3
%59
%53

Triadic Colors of #777331

#777331 #317773 #733177

Analogous Colors of #777331

#777331 #587731 #775031

Monochromatic Colors of #777331

#777331

Complementary Color

#777331 #313577

#777331 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777331 Color Preview on White Background

Lorem ipsum dolor sit amet.

#777331 Color CSS Codes

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

#777331 Text Font Color

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

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


#777331 Background Color

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

This div background color is #777331


#777331 Border Color

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

This div border color is #777331


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777331


Comments

No comments written yet.

Please login to write comment.