COLOR #7B8C65

HEX: #7B8C65
RGB: (123,140,101)

Color info

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

RGB color model

#7B8C65 color RGB value is (123,140,101).

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

RGB channels and saturation

R 123 of 255 = 48%
G 140 of 255 = 55%
B 101 of 255 = 40%

123
140
101

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

Portions of RGB colors in percentages

R + G + B =
123 + 140 + 101 = 364 (100%)
R 123 of 364 ~ 33.79%
G 140 of 364 ~ 38.46%
B 101 of 364 ~ 27.75%

%33.79
%38.46
%27.75

CMYK color model

#7B8C65 color CMYK value is (12,0,28,45).

  • cyan value is 12.14%
  • magenta value is 0.00%
  • yellow value is 27.86%
  • key color value is 45.10%
CMYK:
(12,0,28,45)
C12M0Y28K45 
(12%,0%,28%,45%)
(0.12/0.00/0.28/0.45)	

CMYK percentages

%12.14
%0
%27.86
%45.1

Codes

Color #7B8C65 in popluar color models

7B8C65
RGB123140101
HSL86°16.18%47.25%
HSB/HSV86°27.86%54.90%
CMYK12.14%0.00%27.86%
45.10%

Color #7B8C65 in popluar number systems.

HEX7B8C65
Decimal123140101
Binary1111011100011001100101
Octal173214145

Shades and tints

Shades of #7B8C65

#7B8C65
(123,140,101)
#70805C
(112,128,92)
#657453
(101,116,83)
#5A684A
(90,104,74)
#4F5C41
(79,92,65)
#445038
(68,80,56)
#39442F
(57,68,47)
#2E3826
(46,56,38)
#232C1D
(35,44,29)
#182014
(24,32,20)
#0D140B
(13,20,11)
#000000
(0,0,0)

Tints of #7B8C65

#7B8C65
(123,140,101)
#879673
(135,150,115)
#93A081
(147,160,129)
#9FAA8F
(159,170,143)
#ABB49D
(171,180,157)
#B7BEAB
(183,190,171)
#C3C8B9
(195,200,185)
#CFD2C7
(207,210,199)
#DBDCD5
(219,220,213)
#E7E6E3
(231,230,227)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B8C65; }

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

This text font color is #7B8C65.


Background Color

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

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

This div background color is #7B8C65.


Border color

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

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

This div border color is #7B8C65.


Opacity

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

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

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

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

This text has shadow with #7B8C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B8C65 on black background.


Color preview on white background

This text has color #7B8C65 on white background.



Black color preview on #7B8C65 background

This text has black color on #7B8C65 background.


White color preview on #7B8C65 background

This text has white color on #7B8C65 background.