Color Hex Logo

#77c80a Color Hex

#77C80A
(119,200,10)
0 Favorites   0 Comments

Color spaces of #77c80a

RGB 11920010
HSL0.240.900.41
HSV86°95°78°
CMYK 0.410.000.95   0.22
XYZ28.316845.25247.5293
Yxy45.25240.34920.5580
Hunter Lab67.2699-42.584040.4528
CIE-Lab73.0578-49.927171.4570

#77c80a color RGB value is (119,200,10).

#77c80a hex color red value is 119, green value is 200 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #77c80a hue: 0.24 , saturation: 0.90 and the lightness value of 77c80a is 0.41.

The process color (four color CMYK) of #77c80a color hex is 0.41, 0.00, 0.95, 0.22. Web safe color of #77c80a is #66cc00. Color #77c80a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11001000 00001010
Octal 167 310 12
Decimal 119 200 10
Hex 77 C8 A

RGB Percentages of Color #77c80a

%36.17
%60.79
%3.04

CMYK Percentages of Color #77c80a

%41
%0
%95
%22

Triadic Colors of #77c80a

#77c80a #0a77c8 #c80a77

Analogous Colors of #77c80a

#77c80a #18c80a #c8ba0a

Monochromatic Colors of #77c80a

#77c80a

Complementary Color

#77c80a #5b0ac8

#77c80a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77c80a Color Preview on White Background

Lorem ipsum dolor sit amet.

#77c80a Color CSS Codes

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

#77c80a Text Font Color

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

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


#77c80a Background Color

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

This div background color is #77c80a


#77c80a Border Color

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

This div border color is #77c80a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,200,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77c80a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77c80a;
  -webkit-box-shadow: 1px 1px 3px 2px #77c80a;
  box-shadow:         1px 1px 3px 2px #77c80a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77c80a


Comments

No comments written yet.

Please login to write comment.