COLOR #7B834E

HEX: #7B834E RGB: (123,131,78)

Color info

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

RGB color model

#7B834E color RGB value is (123,131,78).

RGB: (123,131,78) (48%, 51%, 31%)

RGB channels and saturation

R 123 of 255 = 48%
G 131 of 255 = 51%
B 78 of 255 = 31%

123
131
78

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

Portions of RGB colors in percentages

R + G + B = 123 + 131 + 78 = 332 (100%)
R 123 of 332 ~ 37.05%
G 131 of 332 ~ 39.46%
B 78 of 332 ~ 23.49'%

%37.05
%39.46
%23.49

CMYK color model

#7B834E color CMYK value is (6,0,40,49).

  • cyan value is 6.11%
  • magenta value is 0.00%
  • yellow value is 40.46%
  • key color value is 48.63%

CMYK: (6,0,40,49)
C6M0Y40K49 (6%, 0%, 40%, 49%)
(0.06 / 0.00 / 0.40 / 0.49)

CMYK percentages

%6.11
%0
%40.46
%48.63

Codes

Color #7B834E in popluar color models

7B 83 4E
RGB 123 131 78
HSL 69° 25.36% 40.98%
HSB/HSV 69° 40.46% 51.37%
CMYK 6.11% 0.00% 40.46%
48.63%

Color #7B834E in popluar number systems.

HEX 7B 83 4E
Decimal 123 131 78
Binary 1111011 10000011 1001110
Octal 173 203 116

Shades and tints

Shades of #7B834E

#7B834E
(123,131,78)
#707847
(112,120,71)
#656D40
(101,109,64)
#5A6239
(90,98,57)
#4F5732
(79,87,50)
#444C2B
(68,76,43)
#394124
(57,65,36)
#2E361D
(46,54,29)
#232B16
(35,43,22)
#18200F
(24,32,15)
#0D1508
(13,21,8)
#000000
(0,0,0)

Tints of #7B834E

#7B834E
(123,131,78)
#878E5E
(135,142,94)
#93996E
(147,153,110)
#9FA47E
(159,164,126)
#ABAF8E
(171,175,142)
#B7BA9E
(183,186,158)
#C3C5AE
(195,197,174)
#CFD0BE
(207,208,190)
#DBDBCE
(219,219,206)
#E7E6DE
(231,230,222)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B834E color. Also use rgb(123,131,78) instead hex code.

Text Font Color

.myTextColor { color: #7B834E; }

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

This text font color is #7B834E.

Background Color

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

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

This div background color is #7B834E.

Border color

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

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

This div border color is #7B834E.

Opacity

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

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

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

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

This text has shadow with #7B834E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B834E.

Preview

Color preview on black background

This text has color #7B834E on black background.


Color preview on white background

This text has color #7B834E on white background.


Black color preview on #7B834E background

This text has black color on #7B834E background.


White color preview on #7B834E background

This text has white color on #7B834E background.


Related colors

Complementary color

Complementary color for #hex is #847CB1.


I love getcolorcode.com

Triadic colors

1 #4E7B83 and #834E7B with #7B834E are triadic colors.

2 #4E837B and #837B4E with #7B834E are triadic colors.