COLOR #77967F

HEX: #77967F
RGB: (119,150,127)

Color info

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

RGB color model

#77967F color RGB value is (119,150,127).

  • red value is 119;
  • green value is 150;
  • blue value is 127.
RGB:
(119,150,127)
(47%,59%,50%)

RGB channels and saturation

R 119 of 255 = 47%
G 150 of 255 = 59%
B 127 of 255 = 50%

119
150
127

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

Portions of RGB colors in percentages

R + G + B =
119 + 150 + 127 = 396 (100%)
R 119 of 396 ~ 30.05%
G 150 of 396 ~ 37.88%
B 127 of 396 ~ 32.07%

%30.05
%37.88
%32.07

CMYK color model

#77967F color CMYK value is (21,0,15,41).

  • cyan value is 20.67%
  • magenta value is 0.00%
  • yellow value is 15.33%
  • key color value is 41.18%
CMYK:
(21,0,15,41)
C21M0Y15K41 
(21%,0%,15%,41%)
(0.21/0.00/0.15/0.41)	

CMYK percentages

%20.67
%0
%15.33
%41.18

Codes

Color #77967F in popluar color models

77967F
RGB119150127
HSL135°12.86%52.75%
HSB/HSV135°20.67%58.82%
CMYK20.67%0.00%15.33%
41.18%

Color #77967F in popluar number systems.

HEX77967F
Decimal119150127
Binary1110111100101101111111
Octal167226177

Shades and tints

Shades of #77967F

#77967F
(119,150,127)
#6D8974
(109,137,116)
#637C69
(99,124,105)
#596F5E
(89,111,94)
#4F6253
(79,98,83)
#455548
(69,85,72)
#3B483D
(59,72,61)
#313B32
(49,59,50)
#272E27
(39,46,39)
#1D211C
(29,33,28)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #77967F

#77967F
(119,150,127)
#839F8A
(131,159,138)
#8FA895
(143,168,149)
#9BB1A0
(155,177,160)
#A7BAAB
(167,186,171)
#B3C3B6
(179,195,182)
#BFCCC1
(191,204,193)
#CBD5CC
(203,213,204)
#D7DED7
(215,222,215)
#E3E7E2
(227,231,226)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77967F color. Also use rgb(119,150,127) instead hex code.

Text Font Color

.myTextColor { color: #77967F; }

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

This text font color is #77967F.


Background Color

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

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

This div background color is #77967F.


Border color

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

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

This div border color is #77967F.


Opacity

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

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

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

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

This text has shadow with #77967F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77967F on black background.


Color preview on white background

This text has color #77967F on white background.



Black color preview on #77967F background

This text has black color on #77967F background.


White color preview on #77967F background

This text has white color on #77967F background.