COLOR #7B8565

HEX: #7B8565 RGB: (123,133,101)

Color info

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

RGB color model

#7B8565 color RGB value is (123,133,101).

RGB: (123,133,101) (48%, 52%, 40%)

RGB channels and saturation

R 123 of 255 = 48%
G 133 of 255 = 52%
B 101 of 255 = 40%

123
133
101

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

Portions of RGB colors in percentages

R + G + B = 123 + 133 + 101 = 357 (100%)
R 123 of 357 ~ 34.45%
G 133 of 357 ~ 37.25%
B 101 of 357 ~ 28.29'%

%34.45
%37.25
%28.29

CMYK color model

#7B8565 color CMYK value is (8,0,24,48).

  • cyan value is 7.52%
  • magenta value is 0.00%
  • yellow value is 24.06%
  • key color value is 47.84%

CMYK: (8,0,24,48)
C8M0Y24K48 (8%, 0%, 24%, 48%)
(0.08 / 0.00 / 0.24 / 0.48)

CMYK percentages

%7.52
%0
%24.06
%47.84

Codes

Color #7B8565 in popluar color models

7B 85 65
RGB 123 133 101
HSL 79° 13.68% 45.88%
HSB/HSV 79° 24.06% 52.16%
CMYK 7.52% 0.00% 24.06%
47.84%

Color #7B8565 in popluar number systems.

HEX 7B 85 65
Decimal 123 133 101
Binary 1111011 10000101 1100101
Octal 173 205 145

Shades and tints

Shades of #7B8565

#7B8565
(123,133,101)
#70795C
(112,121,92)
#656D53
(101,109,83)
#5A614A
(90,97,74)
#4F5541
(79,85,65)
#444938
(68,73,56)
#393D2F
(57,61,47)
#2E3126
(46,49,38)
#23251D
(35,37,29)
#181914
(24,25,20)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #7B8565

#7B8565
(123,133,101)
#879073
(135,144,115)
#939B81
(147,155,129)
#9FA68F
(159,166,143)
#ABB19D
(171,177,157)
#B7BCAB
(183,188,171)
#C3C7B9
(195,199,185)
#CFD2C7
(207,210,199)
#DBDDD5
(219,221,213)
#E7E8E3
(231,232,227)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B8565; }

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

This text font color is #7B8565.

Background Color

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

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

This div background color is #7B8565.

Border color

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

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

This div border color is #7B8565.

Opacity

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

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

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

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

This text has shadow with #7B8565 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B8565.

Preview

Color preview on black background

This text has color #7B8565 on black background.


Color preview on white background

This text has color #7B8565 on white background.


Black color preview on #7B8565 background

This text has black color on #7B8565 background.


White color preview on #7B8565 background

This text has white color on #7B8565 background.


Related colors

Complementary color

Complementary color for #hex is #847A9A.


I love getcolorcode.com

Triadic colors

1 #657B85 and #85657B with #7B8565 are triadic colors.

2 #65857B and #857B65 with #7B8565 are triadic colors.