COLOR #77957F

HEX: #77957F RGB: (119,149,127)

Color info

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

RGB color model

#77957F color RGB value is (119,149,127).

RGB: (119,149,127) (47%, 58%, 50%)

RGB channels and saturation

R 119 of 255 = 47%
G 149 of 255 = 58%
B 127 of 255 = 50%

119
149
127

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

Portions of RGB colors in percentages

R + G + B = 119 + 149 + 127 = 395 (100%)
R 119 of 395 ~ 30.13%
G 149 of 395 ~ 37.72%
B 127 of 395 ~ 32.15'%

%30.13
%37.72
%32.15

CMYK color model

#77957F color CMYK value is (20,0,15,42).

  • cyan value is 20.13%
  • magenta value is 0.00%
  • yellow value is 14.77%
  • key color value is 41.57%
CMYK: (20,0,15,42) C20M0Y15K42 (20%,0%,15%,42%) (0.20/0.00/0.15/0.42) 

CMYK percentages

%20.13
%0
%14.77
%41.57

Codes

Color #77957F in popluar color models

77 95 7F
RGB 119 149 127
HSL 136° 12.40% 52.55%
HSB/HSV 136° 20.13% 58.43%
CMYK 20.13% 0.00% 14.77%
41.57%

Color #77957F in popluar number systems.

HEX 77 95 7F
Decimal 119 149 127
Binary 1110111 10010101 1111111
Octal 167 225 177

Shades and tints

Shades of #77957F

#77957F
(119,149,127)
#6D8874
(109,136,116)
#637B69
(99,123,105)
#596E5E
(89,110,94)
#4F6153
(79,97,83)
#455448
(69,84,72)
#3B473D
(59,71,61)
#313A32
(49,58,50)
#272D27
(39,45,39)
#1D201C
(29,32,28)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #77957F

#77957F
(119,149,127)
#839E8A
(131,158,138)
#8FA795
(143,167,149)
#9BB0A0
(155,176,160)
#A7B9AB
(167,185,171)
#B3C2B6
(179,194,182)
#BFCBC1
(191,203,193)
#CBD4CC
(203,212,204)
#D7DDD7
(215,221,215)
#E3E6E2
(227,230,226)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77957F; }

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

This text font color is #77957F.

Background Color

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

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

This div background color is #77957F.

Border color

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

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

This div border color is #77957F.

Opacity

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

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

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

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

This text has shadow with #77957F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77957F.

Preview

Color preview on black background

This text has color #77957F on black background.


Color preview on white background

This text has color #77957F on white background.


Black color preview on #77957F background

This text has black color on #77957F background.


White color preview on #77957F background

This text has white color on #77957F background.


Related colors

Complementary color

Complementary color for #hex is #886A80.


I love getcolorcode.com

Triadic colors

1 #7F7795 and #957F77 with #77957F are triadic colors.

2 #7F9577 and #95777F with #77957F are triadic colors.