COLOR #7C8377

HEX: #7C8377
RGB: (124,131,119)

Color info

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

RGB color model

#7C8377 color RGB value is (124,131,119).

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

RGB channels and saturation

R 124 of 255 = 49%
G 131 of 255 = 51%
B 119 of 255 = 47%

124
131
119

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

Portions of RGB colors in percentages

R + G + B =
124 + 131 + 119 = 374 (100%)
R 124 of 374 ~ 33.16%
G 131 of 374 ~ 35.03%
B 119 of 374 ~ 31.82%

%33.16
%35.03
%31.82

CMYK color model

#7C8377 color CMYK value is (5,0,9,49).

  • cyan value is 5.34%
  • magenta value is 0.00%
  • yellow value is 9.16%
  • key color value is 48.63%
CMYK:
(5,0,9,49)
C5M0Y9K49 
(5%,0%,9%,49%)
(0.05/0.00/0.09/0.49)	

CMYK percentages

%5.34
%0
%9.16
%48.63

Codes

Color #7C8377 in popluar color models

7C8377
RGB124131119
HSL95°4.80%49.02%
HSB/HSV95°9.16%51.37%
CMYK5.34%0.00%9.16%
48.63%

Color #7C8377 in popluar number systems.

HEX7C8377
Decimal124131119
Binary1111100100000111110111
Octal174203167

Shades and tints

Shades of #7C8377

#7C8377
(124,131,119)
#71786D
(113,120,109)
#666D63
(102,109,99)
#5B6259
(91,98,89)
#50574F
(80,87,79)
#454C45
(69,76,69)
#3A413B
(58,65,59)
#2F3631
(47,54,49)
#242B27
(36,43,39)
#19201D
(25,32,29)
#0E1513
(14,21,19)
#000000
(0,0,0)

Tints of #7C8377

#7C8377
(124,131,119)
#878E83
(135,142,131)
#92998F
(146,153,143)
#9DA49B
(157,164,155)
#A8AFA7
(168,175,167)
#B3BAB3
(179,186,179)
#BEC5BF
(190,197,191)
#C9D0CB
(201,208,203)
#D4DBD7
(212,219,215)
#DFE6E3
(223,230,227)
#EAF1EF
(234,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C8377; }

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

This text font color is #7C8377.


Background Color

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

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

This div background color is #7C8377.


Border color

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

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

This div border color is #7C8377.


Opacity

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

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

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

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

This text has shadow with #7C8377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C8377 on black background.


Color preview on white background

This text has color #7C8377 on white background.



Black color preview on #7C8377 background

This text has black color on #7C8377 background.


White color preview on #7C8377 background

This text has white color on #7C8377 background.