COLOR #7B8A5C

HEX: #7B8A5C
RGB: (123,138,92)

Color info

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

RGB color model

#7B8A5C color RGB value is (123,138,92).

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

RGB channels and saturation

R 123 of 255 = 48%
G 138 of 255 = 54%
B 92 of 255 = 36%

123
138
92

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

Portions of RGB colors in percentages

R + G + B =
123 + 138 + 92 = 353 (100%)
R 123 of 353 ~ 34.84%
G 138 of 353 ~ 39.09%
B 92 of 353 ~ 26.06%

%34.84
%39.09
%26.06

CMYK color model

#7B8A5C color CMYK value is (11,0,33,46).

  • cyan value is 10.87%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 45.88%
CMYK:
(11,0,33,46)
C11M0Y33K46 
(11%,0%,33%,46%)
(0.11/0.00/0.33/0.46)	

CMYK percentages

%10.87
%0
%33.33
%45.88

Codes

Color #7B8A5C in popluar color models

7B8A5C
RGB12313892
HSL80°20.00%45.10%
HSB/HSV80°33.33%54.12%
CMYK10.87%0.00%33.33%
45.88%

Color #7B8A5C in popluar number systems.

HEX7B8A5C
Decimal12313892
Binary1111011100010101011100
Octal173212134

Shades and tints

Shades of #7B8A5C

#7B8A5C
(123,138,92)
#707E54
(112,126,84)
#65724C
(101,114,76)
#5A6644
(90,102,68)
#4F5A3C
(79,90,60)
#444E34
(68,78,52)
#39422C
(57,66,44)
#2E3624
(46,54,36)
#232A1C
(35,42,28)
#181E14
(24,30,20)
#0D120C
(13,18,12)
#000000
(0,0,0)

Tints of #7B8A5C

#7B8A5C
(123,138,92)
#87946A
(135,148,106)
#939E78
(147,158,120)
#9FA886
(159,168,134)
#ABB294
(171,178,148)
#B7BCA2
(183,188,162)
#C3C6B0
(195,198,176)
#CFD0BE
(207,208,190)
#DBDACC
(219,218,204)
#E7E4DA
(231,228,218)
#F3EEE8
(243,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B8A5C; }

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

This text font color is #7B8A5C.


Background Color

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

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

This div background color is #7B8A5C.


Border color

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

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

This div border color is #7B8A5C.


Opacity

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

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

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

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

This text has shadow with #7B8A5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B8A5C on black background.


Color preview on white background

This text has color #7B8A5C on white background.



Black color preview on #7B8A5C background

This text has black color on #7B8A5C background.


White color preview on #7B8A5C background

This text has white color on #7B8A5C background.