COLOR #77786D

HEX: #77786D RGB: (119,120,109)

Color info

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

RGB color model

#77786D color RGB value is (119,120,109).

RGB: (119,120,109) (47%, 47%, 43%)

RGB channels and saturation

R 119 of 255 = 47%
G 120 of 255 = 47%
B 109 of 255 = 43%

119
120
109

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

Portions of RGB colors in percentages

R + G + B = 119 + 120 + 109 = 348 (100%)
R 119 of 348 ~ 34.2%
G 120 of 348 ~ 34.48%
B 109 of 348 ~ 31.32'%

%34.2
%34.48
%31.32

CMYK color model

#77786D color CMYK value is (1,0,9,53).

  • cyan value is 0.83%
  • magenta value is 0.00%
  • yellow value is 9.17%
  • key color value is 52.94%

CMYK: (1,0,9,53)
C1M0Y9K53 (1%, 0%, 9%, 53%)
(0.01 / 0.00 / 0.09 / 0.53)

CMYK percentages

%0.83
%0
%9.17
%52.94

Codes

Color #77786D in popluar color models

77 78 6D
RGB 119 120 109
HSL 65° 4.80% 44.90%
HSB/HSV 65° 9.17% 47.06%
CMYK 0.83% 0.00% 9.17%
52.94%

Color #77786D in popluar number systems.

HEX 77 78 6D
Decimal 119 120 109
Binary 1110111 1111000 1101101
Octal 167 170 155

Shades and tints

Shades of #77786D

#77786D
(119,120,109)
#6D6E64
(109,110,100)
#63645B
(99,100,91)
#595A52
(89,90,82)
#4F5049
(79,80,73)
#454640
(69,70,64)
#3B3C37
(59,60,55)
#31322E
(49,50,46)
#272825
(39,40,37)
#1D1E1C
(29,30,28)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #77786D

#77786D
(119,120,109)
#83847A
(131,132,122)
#8F9087
(143,144,135)
#9B9C94
(155,156,148)
#A7A8A1
(167,168,161)
#B3B4AE
(179,180,174)
#BFC0BB
(191,192,187)
#CBCCC8
(203,204,200)
#D7D8D5
(215,216,213)
#E3E4E2
(227,228,226)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77786D; }

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

This text font color is #77786D.

Background Color

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

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

This div background color is #77786D.

Border color

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

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

This div border color is #77786D.

Opacity

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

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

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

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

This text has shadow with #77786D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77786D.

Preview

Color preview on black background

This text has color #77786D on black background.


Color preview on white background

This text has color #77786D on white background.


Black color preview on #77786D background

This text has black color on #77786D background.


White color preview on #77786D background

This text has white color on #77786D background.


Related colors

Complementary color

Complementary color for #hex is #888792.


I love getcolorcode.com

Triadic colors

1 #6D7778 and #786D77 with #77786D are triadic colors.

2 #6D7877 and #78776D with #77786D are triadic colors.