COLOR #7C8D4F

HEX: #7C8D4F RGB: (124,141,79)

Color info

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

RGB color model

#7C8D4F color RGB value is (124,141,79).

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

RGB channels and saturation

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

124
141
79

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

Portions of RGB colors in percentages

R + G + B = 124 + 141 + 79 = 344 (100%)
R 124 of 344 ~ 36.05%
G 141 of 344 ~ 40.99%
B 79 of 344 ~ 22.97'%

%36.05
%40.99
%22.97

CMYK color model

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

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

CMYK: (12,0,44,45)
C12M0Y44K45 (12%, 0%, 44%, 45%)
(0.12 / 0.00 / 0.44 / 0.45)

CMYK percentages

%12.06
%0
%43.97
%44.71

Codes

Color #7C8D4F in popluar color models

7C 8D 4F
RGB 124 141 79
HSL 76° 28.18% 43.14%
HSB/HSV 76° 43.97% 55.29%
CMYK 12.06% 0.00% 43.97%
44.71%

Color #7C8D4F in popluar number systems.

HEX 7C 8D 4F
Decimal 124 141 79
Binary 1111100 10001101 1001111
Octal 174 215 117

Shades and tints

Shades of #7C8D4F

#7C8D4F
(124,141,79)
#718148
(113,129,72)
#667541
(102,117,65)
#5B693A
(91,105,58)
#505D33
(80,93,51)
#45512C
(69,81,44)
#3A4525
(58,69,37)
#2F391E
(47,57,30)
#242D17
(36,45,23)
#192110
(25,33,16)
#0E1509
(14,21,9)
#000000
(0,0,0)

Tints of #7C8D4F

#7C8D4F
(124,141,79)
#87975F
(135,151,95)
#92A16F
(146,161,111)
#9DAB7F
(157,171,127)
#A8B58F
(168,181,143)
#B3BF9F
(179,191,159)
#BEC9AF
(190,201,175)
#C9D3BF
(201,211,191)
#D4DDCF
(212,221,207)
#DFE7DF
(223,231,223)
#EAF1EF
(234,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C8D4F; }

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

This text font color is #7C8D4F.

Background Color

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

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

This div background color is #7C8D4F.

Border color

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

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

This div border color is #7C8D4F.

Opacity

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

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

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

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

This text has shadow with #7C8D4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C8D4F.

Preview

Color preview on black background

This text has color #7C8D4F on black background.


Color preview on white background

This text has color #7C8D4F on white background.


Black color preview on #7C8D4F background

This text has black color on #7C8D4F background.


White color preview on #7C8D4F background

This text has white color on #7C8D4F background.


Related colors

Complementary color

Complementary color for #hex is #8372B0.


I love getcolorcode.com

Triadic colors

1 #4F7C8D and #8D4F7C with #7C8D4F are triadic colors.

2 #4F8D7C and #8D7C4F with #7C8D4F are triadic colors.