COLOR #7B9167

HEX: #7B9167 RGB: (123,145,103)

Color info

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

RGB color model

#7B9167 color RGB value is (123,145,103).

RGB: (123,145,103) (48%, 57%, 40%)

RGB channels and saturation

R 123 of 255 = 48%
G 145 of 255 = 57%
B 103 of 255 = 40%

123
145
103

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

Portions of RGB colors in percentages

R + G + B = 123 + 145 + 103 = 371 (100%)
R 123 of 371 ~ 33.15%
G 145 of 371 ~ 39.08%
B 103 of 371 ~ 27.76'%

%33.15
%39.08
%27.76

CMYK color model

#7B9167 color CMYK value is (15,0,29,43).

  • cyan value is 15.17%
  • magenta value is 0.00%
  • yellow value is 28.97%
  • key color value is 43.14%

CMYK: (15,0,29,43)
C15M0Y29K43 (15%, 0%, 29%, 43%)
(0.15 / 0.00 / 0.29 / 0.43)

CMYK percentages

%15.17
%0
%28.97
%43.14

Codes

Color #7B9167 in popluar color models

7B 91 67
RGB 123 145 103
HSL 91° 16.94% 48.63%
HSB/HSV 91° 28.97% 56.86%
CMYK 15.17% 0.00% 28.97%
43.14%

Color #7B9167 in popluar number systems.

HEX 7B 91 67
Decimal 123 145 103
Binary 1111011 10010001 1100111
Octal 173 221 147

Shades and tints

Shades of #7B9167

#7B9167
(123,145,103)
#70845E
(112,132,94)
#657755
(101,119,85)
#5A6A4C
(90,106,76)
#4F5D43
(79,93,67)
#44503A
(68,80,58)
#394331
(57,67,49)
#2E3628
(46,54,40)
#23291F
(35,41,31)
#181C16
(24,28,22)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #7B9167

#7B9167
(123,145,103)
#879B74
(135,155,116)
#93A581
(147,165,129)
#9FAF8E
(159,175,142)
#ABB99B
(171,185,155)
#B7C3A8
(183,195,168)
#C3CDB5
(195,205,181)
#CFD7C2
(207,215,194)
#DBE1CF
(219,225,207)
#E7EBDC
(231,235,220)
#F3F5E9
(243,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B9167 color. Also use rgb(123,145,103) instead hex code.

Text Font Color

.myTextColor { color: #7B9167; }

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

This text font color is #7B9167.

Background Color

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

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

This div background color is #7B9167.

Border color

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

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

This div border color is #7B9167.

Opacity

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

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

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

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

This text has shadow with #7B9167 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B9167.

Preview

Color preview on black background

This text has color #7B9167 on black background.


Color preview on white background

This text has color #7B9167 on white background.


Black color preview on #7B9167 background

This text has black color on #7B9167 background.


White color preview on #7B9167 background

This text has white color on #7B9167 background.


Related colors

Complementary color

Complementary color for #hex is #846E98.


I love getcolorcode.com

Triadic colors

1 #677B91 and #91677B with #7B9167 are triadic colors.

2 #67917B and #917B67 with #7B9167 are triadic colors.