COLOR #77955F

HEX: #77955F
RGB: (119,149,95)

Color info

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

RGB color model

#77955F color RGB value is (119,149,95).

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

RGB channels and saturation

R 119 of 255 = 47%
G 149 of 255 = 58%
B 95 of 255 = 37%

119
149
95

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

Portions of RGB colors in percentages

R + G + B =
119 + 149 + 95 = 363 (100%)
R 119 of 363 ~ 32.78%
G 149 of 363 ~ 41.05%
B 95 of 363 ~ 26.17%

%32.78
%41.05
%26.17

CMYK color model

#77955F color CMYK value is (20,0,36,42).

  • cyan value is 20.13%
  • magenta value is 0.00%
  • yellow value is 36.24%
  • key color value is 41.57%
CMYK:
(20,0,36,42)
C20M0Y36K42 
(20%,0%,36%,42%)
(0.20/0.00/0.36/0.42)	

CMYK percentages

%20.13
%0
%36.24
%41.57

Codes

Color #77955F in popluar color models

77955F
RGB11914995
HSL93°22.13%47.84%
HSB/HSV93°36.24%58.43%
CMYK20.13%0.00%36.24%
41.57%

Color #77955F in popluar number systems.

HEX77955F
Decimal11914995
Binary1110111100101011011111
Octal167225137

Shades and tints

Shades of #77955F

#77955F
(119,149,95)
#6D8857
(109,136,87)
#637B4F
(99,123,79)
#596E47
(89,110,71)
#4F613F
(79,97,63)
#455437
(69,84,55)
#3B472F
(59,71,47)
#313A27
(49,58,39)
#272D1F
(39,45,31)
#1D2017
(29,32,23)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #77955F

#77955F
(119,149,95)
#839E6D
(131,158,109)
#8FA77B
(143,167,123)
#9BB089
(155,176,137)
#A7B997
(167,185,151)
#B3C2A5
(179,194,165)
#BFCBB3
(191,203,179)
#CBD4C1
(203,212,193)
#D7DDCF
(215,221,207)
#E3E6DD
(227,230,221)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77955F; }

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

This text font color is #77955F.


Background Color

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

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

This div background color is #77955F.


Border color

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

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

This div border color is #77955F.


Opacity

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

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

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

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

This text has shadow with #77955F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77955F on black background.


Color preview on white background

This text has color #77955F on white background.



Black color preview on #77955F background

This text has black color on #77955F background.


White color preview on #77955F background

This text has white color on #77955F background.