COLOR #7B836E

HEX: #7B836E RGB: (123,131,110)

Color info

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

RGB color model

#7B836E color RGB value is (123,131,110).

RGB: (123,131,110) (48%, 51%, 43%)

RGB channels and saturation

R 123 of 255 = 48%
G 131 of 255 = 51%
B 110 of 255 = 43%

123
131
110

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

Portions of RGB colors in percentages

R + G + B = 123 + 131 + 110 = 364 (100%)
R 123 of 364 ~ 33.79%
G 131 of 364 ~ 35.99%
B 110 of 364 ~ 30.22'%

%33.79
%35.99
%30.22

CMYK color model

#7B836E color CMYK value is (6,0,16,49).

  • cyan value is 6.11%
  • magenta value is 0.00%
  • yellow value is 16.03%
  • key color value is 48.63%
CMYK: (6,0,16,49) C6M0Y16K49 (6%,0%,16%,49%) (0.06/0.00/0.16/0.49) 

CMYK percentages

%6.11
%0
%16.03
%48.63

Codes

Color #7B836E in popluar color models

7B 83 6E
RGB 123 131 110
HSL 83° 8.71% 47.25%
HSB/HSV 83° 16.03% 51.37%
CMYK 6.11% 0.00% 16.03%
48.63%

Color #7B836E in popluar number systems.

HEX 7B 83 6E
Decimal 123 131 110
Binary 1111011 10000011 1101110
Octal 173 203 156

Shades and tints

Shades of #7B836E

#7B836E
(123,131,110)
#707864
(112,120,100)
#656D5A
(101,109,90)
#5A6250
(90,98,80)
#4F5746
(79,87,70)
#444C3C
(68,76,60)
#394132
(57,65,50)
#2E3628
(46,54,40)
#232B1E
(35,43,30)
#182014
(24,32,20)
#0D150A
(13,21,10)
#000000
(0,0,0)

Tints of #7B836E

#7B836E
(123,131,110)
#878E7B
(135,142,123)
#939988
(147,153,136)
#9FA495
(159,164,149)
#ABAFA2
(171,175,162)
#B7BAAF
(183,186,175)
#C3C5BC
(195,197,188)
#CFD0C9
(207,208,201)
#DBDBD6
(219,219,214)
#E7E6E3
(231,230,227)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B836E; }

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

This text font color is #7B836E.

Background Color

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

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

This div background color is #7B836E.

Border color

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

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

This div border color is #7B836E.

Opacity

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

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

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

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

This text has shadow with #7B836E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B836E.

Preview

Color preview on black background

This text has color #7B836E on black background.


Color preview on white background

This text has color #7B836E on white background.


Black color preview on #7B836E background

This text has black color on #7B836E background.


White color preview on #7B836E background

This text has white color on #7B836E background.


Related colors

Complementary color

Complementary color for #hex is #847C91.


I love getcolorcode.com

Triadic colors

1 #6E7B83 and #836E7B with #7B836E are triadic colors.

2 #6E837B and #837B6E with #7B836E are triadic colors.