COLOR #836B77

HEX: #836B77 RGB: (131,107,119)

Color info

#836B77 contains red, green and blue colors in about the same proportion. Web safe color of #836B77 is #996666 (or #966).

RGB color model

#836B77 color RGB value is (131,107,119).

RGB: (131,107,119) (51%, 42%, 47%)

RGB channels and saturation

R 131 of 255 = 51%
G 107 of 255 = 42%
B 119 of 255 = 47%

131
107
119

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

Portions of RGB colors in percentages

R + G + B = 131 + 107 + 119 = 357 (100%)
R 131 of 357 ~ 36.69%
G 107 of 357 ~ 29.97%
B 119 of 357 ~ 33.33'%

%36.69
%29.97
%33.33

CMYK color model

#836B77 color CMYK value is (0,18,9,49).

  • cyan value is 0.00%
  • magenta value is 18.32%
  • yellow value is 9.16%
  • key color value is 48.63%

CMYK: (0,18,9,49)
C0M18Y9K49 (0%, 18%, 9%, 49%)
(0.00 / 0.18 / 0.09 / 0.49)

CMYK percentages

%0
%18.32
%9.16
%48.63

Codes

Color #836B77 in popluar color models

83 6B 77
RGB 131 107 119
HSL 330° 10.08% 46.67%
HSB/HSV 330° 18.32% 51.37%
CMYK 0.00% 18.32% 9.16%
48.63%

Color #836B77 in popluar number systems.

HEX 83 6B 77
Decimal 131 107 119
Binary 10000011 1101011 1110111
Octal 203 153 167

Shades and tints

Shades of #836B77

#836B77
(131,107,119)
#78626D
(120,98,109)
#6D5963
(109,89,99)
#625059
(98,80,89)
#57474F
(87,71,79)
#4C3E45
(76,62,69)
#41353B
(65,53,59)
#362C31
(54,44,49)
#2B2327
(43,35,39)
#201A1D
(32,26,29)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #836B77

#836B77
(131,107,119)
#8E7883
(142,120,131)
#99858F
(153,133,143)
#A4929B
(164,146,155)
#AF9FA7
(175,159,167)
#BAACB3
(186,172,179)
#C5B9BF
(197,185,191)
#D0C6CB
(208,198,203)
#DBD3D7
(219,211,215)
#E6E0E3
(230,224,227)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836B77 color. Also use rgb(131,107,119) instead hex code.

Text Font Color

.myTextColor { color: #836B77; }

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

This text font color is #836B77.

Background Color

.myBgColor { background-color: #836B77; }

<div style="background-color:#836B77">Inner text</div>

This div background color is #836B77.

Border color

.myBorderColor { border: 1px solid #836B77; }

<div style="border:3px solid #836B77">Div</div>

This div border color is #836B77.

Opacity

.myOpacity80 { color: #836B77; opacity: 0.8; }

<p style="color:#836B77;opacity:0.8;">80%</p>

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

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

This text has shadow with #836B77 color.


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

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

This text has shadow with #836B77 primary color and red secondary color.


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

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

This text has shadow with #836B77 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #836B77.

Preview

Color preview on black background

This text has color #836B77 on black background.


Color preview on white background

This text has color #836B77 on white background.


Black color preview on #836B77 background

This text has black color on #836B77 background.


White color preview on #836B77 background

This text has white color on #836B77 background.


Related colors

Complementary color

Complementary color for #hex is #7C9488.


I love getcolorcode.com

Triadic colors

1 #77836B and #6B7783 with #836B77 are triadic colors.

2 #776B83 and #6B8377 with #836B77 are triadic colors.