COLOR #7C977C

HEX: #7C977C
RGB: (124,151,124)

Color info

#7C977C contains red, green and blue colors in about the same proportion. Web safe color of #7C977C is #669966 (or #696).

RGB color model

#7C977C color RGB value is (124,151,124).

  • red value is 124;
  • green value is 151;
  • blue value is 124.
RGB:
(124,151,124)
(49%,59%,49%)

RGB channels and saturation

R 124 of 255 = 49%
G 151 of 255 = 59%
B 124 of 255 = 49%

124
151
124

R + G + B ~ 52%. #7C977C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
124 + 151 + 124 = 399 (100%)
R 124 of 399 ~ 31.08%
G 151 of 399 ~ 37.84%
B 124 of 399 ~ 31.08%

%31.08
%37.84
%31.08

CMYK color model

#7C977C color CMYK value is (18,0,18,41).

  • cyan value is 17.88%
  • magenta value is 0.00%
  • yellow value is 17.88%
  • key color value is 40.78%
CMYK:
(18,0,18,41)
C18M0Y18K41 
(18%,0%,18%,41%)
(0.18/0.00/0.18/0.41)	

CMYK percentages

%17.88
%0
%17.88
%40.78

Codes

Color #7C977C in popluar color models

7C977C
RGB124151124
HSL120°11.49%53.92%
HSB/HSV120°17.88%59.22%
CMYK17.88%0.00%17.88%
40.78%

Color #7C977C in popluar number systems.

HEX7C977C
Decimal124151124
Binary1111100100101111111100
Octal174227174

Shades and tints

Shades of #7C977C

#7C977C
(124,151,124)
#718A71
(113,138,113)
#667D66
(102,125,102)
#5B705B
(91,112,91)
#506350
(80,99,80)
#455645
(69,86,69)
#3A493A
(58,73,58)
#2F3C2F
(47,60,47)
#242F24
(36,47,36)
#192219
(25,34,25)
#0E150E
(14,21,14)
#000000
(0,0,0)

Tints of #7C977C

#7C977C
(124,151,124)
#87A087
(135,160,135)
#92A992
(146,169,146)
#9DB29D
(157,178,157)
#A8BBA8
(168,187,168)
#B3C4B3
(179,196,179)
#BECDBE
(190,205,190)
#C9D6C9
(201,214,201)
#D4DFD4
(212,223,212)
#DFE8DF
(223,232,223)
#EAF1EA
(234,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C977C color. Also use rgb(124,151,124) instead hex code.

Text Font Color

.myTextColor { color: #7C977C; }

<p style="color:#7C977C">This sample text font color is #7C977C.</p>

This text font color is #7C977C.


Background Color

.myBgColor { background-color: #7C977C; }

<div style="background-color:#7C977C">Inner text</div>

This div background color is #7C977C.


Border color

.myBorderColor { border: 1px solid #7C977C; }

<div style="border:3px solid #7C977C">Div</div>

This div border color is #7C977C.


Opacity

.myOpacity80 { color: #7C977C; opacity: 0.8; }

<p style="color:#7C977C;opacity:0.8;">80%</p>

Text with #7C977C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7C977C;}

<p style="text-shadow: 3px 3px 1px #7C977C">Text here.</p>

This text has shadow with #7C977C color.

.textShadow {text-shadow: 3px 3px 1px #7C977C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7C977C, 5px 5px 20px red">Text here.</p>

This text has shadow with #7C977C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7C977C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7C977C, Direction=45, Strength=4)">Text</p>

This text has shadow with #7C977C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #7C977C;
  -webkit-box-shadow:	1px 1px 3px 2px #7C977C;
  box-shadow:		1px 1px 3px 2px #7C977C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7C977C;
-webkit-box-shadow: 1px 1px 3px 2px #7C977C;
box-shadow:1px 1px 3px 2px #7C977C;">
Div content here</div>
This div box has shadow with color #7C977C.

Preview

Color preview on black background

This text has color #7C977C on black background.


Color preview on white background

This text has color #7C977C on white background.



Black color preview on #7C977C background

This text has black color on #7C977C background.


White color preview on #7C977C background

This text has white color on #7C977C background.