COLOR #77786B

HEX: #77786B
RGB: (119,120,107)

Color info

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

RGB color model

#77786B color RGB value is (119,120,107).

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

RGB channels and saturation

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

119
120
107

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

Portions of RGB colors in percentages

R + G + B =
119 + 120 + 107 = 346 (100%)
R 119 of 346 ~ 34.39%
G 120 of 346 ~ 34.68%
B 107 of 346 ~ 30.92%

%34.39
%34.68
%30.92

CMYK color model

#77786B color CMYK value is (1,0,11,53).

  • cyan value is 0.83%
  • magenta value is 0.00%
  • yellow value is 10.83%
  • key color value is 52.94%
CMYK:
(1,0,11,53)
C1M0Y11K53 
(1%,0%,11%,53%)
(0.01/0.00/0.11/0.53)	

CMYK percentages

%0.83
%0
%10.83
%52.94

Codes

Color #77786B in popluar color models

77786B
RGB119120107
HSL65°5.73%44.51%
HSB/HSV65°10.83%47.06%
CMYK0.83%0.00%10.83%
52.94%

Color #77786B in popluar number systems.

HEX77786B
Decimal119120107
Binary111011111110001101011
Octal167170153

Shades and tints

Shades of #77786B

#77786B
(119,120,107)
#6D6E62
(109,110,98)
#636459
(99,100,89)
#595A50
(89,90,80)
#4F5047
(79,80,71)
#45463E
(69,70,62)
#3B3C35
(59,60,53)
#31322C
(49,50,44)
#272823
(39,40,35)
#1D1E1A
(29,30,26)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #77786B

#77786B
(119,120,107)
#838478
(131,132,120)
#8F9085
(143,144,133)
#9B9C92
(155,156,146)
#A7A89F
(167,168,159)
#B3B4AC
(179,180,172)
#BFC0B9
(191,192,185)
#CBCCC6
(203,204,198)
#D7D8D3
(215,216,211)
#E3E4E0
(227,228,224)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77786B; }

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

This text font color is #77786B.


Background Color

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

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

This div background color is #77786B.


Border color

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

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

This div border color is #77786B.


Opacity

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

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

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

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

This text has shadow with #77786B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77786B on black background.


Color preview on white background

This text has color #77786B on white background.



Black color preview on #77786B background

This text has black color on #77786B background.


White color preview on #77786B background

This text has white color on #77786B background.