COLOR #77B665

HEX: #77B665
RGB: (119,182,101)

Color info

#77B665 contains mainly green color. Web safe color of #77B665 is #66CC66 (or #6C6).

RGB color model

#77B665 color RGB value is (119,182,101).

  • red value is 119;
  • green value is 182;
  • blue value is 101.
RGB:
(119,182,101)
(47%,71%,40%)

RGB channels and saturation

R 119 of 255 = 47%
G 182 of 255 = 71%
B 101 of 255 = 40%

119
182
101

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

Portions of RGB colors in percentages

R + G + B =
119 + 182 + 101 = 402 (100%)
R 119 of 402 ~ 29.6%
G 182 of 402 ~ 45.27%
B 101 of 402 ~ 25.12%

%29.6
%45.27
%25.12

CMYK color model

#77B665 color CMYK value is (35,0,45,29).

  • cyan value is 34.62%
  • magenta value is 0.00%
  • yellow value is 44.51%
  • key color value is 28.63%
CMYK:
(35,0,45,29)
C35M0Y45K29 
(35%,0%,45%,29%)
(0.35/0.00/0.45/0.29)	

CMYK percentages

%34.62
%0
%44.51
%28.63

Codes

Color #77B665 in popluar color models

77B665
RGB119182101
HSL107°35.68%55.49%
HSB/HSV107°44.51%71.37%
CMYK34.62%0.00%44.51%
28.63%

Color #77B665 in popluar number systems.

HEX77B665
Decimal119182101
Binary1110111101101101100101
Octal167266145

Shades and tints

Shades of #77B665

#77B665
(119,182,101)
#6DA65C
(109,166,92)
#639653
(99,150,83)
#59864A
(89,134,74)
#4F7641
(79,118,65)
#456638
(69,102,56)
#3B562F
(59,86,47)
#314626
(49,70,38)
#27361D
(39,54,29)
#1D2614
(29,38,20)
#13160B
(19,22,11)
#000000
(0,0,0)

Tints of #77B665

#77B665
(119,182,101)
#83BC73
(131,188,115)
#8FC281
(143,194,129)
#9BC88F
(155,200,143)
#A7CE9D
(167,206,157)
#B3D4AB
(179,212,171)
#BFDAB9
(191,218,185)
#CBE0C7
(203,224,199)
#D7E6D5
(215,230,213)
#E3ECE3
(227,236,227)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77B665 color. Also use rgb(119,182,101) instead hex code.

Text Font Color

.myTextColor { color: #77B665; }

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

This text font color is #77B665.


Background Color

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

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

This div background color is #77B665.


Border color

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

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

This div border color is #77B665.


Opacity

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

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

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

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

This text has shadow with #77B665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77B665 on black background.


Color preview on white background

This text has color #77B665 on white background.



Black color preview on #77B665 background

This text has black color on #77B665 background.


White color preview on #77B665 background

This text has white color on #77B665 background.