Color Hex Logo

#777016 Color Hex

#777016
(119,112,22)
0 Favorites   0 Comments

Color spaces of #777016

RGB 11911222
HSL0.150.690.28
HSV56°82°47°
CMYK 0.000.060.82   0.53
XYZ13.546715.56823.0500
Yxy15.56820.42120.4840
Hunter Lab39.4566-7.764223.0365
CIE-Lab46.4028-7.800546.8508

#777016 color RGB value is (119,112,22).

#777016 hex color red value is 119, green value is 112 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #777016 hue: 0.15 , saturation: 0.69 and the lightness value of 777016 is 0.28.

The process color (four color CMYK) of #777016 color hex is 0.00, 0.06, 0.82, 0.53. Web safe color of #777016 is #666600. Color #777016 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110000 00010110
Octal 167 160 26
Decimal 119 112 22
Hex 77 70 16

RGB Percentages of Color #777016

%47.04
%44.27
%8.70

CMYK Percentages of Color #777016

%0
%6
%82
%53

Triadic Colors of #777016

#777016 #167770 #701677

Analogous Colors of #777016

#777016 #4e7716 #773f16

Monochromatic Colors of #777016

#777016

Complementary Color

#777016 #161d77

#777016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#777016 Color CSS Codes

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

#777016 Text Font Color

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

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


#777016 Background Color

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

This div background color is #777016


#777016 Border Color

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

This div border color is #777016


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777016


Comments

No comments written yet.

Please login to write comment.