COLOR #7B8D6E

HEX: #7B8D6E
RGB: (123,141,110)

Color info

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

RGB color model

#7B8D6E color RGB value is (123,141,110).

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

RGB channels and saturation

R 123 of 255 = 48%
G 141 of 255 = 55%
B 110 of 255 = 43%

123
141
110

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

Portions of RGB colors in percentages

R + G + B =
123 + 141 + 110 = 374 (100%)
R 123 of 374 ~ 32.89%
G 141 of 374 ~ 37.7%
B 110 of 374 ~ 29.41%

%32.89
%37.7
%29.41

CMYK color model

#7B8D6E color CMYK value is (13,0,22,45).

  • cyan value is 12.77%
  • magenta value is 0.00%
  • yellow value is 21.99%
  • key color value is 44.71%
CMYK:
(13,0,22,45)
C13M0Y22K45 
(13%,0%,22%,45%)
(0.13/0.00/0.22/0.45)	

CMYK percentages

%12.77
%0
%21.99
%44.71

Codes

Color #7B8D6E in popluar color models

7B8D6E
RGB123141110
HSL95°12.35%49.22%
HSB/HSV95°21.99%55.29%
CMYK12.77%0.00%21.99%
44.71%

Color #7B8D6E in popluar number systems.

HEX7B8D6E
Decimal123141110
Binary1111011100011011101110
Octal173215156

Shades and tints

Shades of #7B8D6E

#7B8D6E
(123,141,110)
#708164
(112,129,100)
#65755A
(101,117,90)
#5A6950
(90,105,80)
#4F5D46
(79,93,70)
#44513C
(68,81,60)
#394532
(57,69,50)
#2E3928
(46,57,40)
#232D1E
(35,45,30)
#182114
(24,33,20)
#0D150A
(13,21,10)
#000000
(0,0,0)

Tints of #7B8D6E

#7B8D6E
(123,141,110)
#87977B
(135,151,123)
#93A188
(147,161,136)
#9FAB95
(159,171,149)
#ABB5A2
(171,181,162)
#B7BFAF
(183,191,175)
#C3C9BC
(195,201,188)
#CFD3C9
(207,211,201)
#DBDDD6
(219,221,214)
#E7E7E3
(231,231,227)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B8D6E; }

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

This text font color is #7B8D6E.


Background Color

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

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

This div background color is #7B8D6E.


Border color

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

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

This div border color is #7B8D6E.


Opacity

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

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

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

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

This text has shadow with #7B8D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B8D6E on black background.


Color preview on white background

This text has color #7B8D6E on white background.



Black color preview on #7B8D6E background

This text has black color on #7B8D6E background.


White color preview on #7B8D6E background

This text has white color on #7B8D6E background.