COLOR #77885B

HEX: #77885B
RGB: (119,136,91)

Color info

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

RGB color model

#77885B color RGB value is (119,136,91).

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

RGB channels and saturation

R 119 of 255 = 47%
G 136 of 255 = 53%
B 91 of 255 = 36%

119
136
91

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

Portions of RGB colors in percentages

R + G + B =
119 + 136 + 91 = 346 (100%)
R 119 of 346 ~ 34.39%
G 136 of 346 ~ 39.31%
B 91 of 346 ~ 26.3%

%34.39
%39.31
%26.3

CMYK color model

#77885B color CMYK value is (13,0,33,47).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 33.09%
  • key color value is 46.67%
CMYK:
(13,0,33,47)
C13M0Y33K47 
(13%,0%,33%,47%)
(0.13/0.00/0.33/0.47)	

CMYK percentages

%12.5
%0
%33.09
%46.67

Codes

Color #77885B in popluar color models

77885B
RGB11913691
HSL83°19.82%44.51%
HSB/HSV83°33.09%53.33%
CMYK12.50%0.00%33.09%
46.67%

Color #77885B in popluar number systems.

HEX77885B
Decimal11913691
Binary1110111100010001011011
Octal167210133

Shades and tints

Shades of #77885B

#77885B
(119,136,91)
#6D7C53
(109,124,83)
#63704B
(99,112,75)
#596443
(89,100,67)
#4F583B
(79,88,59)
#454C33
(69,76,51)
#3B402B
(59,64,43)
#313423
(49,52,35)
#27281B
(39,40,27)
#1D1C13
(29,28,19)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #77885B

#77885B
(119,136,91)
#839269
(131,146,105)
#8F9C77
(143,156,119)
#9BA685
(155,166,133)
#A7B093
(167,176,147)
#B3BAA1
(179,186,161)
#BFC4AF
(191,196,175)
#CBCEBD
(203,206,189)
#D7D8CB
(215,216,203)
#E3E2D9
(227,226,217)
#EFECE7
(239,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77885B; }

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

This text font color is #77885B.


Background Color

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

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

This div background color is #77885B.


Border color

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

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

This div border color is #77885B.


Opacity

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

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

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

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

This text has shadow with #77885B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77885B on black background.


Color preview on white background

This text has color #77885B on white background.



Black color preview on #77885B background

This text has black color on #77885B background.


White color preview on #77885B background

This text has white color on #77885B background.