COLOR #77C175

HEX: #77C175 RGB: (119,193,117)

Color info

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

RGB color model

#77C175 color RGB value is (119,193,117).

RGB: (119,193,117) (47%, 76%, 46%)

RGB channels and saturation

R 119 of 255 = 47%
G 193 of 255 = 76%
B 117 of 255 = 46%

119
193
117

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

Portions of RGB colors in percentages

R + G + B = 119 + 193 + 117 = 429 (100%)
R 119 of 429 ~ 27.74%
G 193 of 429 ~ 44.99%
B 117 of 429 ~ 27.27'%

%27.74
%44.99
%27.27

CMYK color model

#77C175 color CMYK value is (38,0,39,24).

  • cyan value is 38.34%
  • magenta value is 0.00%
  • yellow value is 39.38%
  • key color value is 24.31%

CMYK: (38,0,39,24)
C38M0Y39K24 (38%, 0%, 39%, 24%)
(0.38 / 0.00 / 0.39 / 0.24)

CMYK percentages

%38.34
%0
%39.38
%24.31

Codes

Color #77C175 in popluar color models

77 C1 75
RGB 119 193 117
HSL 118° 38.00% 60.78%
HSB/HSV 118° 39.38% 75.69%
CMYK 38.34% 0.00% 39.38%
24.31%

Color #77C175 in popluar number systems.

HEX 77 C1 75
Decimal 119 193 117
Binary 1110111 11000001 1110101
Octal 167 301 165

Shades and tints

Shades of #77C175

#77C175
(119,193,117)
#6DB06B
(109,176,107)
#639F61
(99,159,97)
#598E57
(89,142,87)
#4F7D4D
(79,125,77)
#456C43
(69,108,67)
#3B5B39
(59,91,57)
#314A2F
(49,74,47)
#273925
(39,57,37)
#1D281B
(29,40,27)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #77C175

#77C175
(119,193,117)
#83C681
(131,198,129)
#8FCB8D
(143,203,141)
#9BD099
(155,208,153)
#A7D5A5
(167,213,165)
#B3DAB1
(179,218,177)
#BFDFBD
(191,223,189)
#CBE4C9
(203,228,201)
#D7E9D5
(215,233,213)
#E3EEE1
(227,238,225)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77C175 color. Also use rgb(119,193,117) instead hex code.

Text Font Color

.myTextColor { color: #77C175; }

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

This text font color is #77C175.

Background Color

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

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

This div background color is #77C175.

Border color

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

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

This div border color is #77C175.

Opacity

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

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

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

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

This text has shadow with #77C175 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77C175.

Preview

Color preview on black background

This text has color #77C175 on black background.


Color preview on white background

This text has color #77C175 on white background.


Black color preview on #77C175 background

This text has black color on #77C175 background.


White color preview on #77C175 background

This text has white color on #77C175 background.


Related colors

Complementary color

Complementary color for #hex is #883E8A.


I love getcolorcode.com

Triadic colors

1 #7577C1 and #C17577 with #77C175 are triadic colors.

2 #75C177 and #C17775 with #77C175 are triadic colors.