COLOR #7C876B

HEX: #7C876B
RGB: (124,135,107)

Color info

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

RGB color model

#7C876B color RGB value is (124,135,107).

  • red value is 124;
  • green value is 135;
  • blue value is 107.
RGB:
(124,135,107)
(49%,53%,42%)

RGB channels and saturation

R 124 of 255 = 49%
G 135 of 255 = 53%
B 107 of 255 = 42%

124
135
107

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

Portions of RGB colors in percentages

R + G + B =
124 + 135 + 107 = 366 (100%)
R 124 of 366 ~ 33.88%
G 135 of 366 ~ 36.89%
B 107 of 366 ~ 29.23%

%33.88
%36.89
%29.23

CMYK color model

#7C876B color CMYK value is (8,0,21,47).

  • cyan value is 8.15%
  • magenta value is 0.00%
  • yellow value is 20.74%
  • key color value is 47.06%
CMYK:
(8,0,21,47)
C8M0Y21K47 
(8%,0%,21%,47%)
(0.08/0.00/0.21/0.47)	

CMYK percentages

%8.15
%0
%20.74
%47.06

Codes

Color #7C876B in popluar color models

7C876B
RGB124135107
HSL84°11.57%47.45%
HSB/HSV84°20.74%52.94%
CMYK8.15%0.00%20.74%
47.06%

Color #7C876B in popluar number systems.

HEX7C876B
Decimal124135107
Binary1111100100001111101011
Octal174207153

Shades and tints

Shades of #7C876B

#7C876B
(124,135,107)
#717B62
(113,123,98)
#666F59
(102,111,89)
#5B6350
(91,99,80)
#505747
(80,87,71)
#454B3E
(69,75,62)
#3A3F35
(58,63,53)
#2F332C
(47,51,44)
#242723
(36,39,35)
#191B1A
(25,27,26)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #7C876B

#7C876B
(124,135,107)
#879178
(135,145,120)
#929B85
(146,155,133)
#9DA592
(157,165,146)
#A8AF9F
(168,175,159)
#B3B9AC
(179,185,172)
#BEC3B9
(190,195,185)
#C9CDC6
(201,205,198)
#D4D7D3
(212,215,211)
#DFE1E0
(223,225,224)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C876B; }

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

This text font color is #7C876B.


Background Color

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

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

This div background color is #7C876B.


Border color

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

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

This div border color is #7C876B.


Opacity

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

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

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

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

This text has shadow with #7C876B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C876B on black background.


Color preview on white background

This text has color #7C876B on white background.



Black color preview on #7C876B background

This text has black color on #7C876B background.


White color preview on #7C876B background

This text has white color on #7C876B background.