Color Hex Logo

#777d1e Color Hex

#777D1E
(119,125,30)
0 Favorites   0 Comments

Color spaces of #777d1e

RGB 11912530
HSL0.180.610.30
HSV64°76°49°
CMYK 0.050.000.76   0.51
XYZ15.175718.68294.0346
Yxy18.68290.40050.4930
Hunter Lab43.2237-12.970824.7223
CIE-Lab50.3141-14.584547.6576

#777d1e color RGB value is (119,125,30).

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

The process color (four color CMYK) of #777d1e color hex is 0.05, 0.00, 0.76, 0.51. Web safe color of #777d1e is #666633. Color #777d1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111101 00011110
Octal 167 175 36
Decimal 119 125 30
Hex 77 7D 1E

RGB Percentages of Color #777d1e

%43.43
%45.62
%10.95

CMYK Percentages of Color #777d1e

%5
%0
%76
%51

Triadic Colors of #777d1e

#777d1e #1e777d #7d1e77

Analogous Colors of #777d1e

#777d1e #487d1e #7d541e

Monochromatic Colors of #777d1e

#777d1e

Complementary Color

#777d1e #241e7d

#777d1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777d1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#777d1e Color CSS Codes

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

#777d1e Text Font Color

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

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


#777d1e Background Color

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

This div background color is #777d1e


#777d1e Border Color

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

This div border color is #777d1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777d1e


Comments

No comments written yet.

Please login to write comment.