COLOR #7C8E5C

HEX: #7C8E5C RGB: (124,142,92)

Color info

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

RGB color model

#7C8E5C color RGB value is (124,142,92).

RGB: (124,142,92) (49%, 56%, 36%)

RGB channels and saturation

R 124 of 255 = 49%
G 142 of 255 = 56%
B 92 of 255 = 36%

124
142
92

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

Portions of RGB colors in percentages

R + G + B = 124 + 142 + 92 = 358 (100%)
R 124 of 358 ~ 34.64%
G 142 of 358 ~ 39.66%
B 92 of 358 ~ 25.7'%

%34.64
%39.66
%25.7

CMYK color model

#7C8E5C color CMYK value is (13,0,35,44).

  • cyan value is 12.68%
  • magenta value is 0.00%
  • yellow value is 35.21%
  • key color value is 44.31%

CMYK: (13,0,35,44)
C13M0Y35K44 (13%, 0%, 35%, 44%)
(0.13 / 0.00 / 0.35 / 0.44)

CMYK percentages

%12.68
%0
%35.21
%44.31

Codes

Color #7C8E5C in popluar color models

7C 8E 5C
RGB 124 142 92
HSL 82° 21.37% 45.88%
HSB/HSV 82° 35.21% 55.69%
CMYK 12.68% 0.00% 35.21%
44.31%

Color #7C8E5C in popluar number systems.

HEX 7C 8E 5C
Decimal 124 142 92
Binary 1111100 10001110 1011100
Octal 174 216 134

Shades and tints

Shades of #7C8E5C

#7C8E5C
(124,142,92)
#718254
(113,130,84)
#66764C
(102,118,76)
#5B6A44
(91,106,68)
#505E3C
(80,94,60)
#455234
(69,82,52)
#3A462C
(58,70,44)
#2F3A24
(47,58,36)
#242E1C
(36,46,28)
#192214
(25,34,20)
#0E160C
(14,22,12)
#000000
(0,0,0)

Tints of #7C8E5C

#7C8E5C
(124,142,92)
#87986A
(135,152,106)
#92A278
(146,162,120)
#9DAC86
(157,172,134)
#A8B694
(168,182,148)
#B3C0A2
(179,192,162)
#BECAB0
(190,202,176)
#C9D4BE
(201,212,190)
#D4DECC
(212,222,204)
#DFE8DA
(223,232,218)
#EAF2E8
(234,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C8E5C; }

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

This text font color is #7C8E5C.

Background Color

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

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

This div background color is #7C8E5C.

Border color

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

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

This div border color is #7C8E5C.

Opacity

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

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

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

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

This text has shadow with #7C8E5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C8E5C.

Preview

Color preview on black background

This text has color #7C8E5C on black background.


Color preview on white background

This text has color #7C8E5C on white background.


Black color preview on #7C8E5C background

This text has black color on #7C8E5C background.


White color preview on #7C8E5C background

This text has white color on #7C8E5C background.


Related colors

Complementary color

Complementary color for #hex is #8371A3.


I love getcolorcode.com

Triadic colors

1 #5C7C8E and #8E5C7C with #7C8E5C are triadic colors.

2 #5C8E7C and #8E7C5C with #7C8E5C are triadic colors.