COLOR #7B8C5C

HEX: #7B8C5C
RGB: (123,140,92)

Color info

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

RGB color model

#7B8C5C color RGB value is (123,140,92).

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

RGB channels and saturation

R 123 of 255 = 48%
G 140 of 255 = 55%
B 92 of 255 = 36%

123
140
92

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

Portions of RGB colors in percentages

R + G + B =
123 + 140 + 92 = 355 (100%)
R 123 of 355 ~ 34.65%
G 140 of 355 ~ 39.44%
B 92 of 355 ~ 25.92%

%34.65
%39.44
%25.92

CMYK color model

#7B8C5C color CMYK value is (12,0,34,45).

  • cyan value is 12.14%
  • magenta value is 0.00%
  • yellow value is 34.29%
  • key color value is 45.10%
CMYK:
(12,0,34,45)
C12M0Y34K45 
(12%,0%,34%,45%)
(0.12/0.00/0.34/0.45)	

CMYK percentages

%12.14
%0
%34.29
%45.1

Codes

Color #7B8C5C in popluar color models

7B8C5C
RGB12314092
HSL81°20.69%45.49%
HSB/HSV81°34.29%54.90%
CMYK12.14%0.00%34.29%
45.10%

Color #7B8C5C in popluar number systems.

HEX7B8C5C
Decimal12314092
Binary1111011100011001011100
Octal173214134

Shades and tints

Shades of #7B8C5C

#7B8C5C
(123,140,92)
#708054
(112,128,84)
#65744C
(101,116,76)
#5A6844
(90,104,68)
#4F5C3C
(79,92,60)
#445034
(68,80,52)
#39442C
(57,68,44)
#2E3824
(46,56,36)
#232C1C
(35,44,28)
#182014
(24,32,20)
#0D140C
(13,20,12)
#000000
(0,0,0)

Tints of #7B8C5C

#7B8C5C
(123,140,92)
#87966A
(135,150,106)
#93A078
(147,160,120)
#9FAA86
(159,170,134)
#ABB494
(171,180,148)
#B7BEA2
(183,190,162)
#C3C8B0
(195,200,176)
#CFD2BE
(207,210,190)
#DBDCCC
(219,220,204)
#E7E6DA
(231,230,218)
#F3F0E8
(243,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B8C5C; }

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

This text font color is #7B8C5C.


Background Color

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

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

This div background color is #7B8C5C.


Border color

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

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

This div border color is #7B8C5C.


Opacity

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

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

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

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

This text has shadow with #7B8C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B8C5C on black background.


Color preview on white background

This text has color #7B8C5C on white background.



Black color preview on #7B8C5C background

This text has black color on #7B8C5C background.


White color preview on #7B8C5C background

This text has white color on #7B8C5C background.