COLOR #7B8C6A

HEX: #7B8C6A
RGB: (123,140,106)

Color info

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

RGB color model

#7B8C6A color RGB value is (123,140,106).

  • red value is 123;
  • green value is 140;
  • blue value is 106.
RGB:
(123,140,106)
(48%,55%,42%)

RGB channels and saturation

R 123 of 255 = 48%
G 140 of 255 = 55%
B 106 of 255 = 42%

123
140
106

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

Portions of RGB colors in percentages

R + G + B =
123 + 140 + 106 = 369 (100%)
R 123 of 369 ~ 33.33%
G 140 of 369 ~ 37.94%
B 106 of 369 ~ 28.73%

%33.33
%37.94
%28.73

CMYK color model

#7B8C6A color CMYK value is (12,0,24,45).

  • cyan value is 12.14%
  • magenta value is 0.00%
  • yellow value is 24.29%
  • key color value is 45.10%
CMYK:
(12,0,24,45)
C12M0Y24K45 
(12%,0%,24%,45%)
(0.12/0.00/0.24/0.45)	

CMYK percentages

%12.14
%0
%24.29
%45.1

Codes

Color #7B8C6A in popluar color models

7B8C6A
RGB123140106
HSL90°13.82%48.24%
HSB/HSV90°24.29%54.90%
CMYK12.14%0.00%24.29%
45.10%

Color #7B8C6A in popluar number systems.

HEX7B8C6A
Decimal123140106
Binary1111011100011001101010
Octal173214152

Shades and tints

Shades of #7B8C6A

#7B8C6A
(123,140,106)
#708061
(112,128,97)
#657458
(101,116,88)
#5A684F
(90,104,79)
#4F5C46
(79,92,70)
#44503D
(68,80,61)
#394434
(57,68,52)
#2E382B
(46,56,43)
#232C22
(35,44,34)
#182019
(24,32,25)
#0D1410
(13,20,16)
#000000
(0,0,0)

Tints of #7B8C6A

#7B8C6A
(123,140,106)
#879677
(135,150,119)
#93A084
(147,160,132)
#9FAA91
(159,170,145)
#ABB49E
(171,180,158)
#B7BEAB
(183,190,171)
#C3C8B8
(195,200,184)
#CFD2C5
(207,210,197)
#DBDCD2
(219,220,210)
#E7E6DF
(231,230,223)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B8C6A; }

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

This text font color is #7B8C6A.


Background Color

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

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

This div background color is #7B8C6A.


Border color

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

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

This div border color is #7B8C6A.


Opacity

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

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

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

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

This text has shadow with #7B8C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B8C6A on black background.


Color preview on white background

This text has color #7B8C6A on white background.



Black color preview on #7B8C6A background

This text has black color on #7B8C6A background.


White color preview on #7B8C6A background

This text has white color on #7B8C6A background.