COLOR #7C8E77

HEX: #7C8E77
RGB: (124,142,119)

Color info

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

RGB color model

#7C8E77 color RGB value is (124,142,119).

  • red value is 124;
  • green value is 142;
  • blue value is 119.
RGB:
(124,142,119)
(49%,56%,47%)

RGB channels and saturation

R 124 of 255 = 49%
G 142 of 255 = 56%
B 119 of 255 = 47%

124
142
119

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

Portions of RGB colors in percentages

R + G + B =
124 + 142 + 119 = 385 (100%)
R 124 of 385 ~ 32.21%
G 142 of 385 ~ 36.88%
B 119 of 385 ~ 30.91%

%32.21
%36.88
%30.91

CMYK color model

#7C8E77 color CMYK value is (13,0,16,44).

  • cyan value is 12.68%
  • magenta value is 0.00%
  • yellow value is 16.20%
  • key color value is 44.31%
CMYK:
(13,0,16,44)
C13M0Y16K44 
(13%,0%,16%,44%)
(0.13/0.00/0.16/0.44)	

CMYK percentages

%12.68
%0
%16.2
%44.31

Codes

Color #7C8E77 in popluar color models

7C8E77
RGB124142119
HSL107°9.24%51.18%
HSB/HSV107°16.20%55.69%
CMYK12.68%0.00%16.20%
44.31%

Color #7C8E77 in popluar number systems.

HEX7C8E77
Decimal124142119
Binary1111100100011101110111
Octal174216167

Shades and tints

Shades of #7C8E77

#7C8E77
(124,142,119)
#71826D
(113,130,109)
#667663
(102,118,99)
#5B6A59
(91,106,89)
#505E4F
(80,94,79)
#455245
(69,82,69)
#3A463B
(58,70,59)
#2F3A31
(47,58,49)
#242E27
(36,46,39)
#19221D
(25,34,29)
#0E1613
(14,22,19)
#000000
(0,0,0)

Tints of #7C8E77

#7C8E77
(124,142,119)
#879883
(135,152,131)
#92A28F
(146,162,143)
#9DAC9B
(157,172,155)
#A8B6A7
(168,182,167)
#B3C0B3
(179,192,179)
#BECABF
(190,202,191)
#C9D4CB
(201,212,203)
#D4DED7
(212,222,215)
#DFE8E3
(223,232,227)
#EAF2EF
(234,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C8E77; }

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

This text font color is #7C8E77.


Background Color

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

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

This div background color is #7C8E77.


Border color

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

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

This div border color is #7C8E77.


Opacity

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

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

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

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

This text has shadow with #7C8E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C8E77 on black background.


Color preview on white background

This text has color #7C8E77 on white background.



Black color preview on #7C8E77 background

This text has black color on #7C8E77 background.


White color preview on #7C8E77 background

This text has white color on #7C8E77 background.