COLOR #77836F

HEX: #77836F RGB: (119,131,111)

Color info

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

RGB color model

#77836F color RGB value is (119,131,111).

RGB: (119,131,111) (47%, 51%, 44%)

RGB channels and saturation

R 119 of 255 = 47%
G 131 of 255 = 51%
B 111 of 255 = 44%

119
131
111

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

Portions of RGB colors in percentages

R + G + B = 119 + 131 + 111 = 361 (100%)
R 119 of 361 ~ 32.96%
G 131 of 361 ~ 36.29%
B 111 of 361 ~ 30.75'%

%32.96
%36.29
%30.75

CMYK color model

#77836F color CMYK value is (9,0,15,49).

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

CMYK: (9,0,15,49)
C9M0Y15K49 (9%, 0%, 15%, 49%)
(0.09 / 0.00 / 0.15 / 0.49)

CMYK percentages

%9.16
%0
%15.27
%48.63

Codes

Color #77836F in popluar color models

77 83 6F
RGB 119 131 111
HSL 96° 8.26% 47.45%
HSB/HSV 96° 15.27% 51.37%
CMYK 9.16% 0.00% 15.27%
48.63%

Color #77836F in popluar number systems.

HEX 77 83 6F
Decimal 119 131 111
Binary 1110111 10000011 1101111
Octal 167 203 157

Shades and tints

Shades of #77836F

#77836F
(119,131,111)
#6D7865
(109,120,101)
#636D5B
(99,109,91)
#596251
(89,98,81)
#4F5747
(79,87,71)
#454C3D
(69,76,61)
#3B4133
(59,65,51)
#313629
(49,54,41)
#272B1F
(39,43,31)
#1D2015
(29,32,21)
#13150B
(19,21,11)
#000000
(0,0,0)

Tints of #77836F

#77836F
(119,131,111)
#838E7C
(131,142,124)
#8F9989
(143,153,137)
#9BA496
(155,164,150)
#A7AFA3
(167,175,163)
#B3BAB0
(179,186,176)
#BFC5BD
(191,197,189)
#CBD0CA
(203,208,202)
#D7DBD7
(215,219,215)
#E3E6E4
(227,230,228)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77836F color. Also use rgb(119,131,111) instead hex code.

Text Font Color

.myTextColor { color: #77836F; }

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

This text font color is #77836F.

Background Color

.myBgColor { background-color: #77836F; }

<div style="background-color:#77836F">Inner text</div>

This div background color is #77836F.

Border color

.myBorderColor { border: 1px solid #77836F; }

<div style="border:3px solid #77836F">Div</div>

This div border color is #77836F.

Opacity

.myOpacity80 { color: #77836F; opacity: 0.8; }

<p style="color:#77836F;opacity:0.8;">80%</p>

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

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

This text has shadow with #77836F color.


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

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

This text has shadow with #77836F primary color and red secondary color.


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

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

This text has shadow with #77836F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #77836F.

Preview

Color preview on black background

This text has color #77836F on black background.


Color preview on white background

This text has color #77836F on white background.


Black color preview on #77836F background

This text has black color on #77836F background.


White color preview on #77836F background

This text has white color on #77836F background.


Related colors

Complementary color

Complementary color for #hex is #887C90.


I love getcolorcode.com

Triadic colors

1 #6F7783 and #836F77 with #77836F are triadic colors.

2 #6F8377 and #83776F with #77836F are triadic colors.