Color Hex Logo

#777010 Color Hex

#777010
(119,112,16)
0 Favorites   0 Comments

Color spaces of #777010

RGB 11911216
HSL0.160.760.26
HSV56°87°47°
CMYK 0.000.060.87   0.53
XYZ13.495415.54772.7799
Yxy15.54770.42410.4886
Hunter Lab39.4306-7.910623.4214
CIE-Lab46.3754-8.012548.6522

#777010 color RGB value is (119,112,16).

#777010 hex color red value is 119, green value is 112 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #777010 hue: 0.16 , saturation: 0.76 and the lightness value of 777010 is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110000 00010000
Octal 167 160 20
Decimal 119 112 16
Hex 77 70 10

RGB Percentages of Color #777010

%48.18
%45.34
%6.48

CMYK Percentages of Color #777010

%0
%6
%87
%53

Triadic Colors of #777010

#777010 #107770 #701077

Analogous Colors of #777010

#777010 #4b7710 #773d10

Monochromatic Colors of #777010

#777010

Complementary Color

#777010 #101777

#777010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#777010 Color CSS Codes

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

#777010 Text Font Color

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

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


#777010 Background Color

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

This div background color is #777010


#777010 Border Color

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

This div border color is #777010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777010


Comments

No comments written yet.

Please login to write comment.