COLOR #7B8D65

HEX: #7B8D65 RGB: (123,141,101)

Color info

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

RGB color model

#7B8D65 color RGB value is (123,141,101).

RGB: (123,141,101) (48%, 55%, 40%)

RGB channels and saturation

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

123
141
101

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

Portions of RGB colors in percentages

R + G + B = 123 + 141 + 101 = 365 (100%)
R 123 of 365 ~ 33.7%
G 141 of 365 ~ 38.63%
B 101 of 365 ~ 27.67'%

%33.7
%38.63
%27.67

CMYK color model

#7B8D65 color CMYK value is (13,0,28,45).

  • cyan value is 12.77%
  • magenta value is 0.00%
  • yellow value is 28.37%
  • key color value is 44.71%

CMYK: (13,0,28,45)
C13M0Y28K45 (13%, 0%, 28%, 45%)
(0.13 / 0.00 / 0.28 / 0.45)

CMYK percentages

%12.77
%0
%28.37
%44.71

Codes

Color #7B8D65 in popluar color models

7B 8D 65
RGB 123 141 101
HSL 87° 16.53% 47.45%
HSB/HSV 87° 28.37% 55.29%
CMYK 12.77% 0.00% 28.37%
44.71%

Color #7B8D65 in popluar number systems.

HEX 7B 8D 65
Decimal 123 141 101
Binary 1111011 10001101 1100101
Octal 173 215 145

Shades and tints

Shades of #7B8D65

#7B8D65
(123,141,101)
#70815C
(112,129,92)
#657553
(101,117,83)
#5A694A
(90,105,74)
#4F5D41
(79,93,65)
#445138
(68,81,56)
#39452F
(57,69,47)
#2E3926
(46,57,38)
#232D1D
(35,45,29)
#182114
(24,33,20)
#0D150B
(13,21,11)
#000000
(0,0,0)

Tints of #7B8D65

#7B8D65
(123,141,101)
#879773
(135,151,115)
#93A181
(147,161,129)
#9FAB8F
(159,171,143)
#ABB59D
(171,181,157)
#B7BFAB
(183,191,171)
#C3C9B9
(195,201,185)
#CFD3C7
(207,211,199)
#DBDDD5
(219,221,213)
#E7E7E3
(231,231,227)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B8D65; }

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

This text font color is #7B8D65.

Background Color

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

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

This div background color is #7B8D65.

Border color

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

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

This div border color is #7B8D65.

Opacity

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

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

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

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

This text has shadow with #7B8D65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B8D65.

Preview

Color preview on black background

This text has color #7B8D65 on black background.


Color preview on white background

This text has color #7B8D65 on white background.


Black color preview on #7B8D65 background

This text has black color on #7B8D65 background.


White color preview on #7B8D65 background

This text has white color on #7B8D65 background.


Related colors

Complementary color

Complementary color for #hex is #84729A.


I love getcolorcode.com

Triadic colors

1 #657B8D and #8D657B with #7B8D65 are triadic colors.

2 #658D7B and #8D7B65 with #7B8D65 are triadic colors.