Color Hex Logo

#77980f Color Hex

#77980F
(119,152,15)
0 Favorites   0 Comments

Color spaces of #77980f

RGB 11915215
HSL0.210.820.33
HSV74°90°60°
CMYK 0.220.000.90   0.40
XYZ18.922226.41294.5528
Yxy26.41290.37930.5294
Hunter Lab51.3935-24.218030.7231
CIE-Lab58.4269-28.851758.9047

#77980f color RGB value is (119,152,15).

#77980f hex color red value is 119, green value is 152 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #77980f hue: 0.21 , saturation: 0.82 and the lightness value of 77980f is 0.33.

The process color (four color CMYK) of #77980f color hex is 0.22, 0.00, 0.90, 0.40. Web safe color of #77980f is #669900. Color #77980f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011000 00001111
Octal 167 230 17
Decimal 119 152 15
Hex 77 98 F

RGB Percentages of Color #77980f

%41.61
%53.15
%5.24

CMYK Percentages of Color #77980f

%22
%0
%90
%40

Triadic Colors of #77980f

#77980f #0f7798 #980f77

Analogous Colors of #77980f

#77980f #33980f #98750f

Monochromatic Colors of #77980f

#77980f

Complementary Color

#77980f #300f98

#77980f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77980f Color Preview on White Background

Lorem ipsum dolor sit amet.

#77980f Color CSS Codes

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

#77980f Text Font Color

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

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


#77980f Background Color

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

This div background color is #77980f


#77980f Border Color

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

This div border color is #77980f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,152,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77980f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77980f;
  -webkit-box-shadow: 1px 1px 3px 2px #77980f;
  box-shadow:         1px 1px 3px 2px #77980f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77980f


Comments

No comments written yet.

Please login to write comment.