COLOR #77997F

HEX: #77997F RGB: (119,153,127)

Color info

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

RGB color model

#77997F color RGB value is (119,153,127).

RGB: (119,153,127) (47%, 60%, 50%)

RGB channels and saturation

R 119 of 255 = 47%
G 153 of 255 = 60%
B 127 of 255 = 50%

119
153
127

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

Portions of RGB colors in percentages

R + G + B = 119 + 153 + 127 = 399 (100%)
R 119 of 399 ~ 29.82%
G 153 of 399 ~ 38.35%
B 127 of 399 ~ 31.83'%

%29.82
%38.35
%31.83

CMYK color model

#77997F color CMYK value is (22,0,17,40).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 16.99%
  • key color value is 40.00%
CMYK: (22,0,17,40) C22M0Y17K40 (22%,0%,17%,40%) (0.22/0.00/0.17/0.40) 

CMYK percentages

%22.22
%0
%16.99
%40

Codes

Color #77997F in popluar color models

77 99 7F
RGB 119 153 127
HSL 134° 14.29% 53.33%
HSB/HSV 134° 22.22% 60.00%
CMYK 22.22% 0.00% 16.99%
40.00%

Color #77997F in popluar number systems.

HEX 77 99 7F
Decimal 119 153 127
Binary 1110111 10011001 1111111
Octal 167 231 177

Shades and tints

Shades of #77997F

#77997F
(119,153,127)
#6D8C74
(109,140,116)
#637F69
(99,127,105)
#59725E
(89,114,94)
#4F6553
(79,101,83)
#455848
(69,88,72)
#3B4B3D
(59,75,61)
#313E32
(49,62,50)
#273127
(39,49,39)
#1D241C
(29,36,28)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #77997F

#77997F
(119,153,127)
#83A28A
(131,162,138)
#8FAB95
(143,171,149)
#9BB4A0
(155,180,160)
#A7BDAB
(167,189,171)
#B3C6B6
(179,198,182)
#BFCFC1
(191,207,193)
#CBD8CC
(203,216,204)
#D7E1D7
(215,225,215)
#E3EAE2
(227,234,226)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77997F; }

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

This text font color is #77997F.

Background Color

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

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

This div background color is #77997F.

Border color

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

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

This div border color is #77997F.

Opacity

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

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

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

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

This text has shadow with #77997F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77997F.

Preview

Color preview on black background

This text has color #77997F on black background.


Color preview on white background

This text has color #77997F on white background.


Black color preview on #77997F background

This text has black color on #77997F background.


White color preview on #77997F background

This text has white color on #77997F background.


Related colors

Complementary color

Complementary color for #hex is #886680.


I love getcolorcode.com

Triadic colors

1 #7F7799 and #997F77 with #77997F are triadic colors.

2 #7F9977 and #99777F with #77997F are triadic colors.