COLOR #77B77F

HEX: #77B77F
RGB: (119,183,127)

Color info

#77B77F contains mainly green and blue colors. Web safe color of #77B77F is #66CC66 (or #6C6).

RGB color model

#77B77F color RGB value is (119,183,127).

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

RGB channels and saturation

R 119 of 255 = 47%
G 183 of 255 = 72%
B 127 of 255 = 50%

119
183
127

R + G + B ~ 56%. #77B77F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 183 + 127 = 429 (100%)
R 119 of 429 ~ 27.74%
G 183 of 429 ~ 42.66%
B 127 of 429 ~ 29.6%

%27.74
%42.66
%29.6

CMYK color model

#77B77F color CMYK value is (35,0,31,28).

  • cyan value is 34.97%
  • magenta value is 0.00%
  • yellow value is 30.60%
  • key color value is 28.24%
CMYK:
(35,0,31,28)
C35M0Y31K28 
(35%,0%,31%,28%)
(0.35/0.00/0.31/0.28)	

CMYK percentages

%34.97
%0
%30.6
%28.24

Codes

Color #77B77F in popluar color models

77B77F
RGB119183127
HSL128°30.77%59.22%
HSB/HSV128°34.97%71.76%
CMYK34.97%0.00%30.60%
28.24%

Color #77B77F in popluar number systems.

HEX77B77F
Decimal119183127
Binary1110111101101111111111
Octal167267177

Shades and tints

Shades of #77B77F

#77B77F
(119,183,127)
#6DA774
(109,167,116)
#639769
(99,151,105)
#59875E
(89,135,94)
#4F7753
(79,119,83)
#456748
(69,103,72)
#3B573D
(59,87,61)
#314732
(49,71,50)
#273727
(39,55,39)
#1D271C
(29,39,28)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #77B77F

#77B77F
(119,183,127)
#83BD8A
(131,189,138)
#8FC395
(143,195,149)
#9BC9A0
(155,201,160)
#A7CFAB
(167,207,171)
#B3D5B6
(179,213,182)
#BFDBC1
(191,219,193)
#CBE1CC
(203,225,204)
#D7E7D7
(215,231,215)
#E3EDE2
(227,237,226)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77B77F color. Also use rgb(119,183,127) instead hex code.

Text Font Color

.myTextColor { color: #77B77F; }

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

This text font color is #77B77F.


Background Color

.myBgColor { background-color: #77B77F; }

<div style="background-color:#77B77F">Inner text</div>

This div background color is #77B77F.


Border color

.myBorderColor { border: 1px solid #77B77F; }

<div style="border:3px solid #77B77F">Div</div>

This div border color is #77B77F.


Opacity

.myOpacity80 { color: #77B77F; opacity: 0.8; }

<p style="color:#77B77F;opacity:0.8;">80%</p>

Text with #77B77F 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 #77B77F;}

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

This text has shadow with #77B77F color.

.textShadow {text-shadow: 3px 3px 1px #77B77F, 3px 3px 1px red;}

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

This text has shadow with #77B77F primary color and red secondary color.


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

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

This text has shadow with #77B77F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77B77F on black background.


Color preview on white background

This text has color #77B77F on white background.



Black color preview on #77B77F background

This text has black color on #77B77F background.


White color preview on #77B77F background

This text has white color on #77B77F background.