COLOR #7B976D

HEX: #7B976D
RGB: (123,151,109)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

123
151
109

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

Portions of RGB colors in percentages

R + G + B =
123 + 151 + 109 = 383 (100%)
R 123 of 383 ~ 32.11%
G 151 of 383 ~ 39.43%
B 109 of 383 ~ 28.46%

%32.11
%39.43
%28.46

CMYK color model

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

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

CMYK percentages

%18.54
%0
%27.81
%40.78

Codes

Color #7B976D in popluar color models

7B976D
RGB123151109
HSL100°16.80%50.98%
HSB/HSV100°27.81%59.22%
CMYK18.54%0.00%27.81%
40.78%

Color #7B976D in popluar number systems.

HEX7B976D
Decimal123151109
Binary1111011100101111101101
Octal173227155

Shades and tints

Shades of #7B976D

#7B976D
(123,151,109)
#708A64
(112,138,100)
#657D5B
(101,125,91)
#5A7052
(90,112,82)
#4F6349
(79,99,73)
#445640
(68,86,64)
#394937
(57,73,55)
#2E3C2E
(46,60,46)
#232F25
(35,47,37)
#18221C
(24,34,28)
#0D1513
(13,21,19)
#000000
(0,0,0)

Tints of #7B976D

#7B976D
(123,151,109)
#87A07A
(135,160,122)
#93A987
(147,169,135)
#9FB294
(159,178,148)
#ABBBA1
(171,187,161)
#B7C4AE
(183,196,174)
#C3CDBB
(195,205,187)
#CFD6C8
(207,214,200)
#DBDFD5
(219,223,213)
#E7E8E2
(231,232,226)
#F3F1EF
(243,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B976D; }

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

This text font color is #7B976D.


Background Color

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

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

This div background color is #7B976D.


Border color

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

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

This div border color is #7B976D.


Opacity

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

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

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

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

This text has shadow with #7B976D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B976D on black background.


Color preview on white background

This text has color #7B976D on white background.



Black color preview on #7B976D background

This text has black color on #7B976D background.


White color preview on #7B976D background

This text has white color on #7B976D background.