COLOR #7C977E

HEX: #7C977E
RGB: (124,151,126)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

124
151
126

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

Portions of RGB colors in percentages

R + G + B =
124 + 151 + 126 = 401 (100%)
R 124 of 401 ~ 30.92%
G 151 of 401 ~ 37.66%
B 126 of 401 ~ 31.42%

%30.92
%37.66
%31.42

CMYK color model

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

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

CMYK percentages

%17.88
%0
%16.56
%40.78

Codes

Color #7C977E in popluar color models

7C977E
RGB124151126
HSL124°11.49%53.92%
HSB/HSV124°17.88%59.22%
CMYK17.88%0.00%16.56%
40.78%

Color #7C977E in popluar number systems.

HEX7C977E
Decimal124151126
Binary1111100100101111111110
Octal174227176

Shades and tints

Shades of #7C977E

#7C977E
(124,151,126)
#718A73
(113,138,115)
#667D68
(102,125,104)
#5B705D
(91,112,93)
#506352
(80,99,82)
#455647
(69,86,71)
#3A493C
(58,73,60)
#2F3C31
(47,60,49)
#242F26
(36,47,38)
#19221B
(25,34,27)
#0E1510
(14,21,16)
#000000
(0,0,0)

Tints of #7C977E

#7C977E
(124,151,126)
#87A089
(135,160,137)
#92A994
(146,169,148)
#9DB29F
(157,178,159)
#A8BBAA
(168,187,170)
#B3C4B5
(179,196,181)
#BECDC0
(190,205,192)
#C9D6CB
(201,214,203)
#D4DFD6
(212,223,214)
#DFE8E1
(223,232,225)
#EAF1EC
(234,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C977E; }

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

This text font color is #7C977E.


Background Color

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

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

This div background color is #7C977E.


Border color

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

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

This div border color is #7C977E.


Opacity

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

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

Text with #7C977E 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 #7C977E;}

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

This text has shadow with #7C977E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C977E on black background.


Color preview on white background

This text has color #7C977E on white background.



Black color preview on #7C977E background

This text has black color on #7C977E background.


White color preview on #7C977E background

This text has white color on #7C977E background.