COLOR #7B8959

HEX: #7B8959 RGB: (123,137,89)

Color info

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

RGB color model

#7B8959 color RGB value is (123,137,89).

RGB: (123,137,89) (48%, 54%, 35%)

RGB channels and saturation

R 123 of 255 = 48%
G 137 of 255 = 54%
B 89 of 255 = 35%

123
137
89

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

Portions of RGB colors in percentages

R + G + B = 123 + 137 + 89 = 349 (100%)
R 123 of 349 ~ 35.24%
G 137 of 349 ~ 39.26%
B 89 of 349 ~ 25.5'%

%35.24
%39.26
%25.5

CMYK color model

#7B8959 color CMYK value is (10,0,35,46).

  • cyan value is 10.22%
  • magenta value is 0.00%
  • yellow value is 35.04%
  • key color value is 46.27%

CMYK: (10,0,35,46)
C10M0Y35K46 (10%, 0%, 35%, 46%)
(0.10 / 0.00 / 0.35 / 0.46)

CMYK percentages

%10.22
%0
%35.04
%46.27

Codes

Color #7B8959 in popluar color models

7B 89 59
RGB 123 137 89
HSL 78° 21.24% 44.31%
HSB/HSV 78° 35.04% 53.73%
CMYK 10.22% 0.00% 35.04%
46.27%

Color #7B8959 in popluar number systems.

HEX 7B 89 59
Decimal 123 137 89
Binary 1111011 10001001 1011001
Octal 173 211 131

Shades and tints

Shades of #7B8959

#7B8959
(123,137,89)
#707D51
(112,125,81)
#657149
(101,113,73)
#5A6541
(90,101,65)
#4F5939
(79,89,57)
#444D31
(68,77,49)
#394129
(57,65,41)
#2E3521
(46,53,33)
#232919
(35,41,25)
#181D11
(24,29,17)
#0D1109
(13,17,9)
#000000
(0,0,0)

Tints of #7B8959

#7B8959
(123,137,89)
#879368
(135,147,104)
#939D77
(147,157,119)
#9FA786
(159,167,134)
#ABB195
(171,177,149)
#B7BBA4
(183,187,164)
#C3C5B3
(195,197,179)
#CFCFC2
(207,207,194)
#DBD9D1
(219,217,209)
#E7E3E0
(231,227,224)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B8959 color. Also use rgb(123,137,89) instead hex code.

Text Font Color

.myTextColor { color: #7B8959; }

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

This text font color is #7B8959.

Background Color

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

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

This div background color is #7B8959.

Border color

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

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

This div border color is #7B8959.

Opacity

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

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

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

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

This text has shadow with #7B8959 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B8959.

Preview

Color preview on black background

This text has color #7B8959 on black background.


Color preview on white background

This text has color #7B8959 on white background.


Black color preview on #7B8959 background

This text has black color on #7B8959 background.


White color preview on #7B8959 background

This text has white color on #7B8959 background.


Related colors

Complementary color

Complementary color for #hex is #8476A6.


I love getcolorcode.com

Triadic colors

1 #597B89 and #89597B with #7B8959 are triadic colors.

2 #59897B and #897B59 with #7B8959 are triadic colors.