Color Hex Logo

#776914 Color Hex

#776914
(119,105,20)
0 Favorites   0 Comments

Color spaces of #776914

RGB 11910520
HSL0.140.710.27
HSV52°83°47°
CMYK 0.000.120.83   0.53
XYZ12.785614.07562.7048
Yxy14.07560.43240.4761
Hunter Lab37.5175-4.824421.9877
CIE-Lab44.3412-3.900045.6801

#776914 color RGB value is (119,105,20).

#776914 hex color red value is 119, green value is 105 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #776914 hue: 0.14 , saturation: 0.71 and the lightness value of 776914 is 0.27.

The process color (four color CMYK) of #776914 color hex is 0.00, 0.12, 0.83, 0.53. Web safe color of #776914 is #666600. Color #776914 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01101001 00010100
Octal 167 151 24
Decimal 119 105 20
Hex 77 69 14

RGB Percentages of Color #776914

%48.77
%43.03
%8.20

CMYK Percentages of Color #776914

%0
%12
%83
%53

Triadic Colors of #776914

#776914 #147769 #691477

Analogous Colors of #776914

#776914 #547714 #773814

Monochromatic Colors of #776914

#776914

Complementary Color

#776914 #142277

#776914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#776914 Color CSS Codes

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

#776914 Text Font Color

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

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


#776914 Background Color

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

This div background color is #776914


#776914 Border Color

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

This div border color is #776914


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,105,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 #776914">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776914


Comments

No comments written yet.

Please login to write comment.