COLOR #77977E

HEX: #77977E
RGB: (119,151,126)

Color info

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

RGB color model

#77977E color RGB value is (119,151,126).

  • red value is 119;
  • green value is 151;
  • blue value is 126.
RGB:
(119,151,126)
(47%,59%,49%)

RGB channels and saturation

R 119 of 255 = 47%
G 151 of 255 = 59%
B 126 of 255 = 49%

119
151
126

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

Portions of RGB colors in percentages

R + G + B =
119 + 151 + 126 = 396 (100%)
R 119 of 396 ~ 30.05%
G 151 of 396 ~ 38.13%
B 126 of 396 ~ 31.82%

%30.05
%38.13
%31.82

CMYK color model

#77977E color CMYK value is (21,0,17,41).

  • cyan value is 21.19%
  • magenta value is 0.00%
  • yellow value is 16.56%
  • key color value is 40.78%
CMYK:
(21,0,17,41)
C21M0Y17K41 
(21%,0%,17%,41%)
(0.21/0.00/0.17/0.41)	

CMYK percentages

%21.19
%0
%16.56
%40.78

Codes

Color #77977E in popluar color models

77977E
RGB119151126
HSL133°13.33%52.94%
HSB/HSV133°21.19%59.22%
CMYK21.19%0.00%16.56%
40.78%

Color #77977E in popluar number systems.

HEX77977E
Decimal119151126
Binary1110111100101111111110
Octal167227176

Shades and tints

Shades of #77977E

#77977E
(119,151,126)
#6D8A73
(109,138,115)
#637D68
(99,125,104)
#59705D
(89,112,93)
#4F6352
(79,99,82)
#455647
(69,86,71)
#3B493C
(59,73,60)
#313C31
(49,60,49)
#272F26
(39,47,38)
#1D221B
(29,34,27)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #77977E

#77977E
(119,151,126)
#83A089
(131,160,137)
#8FA994
(143,169,148)
#9BB29F
(155,178,159)
#A7BBAA
(167,187,170)
#B3C4B5
(179,196,181)
#BFCDC0
(191,205,192)
#CBD6CB
(203,214,203)
#D7DFD6
(215,223,214)
#E3E8E1
(227,232,225)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77977E color. Also use rgb(119,151,126) instead hex code.

Text Font Color

.myTextColor { color: #77977E; }

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

This text font color is #77977E.


Background Color

.myBgColor { background-color: #77977E; }

<div style="background-color:#77977E">Inner text</div>

This div background color is #77977E.


Border color

.myBorderColor { border: 1px solid #77977E; }

<div style="border:3px solid #77977E">Div</div>

This div border color is #77977E.


Opacity

.myOpacity80 { color: #77977E; opacity: 0.8; }

<p style="color:#77977E;opacity:0.8;">80%</p>

Text with #77977E 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 #77977E;}

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

This text has shadow with #77977E color.

.textShadow {text-shadow: 3px 3px 1px #77977E, 3px 3px 1px red;}

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

This text has shadow with #77977E primary color and red secondary color.


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

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

This text has shadow with #77977E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77977E on black background.


Color preview on white background

This text has color #77977E on white background.



Black color preview on #77977E background

This text has black color on #77977E background.


White color preview on #77977E background

This text has white color on #77977E background.