COLOR #77B67A

HEX: #77B67A RGB: (119,182,122)

Color info

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

RGB color model

#77B67A color RGB value is (119,182,122).

RGB: (119,182,122) (47%, 71%, 48%)

RGB channels and saturation

R 119 of 255 = 47%
G 182 of 255 = 71%
B 122 of 255 = 48%

119
182
122

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

Portions of RGB colors in percentages

R + G + B = 119 + 182 + 122 = 423 (100%)
R 119 of 423 ~ 28.13%
G 182 of 423 ~ 43.03%
B 122 of 423 ~ 28.84'%

%28.13
%43.03
%28.84

CMYK color model

#77B67A color CMYK value is (35,0,33,29).

  • cyan value is 34.62%
  • magenta value is 0.00%
  • yellow value is 32.97%
  • key color value is 28.63%

CMYK: (35,0,33,29)
C35M0Y33K29 (35%, 0%, 33%, 29%)
(0.35 / 0.00 / 0.33 / 0.29)

CMYK percentages

%34.62
%0
%32.97
%28.63

Codes

Color #77B67A in popluar color models

77 B6 7A
RGB 119 182 122
HSL 123° 30.14% 59.02%
HSB/HSV 123° 34.62% 71.37%
CMYK 34.62% 0.00% 32.97%
28.63%

Color #77B67A in popluar number systems.

HEX 77 B6 7A
Decimal 119 182 122
Binary 1110111 10110110 1111010
Octal 167 266 172

Shades and tints

Shades of #77B67A

#77B67A
(119,182,122)
#6DA66F
(109,166,111)
#639664
(99,150,100)
#598659
(89,134,89)
#4F764E
(79,118,78)
#456643
(69,102,67)
#3B5638
(59,86,56)
#31462D
(49,70,45)
#273622
(39,54,34)
#1D2617
(29,38,23)
#13160C
(19,22,12)
#000000
(0,0,0)

Tints of #77B67A

#77B67A
(119,182,122)
#83BC86
(131,188,134)
#8FC292
(143,194,146)
#9BC89E
(155,200,158)
#A7CEAA
(167,206,170)
#B3D4B6
(179,212,182)
#BFDAC2
(191,218,194)
#CBE0CE
(203,224,206)
#D7E6DA
(215,230,218)
#E3ECE6
(227,236,230)
#EFF2F2
(239,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77B67A; }

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

This text font color is #77B67A.

Background Color

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

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

This div background color is #77B67A.

Border color

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

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

This div border color is #77B67A.

Opacity

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

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

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

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

This text has shadow with #77B67A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77B67A.

Preview

Color preview on black background

This text has color #77B67A on black background.


Color preview on white background

This text has color #77B67A on white background.


Black color preview on #77B67A background

This text has black color on #77B67A background.


White color preview on #77B67A background

This text has white color on #77B67A background.


Related colors

Complementary color

Complementary color for #hex is #884985.


I love getcolorcode.com

Triadic colors

1 #7A77B6 and #B67A77 with #77B67A are triadic colors.

2 #7AB677 and #B6777A with #77B67A are triadic colors.