Color Hex Logo

#77c098 Color Hex

#77C098
(119,192,152)
0 Favorites   0 Comments

Color spaces of #77c098

RGB 119192152
HSL0.410.370.61
HSV147°38°75°
CMYK 0.380.000.21   0.25
XYZ32.124943.888236.4839
Yxy43.88820.28560.3901
Hunter Lab66.2482-29.376513.7218
CIE-Lab72.1537-31.685413.0759

#77c098 color RGB value is (119,192,152).

#77c098 hex color red value is 119, green value is 192 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #77c098 hue: 0.41 , saturation: 0.37 and the lightness value of 77c098 is 0.61.

The process color (four color CMYK) of #77c098 color hex is 0.38, 0.00, 0.21, 0.25. Web safe color of #77c098 is #66cc99. Color #77c098 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11000000 10011000
Octal 167 300 230
Decimal 119 192 152
Hex 77 C0 98

RGB Percentages of Color #77c098

%25.70
%41.47
%32.83

CMYK Percentages of Color #77c098

%38
%0
%21
%25

Triadic Colors of #77c098

#77c098 #9877c0 #c09877

Analogous Colors of #77c098

#77c098 #77c0bd #7bc077

Monochromatic Colors of #77c098

#77c098

Complementary Color

#77c098 #c0779f

#77c098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77c098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#77c098 Color CSS Codes

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

#77c098 Text Font Color

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

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


#77c098 Background Color

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

This div background color is #77c098


#77c098 Border Color

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

This div border color is #77c098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77c098


Comments

No comments written yet.

Please login to write comment.