Color Hex Logo

#7c770e Color Hex

#7C770E
(124,119,14)
0 Favorites   0 Comments

Color spaces of #7c770e

RGB 12411914
HSL0.160.800.27
HSV57°89°49°
CMYK 0.000.040.89   0.51
XYZ14.988317.51043.0054
Yxy17.51040.42220.4932
Hunter Lab41.8454-9.293925.0335
CIE-Lab48.8968-9.596551.4483

#7c770e color RGB value is (124,119,14).

#7c770e hex color red value is 124, green value is 119 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #7c770e hue: 0.16 , saturation: 0.80 and the lightness value of 7c770e is 0.27.

The process color (four color CMYK) of #7c770e color hex is 0.00, 0.04, 0.89, 0.51. Web safe color of #7c770e is #666600. Color #7c770e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01110111 00001110
Octal 174 167 16
Decimal 124 119 14
Hex 7C 77 E

RGB Percentages of Color #7c770e

%48.25
%46.30
%5.45

CMYK Percentages of Color #7c770e

%0
%4
%89
%51

Triadic Colors of #7c770e

#7c770e #0e7c77 #770e7c

Analogous Colors of #7c770e

#7c770e #4a7c0e #7c400e

Monochromatic Colors of #7c770e

#7c770e

Complementary Color

#7c770e #0e137c

#7c770e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c770e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c770e Color CSS Codes

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

#7c770e Text Font Color

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

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


#7c770e Background Color

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

This div background color is #7c770e


#7c770e Border Color

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

This div border color is #7c770e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c770e


Comments

No comments written yet.

Please login to write comment.