COLOR #77906C

HEX: #77906C
RGB: (119,144,108)

Color info

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

RGB color model

#77906C color RGB value is (119,144,108).

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

RGB channels and saturation

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

119
144
108

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

Portions of RGB colors in percentages

R + G + B =
119 + 144 + 108 = 371 (100%)
R 119 of 371 ~ 32.08%
G 144 of 371 ~ 38.81%
B 108 of 371 ~ 29.11%

%32.08
%38.81
%29.11

CMYK color model

#77906C color CMYK value is (17,0,25,44).

  • cyan value is 17.36%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 43.53%
CMYK:
(17,0,25,44)
C17M0Y25K44 
(17%,0%,25%,44%)
(0.17/0.00/0.25/0.44)	

CMYK percentages

%17.36
%0
%25
%43.53

Codes

Color #77906C in popluar color models

77906C
RGB119144108
HSL102°14.29%49.41%
HSB/HSV102°25.00%56.47%
CMYK17.36%0.00%25.00%
43.53%

Color #77906C in popluar number systems.

HEX77906C
Decimal119144108
Binary1110111100100001101100
Octal167220154

Shades and tints

Shades of #77906C

#77906C
(119,144,108)
#6D8363
(109,131,99)
#63765A
(99,118,90)
#596951
(89,105,81)
#4F5C48
(79,92,72)
#454F3F
(69,79,63)
#3B4236
(59,66,54)
#31352D
(49,53,45)
#272824
(39,40,36)
#1D1B1B
(29,27,27)
#130E12
(19,14,18)
#000000
(0,0,0)

Tints of #77906C

#77906C
(119,144,108)
#839A79
(131,154,121)
#8FA486
(143,164,134)
#9BAE93
(155,174,147)
#A7B8A0
(167,184,160)
#B3C2AD
(179,194,173)
#BFCCBA
(191,204,186)
#CBD6C7
(203,214,199)
#D7E0D4
(215,224,212)
#E3EAE1
(227,234,225)
#EFF4EE
(239,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77906C; }

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

This text font color is #77906C.


Background Color

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

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

This div background color is #77906C.


Border color

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

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

This div border color is #77906C.


Opacity

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

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

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

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

This text has shadow with #77906C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77906C on black background.


Color preview on white background

This text has color #77906C on white background.



Black color preview on #77906C background

This text has black color on #77906C background.


White color preview on #77906C background

This text has white color on #77906C background.