Color Hex Logo

#777c73 Color Hex

#777C73
(119,124,115)
0 Favorites   0 Comments

Color spaces of #777c73

RGB 119124115
HSL0.260.040.47
HSV93°49°
CMYK 0.040.000.07   0.51
XYZ17.909919.575019.0541
Yxy19.57500.31680.3462
Hunter Lab44.2436-5.16935.4365
CIE-Lab51.3533-3.66384.2582

#777c73 color RGB value is (119,124,115).

#777c73 hex color red value is 119, green value is 124 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #777c73 hue: 0.26 , saturation: 0.04 and the lightness value of 777c73 is 0.47.

The process color (four color CMYK) of #777c73 color hex is 0.04, 0.00, 0.07, 0.51. Web safe color of #777c73 is #666666. Color #777c73 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111100 01110011
Octal 167 174 163
Decimal 119 124 115
Hex 77 7C 73

RGB Percentages of Color #777c73

%33.24
%34.64
%32.12

CMYK Percentages of Color #777c73

%4
%0
%7
%51

Triadic Colors of #777c73

#777c73 #73777c #7c7377

Analogous Colors of #777c73

#777c73 #737c74 #7c7c73

Monochromatic Colors of #777c73

#777c73

Complementary Color

#777c73 #78737c

#777c73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777c73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#777c73 Color CSS Codes

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

#777c73 Text Font Color

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

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


#777c73 Background Color

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

This div background color is #777c73


#777c73 Border Color

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

This div border color is #777c73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777c73


Comments

No comments written yet.

Please login to write comment.