COLOR #77805B

HEX: #77805B
RGB: (119,128,91)

Color info

#77805B contains red, green and blue colors in about the same proportion. Web safe color of #77805B is #666666 (or #666).

RGB color model

#77805B color RGB value is (119,128,91).

  • red value is 119;
  • green value is 128;
  • blue value is 91.
RGB:
(119,128,91)
(47%,50%,36%)

RGB channels and saturation

R 119 of 255 = 47%
G 128 of 255 = 50%
B 91 of 255 = 36%

119
128
91

R + G + B ~ 44%. #77805B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 128 + 91 = 338 (100%)
R 119 of 338 ~ 35.21%
G 128 of 338 ~ 37.87%
B 91 of 338 ~ 26.92%

%35.21
%37.87
%26.92

CMYK color model

#77805B color CMYK value is (7,0,29,50).

  • cyan value is 7.03%
  • magenta value is 0.00%
  • yellow value is 28.91%
  • key color value is 49.80%
CMYK:
(7,0,29,50)
C7M0Y29K50 
(7%,0%,29%,50%)
(0.07/0.00/0.29/0.50)	

CMYK percentages

%7.03
%0
%28.91
%49.8

Codes

Color #77805B in popluar color models

77805B
RGB11912891
HSL75°16.89%42.94%
HSB/HSV75°28.91%50.20%
CMYK7.03%0.00%28.91%
49.80%

Color #77805B in popluar number systems.

HEX77805B
Decimal11912891
Binary1110111100000001011011
Octal167200133

Shades and tints

Shades of #77805B

#77805B
(119,128,91)
#6D7553
(109,117,83)
#636A4B
(99,106,75)
#595F43
(89,95,67)
#4F543B
(79,84,59)
#454933
(69,73,51)
#3B3E2B
(59,62,43)
#313323
(49,51,35)
#27281B
(39,40,27)
#1D1D13
(29,29,19)
#13120B
(19,18,11)
#000000
(0,0,0)

Tints of #77805B

#77805B
(119,128,91)
#838B69
(131,139,105)
#8F9677
(143,150,119)
#9BA185
(155,161,133)
#A7AC93
(167,172,147)
#B3B7A1
(179,183,161)
#BFC2AF
(191,194,175)
#CBCDBD
(203,205,189)
#D7D8CB
(215,216,203)
#E3E3D9
(227,227,217)
#EFEEE7
(239,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77805B color. Also use rgb(119,128,91) instead hex code.

Text Font Color

.myTextColor { color: #77805B; }

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

This text font color is #77805B.


Background Color

.myBgColor { background-color: #77805B; }

<div style="background-color:#77805B">Inner text</div>

This div background color is #77805B.


Border color

.myBorderColor { border: 1px solid #77805B; }

<div style="border:3px solid #77805B">Div</div>

This div border color is #77805B.


Opacity

.myOpacity80 { color: #77805B; opacity: 0.8; }

<p style="color:#77805B;opacity:0.8;">80%</p>

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

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

This text has shadow with #77805B color.

.textShadow {text-shadow: 3px 3px 1px #77805B, 3px 3px 1px red;}

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

This text has shadow with #77805B primary color and red secondary color.


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

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

This text has shadow with #77805B and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #77805B;
-webkit-box-shadow: 1px 1px 3px 2px #77805B;
box-shadow:1px 1px 3px 2px #77805B;">
Div content here</div>
This div box has shadow with color #77805B.

Preview

Color preview on black background

This text has color #77805B on black background.


Color preview on white background

This text has color #77805B on white background.



Black color preview on #77805B background

This text has black color on #77805B background.


White color preview on #77805B background

This text has white color on #77805B background.