Color Hex Logo

#74c777 Color Hex

#74C777
(116,199,119)
0 Favorites   0 Comments

Color spaces of #74c777

RGB 116199119
HSL0.340.430.62
HSV122°42°78°
CMYK 0.420.000.40   0.22
XYZ30.955745.891824.6792
Yxy45.89180.30490.4520
Hunter Lab67.7435-36.984725.8209
CIE-Lab73.4753-41.659532.3256

#74c777 color RGB value is (116,199,119).

#74c777 hex color red value is 116, green value is 199 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #74c777 hue: 0.34 , saturation: 0.43 and the lightness value of 74c777 is 0.62.

The process color (four color CMYK) of #74c777 color hex is 0.42, 0.00, 0.40, 0.22. Web safe color of #74c777 is #66cc66. Color #74c777 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11000111 01110111
Octal 164 307 167
Decimal 116 199 119
Hex 74 C7 77

RGB Percentages of Color #74c777

%26.73
%45.85
%27.42

CMYK Percentages of Color #74c777

%42
%0
%40
%22

Triadic Colors of #74c777

#74c777 #7774c7 #c77774

Analogous Colors of #74c777

#74c777 #74c7a1 #9bc774

Monochromatic Colors of #74c777

#74c777

Complementary Color

#74c777 #c774c4

#74c777 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74c777 Color Preview on White Background

Lorem ipsum dolor sit amet.

#74c777 Color CSS Codes

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

#74c777 Text Font Color

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

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


#74c777 Background Color

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

This div background color is #74c777


#74c777 Border Color

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

This div border color is #74c777


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,199,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74c777; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74c777;
  -webkit-box-shadow: 1px 1px 3px 2px #74c777;
  box-shadow:         1px 1px 3px 2px #74c777; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74c777


Comments

No comments written yet.

Please login to write comment.