COLOR #7C8D4E

HEX: #7C8D4E RGB: (124,141,78)

Color info

#7C8D4E contains mainly red and green colors. Web safe color of #7C8D4E is #669966 (or #696).

RGB color model

#7C8D4E color RGB value is (124,141,78).

RGB: (124,141,78) (49%, 55%, 31%)

RGB channels and saturation

R 124 of 255 = 49%
G 141 of 255 = 55%
B 78 of 255 = 31%

124
141
78

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

Portions of RGB colors in percentages

R + G + B = 124 + 141 + 78 = 343 (100%)
R 124 of 343 ~ 36.15%
G 141 of 343 ~ 41.11%
B 78 of 343 ~ 22.74'%

%36.15
%41.11
%22.74

CMYK color model

#7C8D4E color CMYK value is (12,0,45,45).

  • cyan value is 12.06%
  • magenta value is 0.00%
  • yellow value is 44.68%
  • key color value is 44.71%

CMYK: (12,0,45,45)
C12M0Y45K45 (12%, 0%, 45%, 45%)
(0.12 / 0.00 / 0.45 / 0.45)

CMYK percentages

%12.06
%0
%44.68
%44.71

Codes

Color #7C8D4E in popluar color models

7C 8D 4E
RGB 124 141 78
HSL 76° 28.77% 42.94%
HSB/HSV 76° 44.68% 55.29%
CMYK 12.06% 0.00% 44.68%
44.71%

Color #7C8D4E in popluar number systems.

HEX 7C 8D 4E
Decimal 124 141 78
Binary 1111100 10001101 1001110
Octal 174 215 116

Shades and tints

Shades of #7C8D4E

#7C8D4E
(124,141,78)
#718147
(113,129,71)
#667540
(102,117,64)
#5B6939
(91,105,57)
#505D32
(80,93,50)
#45512B
(69,81,43)
#3A4524
(58,69,36)
#2F391D
(47,57,29)
#242D16
(36,45,22)
#19210F
(25,33,15)
#0E1508
(14,21,8)
#000000
(0,0,0)

Tints of #7C8D4E

#7C8D4E
(124,141,78)
#87975E
(135,151,94)
#92A16E
(146,161,110)
#9DAB7E
(157,171,126)
#A8B58E
(168,181,142)
#B3BF9E
(179,191,158)
#BEC9AE
(190,201,174)
#C9D3BE
(201,211,190)
#D4DDCE
(212,221,206)
#DFE7DE
(223,231,222)
#EAF1EE
(234,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C8D4E; }

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

This text font color is #7C8D4E.

Background Color

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

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

This div background color is #7C8D4E.

Border color

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

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

This div border color is #7C8D4E.

Opacity

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

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

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

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

This text has shadow with #7C8D4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C8D4E.

Preview

Color preview on black background

This text has color #7C8D4E on black background.


Color preview on white background

This text has color #7C8D4E on white background.


Black color preview on #7C8D4E background

This text has black color on #7C8D4E background.


White color preview on #7C8D4E background

This text has white color on #7C8D4E background.


Related colors

Complementary color

Complementary color for #hex is #8372B1.


I love getcolorcode.com

Triadic colors

1 #4E7C8D and #8D4E7C with #7C8D4E are triadic colors.

2 #4E8D7C and #8D7C4E with #7C8D4E are triadic colors.