COLOR #7B8D79

HEX: #7B8D79
RGB: (123,141,121)

Color info

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

RGB color model

#7B8D79 color RGB value is (123,141,121).

  • red value is 123;
  • green value is 141;
  • blue value is 121.
RGB:
(123,141,121)
(48%,55%,47%)

RGB channels and saturation

R 123 of 255 = 48%
G 141 of 255 = 55%
B 121 of 255 = 47%

123
141
121

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

Portions of RGB colors in percentages

R + G + B =
123 + 141 + 121 = 385 (100%)
R 123 of 385 ~ 31.95%
G 141 of 385 ~ 36.62%
B 121 of 385 ~ 31.43%

%31.95
%36.62
%31.43

CMYK color model

#7B8D79 color CMYK value is (13,0,14,45).

  • cyan value is 12.77%
  • magenta value is 0.00%
  • yellow value is 14.18%
  • key color value is 44.71%
CMYK:
(13,0,14,45)
C13M0Y14K45 
(13%,0%,14%,45%)
(0.13/0.00/0.14/0.45)	

CMYK percentages

%12.77
%0
%14.18
%44.71

Codes

Color #7B8D79 in popluar color models

7B8D79
RGB123141121
HSL114°8.06%51.37%
HSB/HSV114°14.18%55.29%
CMYK12.77%0.00%14.18%
44.71%

Color #7B8D79 in popluar number systems.

HEX7B8D79
Decimal123141121
Binary1111011100011011111001
Octal173215171

Shades and tints

Shades of #7B8D79

#7B8D79
(123,141,121)
#70816E
(112,129,110)
#657563
(101,117,99)
#5A6958
(90,105,88)
#4F5D4D
(79,93,77)
#445142
(68,81,66)
#394537
(57,69,55)
#2E392C
(46,57,44)
#232D21
(35,45,33)
#182116
(24,33,22)
#0D150B
(13,21,11)
#000000
(0,0,0)

Tints of #7B8D79

#7B8D79
(123,141,121)
#879785
(135,151,133)
#93A191
(147,161,145)
#9FAB9D
(159,171,157)
#ABB5A9
(171,181,169)
#B7BFB5
(183,191,181)
#C3C9C1
(195,201,193)
#CFD3CD
(207,211,205)
#DBDDD9
(219,221,217)
#E7E7E5
(231,231,229)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B8D79; }

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

This text font color is #7B8D79.


Background Color

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

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

This div background color is #7B8D79.


Border color

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

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

This div border color is #7B8D79.


Opacity

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

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

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

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

This text has shadow with #7B8D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B8D79 on black background.


Color preview on white background

This text has color #7B8D79 on white background.



Black color preview on #7B8D79 background

This text has black color on #7B8D79 background.


White color preview on #7B8D79 background

This text has white color on #7B8D79 background.