COLOR #77875F

HEX: #77875F
RGB: (119,135,95)

Color info

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

RGB color model

#77875F color RGB value is (119,135,95).

  • red value is 119;
  • green value is 135;
  • blue value is 95.
RGB:
(119,135,95)
(47%,53%,37%)

RGB channels and saturation

R 119 of 255 = 47%
G 135 of 255 = 53%
B 95 of 255 = 37%

119
135
95

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

Portions of RGB colors in percentages

R + G + B =
119 + 135 + 95 = 349 (100%)
R 119 of 349 ~ 34.1%
G 135 of 349 ~ 38.68%
B 95 of 349 ~ 27.22%

%34.1
%38.68
%27.22

CMYK color model

#77875F color CMYK value is (12,0,30,47).

  • cyan value is 11.85%
  • magenta value is 0.00%
  • yellow value is 29.63%
  • key color value is 47.06%
CMYK:
(12,0,30,47)
C12M0Y30K47 
(12%,0%,30%,47%)
(0.12/0.00/0.30/0.47)	

CMYK percentages

%11.85
%0
%29.63
%47.06

Codes

Color #77875F in popluar color models

77875F
RGB11913595
HSL84°17.39%45.10%
HSB/HSV84°29.63%52.94%
CMYK11.85%0.00%29.63%
47.06%

Color #77875F in popluar number systems.

HEX77875F
Decimal11913595
Binary1110111100001111011111
Octal167207137

Shades and tints

Shades of #77875F

#77875F
(119,135,95)
#6D7B57
(109,123,87)
#636F4F
(99,111,79)
#596347
(89,99,71)
#4F573F
(79,87,63)
#454B37
(69,75,55)
#3B3F2F
(59,63,47)
#313327
(49,51,39)
#27271F
(39,39,31)
#1D1B17
(29,27,23)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #77875F

#77875F
(119,135,95)
#83916D
(131,145,109)
#8F9B7B
(143,155,123)
#9BA589
(155,165,137)
#A7AF97
(167,175,151)
#B3B9A5
(179,185,165)
#BFC3B3
(191,195,179)
#CBCDC1
(203,205,193)
#D7D7CF
(215,215,207)
#E3E1DD
(227,225,221)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77875F color. Also use rgb(119,135,95) instead hex code.

Text Font Color

.myTextColor { color: #77875F; }

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

This text font color is #77875F.


Background Color

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

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

This div background color is #77875F.


Border color

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

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

This div border color is #77875F.


Opacity

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

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

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

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

This text has shadow with #77875F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77875F on black background.


Color preview on white background

This text has color #77875F on white background.



Black color preview on #77875F background

This text has black color on #77875F background.


White color preview on #77875F background

This text has white color on #77875F background.