COLOR #77906A

HEX: #77906A
RGB: (119,144,106)

Color info

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

RGB color model

#77906A color RGB value is (119,144,106).

  • red value is 119;
  • green value is 144;
  • blue value is 106.
RGB:
(119,144,106)
(47%,56%,42%)

RGB channels and saturation

R 119 of 255 = 47%
G 144 of 255 = 56%
B 106 of 255 = 42%

119
144
106

R + G + B ~ 48%. #77906A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 144 + 106 = 369 (100%)
R 119 of 369 ~ 32.25%
G 144 of 369 ~ 39.02%
B 106 of 369 ~ 28.73%

%32.25
%39.02
%28.73

CMYK color model

#77906A color CMYK value is (17,0,26,44).

  • cyan value is 17.36%
  • magenta value is 0.00%
  • yellow value is 26.39%
  • key color value is 43.53%
CMYK:
(17,0,26,44)
C17M0Y26K44 
(17%,0%,26%,44%)
(0.17/0.00/0.26/0.44)	

CMYK percentages

%17.36
%0
%26.39
%43.53

Codes

Color #77906A in popluar color models

77906A
RGB119144106
HSL99°15.20%49.02%
HSB/HSV99°26.39%56.47%
CMYK17.36%0.00%26.39%
43.53%

Color #77906A in popluar number systems.

HEX77906A
Decimal119144106
Binary1110111100100001101010
Octal167220152

Shades and tints

Shades of #77906A

#77906A
(119,144,106)
#6D8361
(109,131,97)
#637658
(99,118,88)
#59694F
(89,105,79)
#4F5C46
(79,92,70)
#454F3D
(69,79,61)
#3B4234
(59,66,52)
#31352B
(49,53,43)
#272822
(39,40,34)
#1D1B19
(29,27,25)
#130E10
(19,14,16)
#000000
(0,0,0)

Tints of #77906A

#77906A
(119,144,106)
#839A77
(131,154,119)
#8FA484
(143,164,132)
#9BAE91
(155,174,145)
#A7B89E
(167,184,158)
#B3C2AB
(179,194,171)
#BFCCB8
(191,204,184)
#CBD6C5
(203,214,197)
#D7E0D2
(215,224,210)
#E3EADF
(227,234,223)
#EFF4EC
(239,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77906A color. Also use rgb(119,144,106) instead hex code.

Text Font Color

.myTextColor { color: #77906A; }

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

This text font color is #77906A.


Background Color

.myBgColor { background-color: #77906A; }

<div style="background-color:#77906A">Inner text</div>

This div background color is #77906A.


Border color

.myBorderColor { border: 1px solid #77906A; }

<div style="border:3px solid #77906A">Div</div>

This div border color is #77906A.


Opacity

.myOpacity80 { color: #77906A; opacity: 0.8; }

<p style="color:#77906A;opacity:0.8;">80%</p>

Text with #77906A 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 #77906A;}

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

This text has shadow with #77906A color.

.textShadow {text-shadow: 3px 3px 1px #77906A, 3px 3px 1px red;}

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

This text has shadow with #77906A primary color and red secondary color.


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

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

This text has shadow with #77906A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77906A on black background.


Color preview on white background

This text has color #77906A on white background.



Black color preview on #77906A background

This text has black color on #77906A background.


White color preview on #77906A background

This text has white color on #77906A background.