COLOR #7B977B

HEX: #7B977B
RGB: (123,151,123)

Color info

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

RGB color model

#7B977B color RGB value is (123,151,123).

  • red value is 123;
  • green value is 151;
  • blue value is 123.
RGB:
(123,151,123)
(48%,59%,48%)

RGB channels and saturation

R 123 of 255 = 48%
G 151 of 255 = 59%
B 123 of 255 = 48%

123
151
123

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

Portions of RGB colors in percentages

R + G + B =
123 + 151 + 123 = 397 (100%)
R 123 of 397 ~ 30.98%
G 151 of 397 ~ 38.04%
B 123 of 397 ~ 30.98%

%30.98
%38.04
%30.98

CMYK color model

#7B977B color CMYK value is (19,0,19,41).

  • cyan value is 18.54%
  • magenta value is 0.00%
  • yellow value is 18.54%
  • key color value is 40.78%
CMYK:
(19,0,19,41)
C19M0Y19K41 
(19%,0%,19%,41%)
(0.19/0.00/0.19/0.41)	

CMYK percentages

%18.54
%0
%18.54
%40.78

Codes

Color #7B977B in popluar color models

7B977B
RGB123151123
HSL120°11.86%53.73%
HSB/HSV120°18.54%59.22%
CMYK18.54%0.00%18.54%
40.78%

Color #7B977B in popluar number systems.

HEX7B977B
Decimal123151123
Binary1111011100101111111011
Octal173227173

Shades and tints

Shades of #7B977B

#7B977B
(123,151,123)
#708A70
(112,138,112)
#657D65
(101,125,101)
#5A705A
(90,112,90)
#4F634F
(79,99,79)
#445644
(68,86,68)
#394939
(57,73,57)
#2E3C2E
(46,60,46)
#232F23
(35,47,35)
#182218
(24,34,24)
#0D150D
(13,21,13)
#000000
(0,0,0)

Tints of #7B977B

#7B977B
(123,151,123)
#87A087
(135,160,135)
#93A993
(147,169,147)
#9FB29F
(159,178,159)
#ABBBAB
(171,187,171)
#B7C4B7
(183,196,183)
#C3CDC3
(195,205,195)
#CFD6CF
(207,214,207)
#DBDFDB
(219,223,219)
#E7E8E7
(231,232,231)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B977B; }

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

This text font color is #7B977B.


Background Color

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

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

This div background color is #7B977B.


Border color

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

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

This div border color is #7B977B.


Opacity

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

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

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

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

This text has shadow with #7B977B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B977B on black background.


Color preview on white background

This text has color #7B977B on white background.



Black color preview on #7B977B background

This text has black color on #7B977B background.


White color preview on #7B977B background

This text has white color on #7B977B background.