Color Hex Logo

#74977c Color Hex

#74977C
(116,151,124)
0 Favorites   0 Comments

Color spaces of #74977c

RGB 116151124
HSL0.370.140.52
HSV134°23°59°
CMYK 0.230.000.18   0.41
XYZ21.907227.301523.1839
Yxy27.30150.30260.3771
Hunter Lab52.2508-16.599310.2684
CIE-Lab59.2524-17.800810.3176

#74977c color RGB value is (116,151,124).

#74977c hex color red value is 116, green value is 151 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #74977c hue: 0.37 , saturation: 0.14 and the lightness value of 74977c is 0.52.

The process color (four color CMYK) of #74977c color hex is 0.23, 0.00, 0.18, 0.41. Web safe color of #74977c is #669966. Color #74977c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010111 01111100
Octal 164 227 174
Decimal 116 151 124
Hex 74 97 7C

RGB Percentages of Color #74977c

%29.67
%38.62
%31.71

CMYK Percentages of Color #74977c

%23
%0
%18
%41

Triadic Colors of #74977c

#74977c #7c7497 #977c74

Analogous Colors of #74977c

#74977c #74978e #7e9774

Monochromatic Colors of #74977c

#74977c

Complementary Color

#74977c #97748f

#74977c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74977c Color Preview on White Background

Lorem ipsum dolor sit amet.

#74977c Color CSS Codes

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

#74977c Text Font Color

<p style="color:#74977c">Text here</p>

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


#74977c Background Color

<div style="background-color:#74977c">
Div content here</div>

This div background color is #74977c


#74977c Border Color

<div style="border:3px solid #74977c">
Div here</div>

This div border color is #74977c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,151,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74977c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74977c;
  -webkit-box-shadow: 1px 1px 3px 2px #74977c;
  box-shadow:         1px 1px 3px 2px #74977c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74977c


Comments

No comments written yet.

Please login to write comment.