Color Hex Logo

#777d14 Color Hex

#777D14
(119,125,20)
0 Favorites   0 Comments

Color spaces of #777d14

RGB 11912520
HSL0.180.720.28
HSV63°84°49°
CMYK 0.050.000.84   0.51
XYZ15.067618.63973.4655
Yxy18.63970.40530.5014
Hunter Lab43.1737-13.257625.4625
CIE-Lab50.2630-15.009650.8646

#777d14 color RGB value is (119,125,20).

#777d14 hex color red value is 119, green value is 125 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #777d14 hue: 0.18 , saturation: 0.72 and the lightness value of 777d14 is 0.28.

The process color (four color CMYK) of #777d14 color hex is 0.05, 0.00, 0.84, 0.51. Web safe color of #777d14 is #666600. Color #777d14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111101 00010100
Octal 167 175 24
Decimal 119 125 20
Hex 77 7D 14

RGB Percentages of Color #777d14

%45.08
%47.35
%7.58

CMYK Percentages of Color #777d14

%5
%0
%84
%51

Triadic Colors of #777d14

#777d14 #14777d #7d1477

Analogous Colors of #777d14

#777d14 #437d14 #7d4e14

Monochromatic Colors of #777d14

#777d14

Complementary Color

#777d14 #1a147d

#777d14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777d14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#777d14 Color CSS Codes

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

#777d14 Text Font Color

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

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


#777d14 Background Color

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

This div background color is #777d14


#777d14 Border Color

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

This div border color is #777d14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777d14


Comments

No comments written yet.

Please login to write comment.