COLOR #7B8977

HEX: #7B8977
RGB: (123,137,119)

Color info

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

RGB color model

#7B8977 color RGB value is (123,137,119).

  • red value is 123;
  • green value is 137;
  • blue value is 119.
RGB:
(123,137,119)
(48%,54%,47%)

RGB channels and saturation

R 123 of 255 = 48%
G 137 of 255 = 54%
B 119 of 255 = 47%

123
137
119

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

Portions of RGB colors in percentages

R + G + B =
123 + 137 + 119 = 379 (100%)
R 123 of 379 ~ 32.45%
G 137 of 379 ~ 36.15%
B 119 of 379 ~ 31.4%

%32.45
%36.15
%31.4

CMYK color model

#7B8977 color CMYK value is (10,0,13,46).

  • cyan value is 10.22%
  • magenta value is 0.00%
  • yellow value is 13.14%
  • key color value is 46.27%
CMYK:
(10,0,13,46)
C10M0Y13K46 
(10%,0%,13%,46%)
(0.10/0.00/0.13/0.46)	

CMYK percentages

%10.22
%0
%13.14
%46.27

Codes

Color #7B8977 in popluar color models

7B8977
RGB123137119
HSL107°7.09%50.20%
HSB/HSV107°13.14%53.73%
CMYK10.22%0.00%13.14%
46.27%

Color #7B8977 in popluar number systems.

HEX7B8977
Decimal123137119
Binary1111011100010011110111
Octal173211167

Shades and tints

Shades of #7B8977

#7B8977
(123,137,119)
#707D6D
(112,125,109)
#657163
(101,113,99)
#5A6559
(90,101,89)
#4F594F
(79,89,79)
#444D45
(68,77,69)
#39413B
(57,65,59)
#2E3531
(46,53,49)
#232927
(35,41,39)
#181D1D
(24,29,29)
#0D1113
(13,17,19)
#000000
(0,0,0)

Tints of #7B8977

#7B8977
(123,137,119)
#879383
(135,147,131)
#939D8F
(147,157,143)
#9FA79B
(159,167,155)
#ABB1A7
(171,177,167)
#B7BBB3
(183,187,179)
#C3C5BF
(195,197,191)
#CFCFCB
(207,207,203)
#DBD9D7
(219,217,215)
#E7E3E3
(231,227,227)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B8977 color. Also use rgb(123,137,119) instead hex code.

Text Font Color

.myTextColor { color: #7B8977; }

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

This text font color is #7B8977.


Background Color

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

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

This div background color is #7B8977.


Border color

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

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

This div border color is #7B8977.


Opacity

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

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

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

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

This text has shadow with #7B8977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B8977 on black background.


Color preview on white background

This text has color #7B8977 on white background.



Black color preview on #7B8977 background

This text has black color on #7B8977 background.


White color preview on #7B8977 background

This text has white color on #7B8977 background.