Color Hex Logo

#777a10 Color Hex

#777A10
(119,122,16)
0 Favorites   0 Comments

Color spaces of #777a10

RGB 11912216
HSL0.170.770.27
HSV62°87°48°
CMYK 0.020.000.87   0.52
XYZ14.660817.87843.1684
Yxy17.87840.41060.5007
Hunter Lab42.2829-12.103425.1552
CIE-Lab49.3483-13.524551.1532

#777a10 color RGB value is (119,122,16).

#777a10 hex color red value is 119, green value is 122 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #777a10 hue: 0.17 , saturation: 0.77 and the lightness value of 777a10 is 0.27.

The process color (four color CMYK) of #777a10 color hex is 0.02, 0.00, 0.87, 0.52. Web safe color of #777a10 is #666600. Color #777a10 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111010 00010000
Octal 167 172 20
Decimal 119 122 16
Hex 77 7A 10

RGB Percentages of Color #777a10

%46.30
%47.47
%6.23

CMYK Percentages of Color #777a10

%2
%0
%87
%52

Triadic Colors of #777a10

#777a10 #10777a #7a1077

Analogous Colors of #777a10

#777a10 #427a10 #7a4810

Monochromatic Colors of #777a10

#777a10

Complementary Color

#777a10 #13107a

#777a10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777a10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#777a10 Color CSS Codes

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

#777a10 Text Font Color

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

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


#777a10 Background Color

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

This div background color is #777a10


#777a10 Border Color

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

This div border color is #777a10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777a10


Comments

No comments written yet.

Please login to write comment.