COLOR #77786A

HEX: #77786A
RGB: (119,120,106)

Color info

#77786A contains red, green and blue colors in about the same proportion. Web safe color of #77786A is #666666 (or #666).

RGB color model

#77786A color RGB value is (119,120,106).

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

RGB channels and saturation

R 119 of 255 = 47%
G 120 of 255 = 47%
B 106 of 255 = 42%

119
120
106

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

Portions of RGB colors in percentages

R + G + B =
119 + 120 + 106 = 345 (100%)
R 119 of 345 ~ 34.49%
G 120 of 345 ~ 34.78%
B 106 of 345 ~ 30.72%

%34.49
%34.78
%30.72

CMYK color model

#77786A color CMYK value is (1,0,12,53).

  • cyan value is 0.83%
  • magenta value is 0.00%
  • yellow value is 11.67%
  • key color value is 52.94%
CMYK:
(1,0,12,53)
C1M0Y12K53 
(1%,0%,12%,53%)
(0.01/0.00/0.12/0.53)	

CMYK percentages

%0.83
%0
%11.67
%52.94

Codes

Color #77786A in popluar color models

77786A
RGB119120106
HSL64°6.19%44.31%
HSB/HSV64°11.67%47.06%
CMYK0.83%0.00%11.67%
52.94%

Color #77786A in popluar number systems.

HEX77786A
Decimal119120106
Binary111011111110001101010
Octal167170152

Shades and tints

Shades of #77786A

#77786A
(119,120,106)
#6D6E61
(109,110,97)
#636458
(99,100,88)
#595A4F
(89,90,79)
#4F5046
(79,80,70)
#45463D
(69,70,61)
#3B3C34
(59,60,52)
#31322B
(49,50,43)
#272822
(39,40,34)
#1D1E19
(29,30,25)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #77786A

#77786A
(119,120,106)
#838477
(131,132,119)
#8F9084
(143,144,132)
#9B9C91
(155,156,145)
#A7A89E
(167,168,158)
#B3B4AB
(179,180,171)
#BFC0B8
(191,192,184)
#CBCCC5
(203,204,197)
#D7D8D2
(215,216,210)
#E3E4DF
(227,228,223)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77786A; }

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

This text font color is #77786A.


Background Color

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

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

This div background color is #77786A.


Border color

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

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

This div border color is #77786A.


Opacity

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

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

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

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

This text has shadow with #77786A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77786A on black background.


Color preview on white background

This text has color #77786A on white background.



Black color preview on #77786A background

This text has black color on #77786A background.


White color preview on #77786A background

This text has white color on #77786A background.