COLOR #77796B

HEX: #77796B RGB: (119,121,107)

Color info

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

RGB color model

#77796B color RGB value is (119,121,107).

RGB: (119,121,107) (47%, 47%, 42%)

RGB channels and saturation

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

119
121
107

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

Portions of RGB colors in percentages

R + G + B = 119 + 121 + 107 = 347 (100%)
R 119 of 347 ~ 34.29%
G 121 of 347 ~ 34.87%
B 107 of 347 ~ 30.84'%

%34.29
%34.87
%30.84

CMYK color model

#77796B color CMYK value is (2,0,12,53).

  • cyan value is 1.65%
  • magenta value is 0.00%
  • yellow value is 11.57%
  • key color value is 52.55%

CMYK: (2,0,12,53)
C2M0Y12K53 (2%, 0%, 12%, 53%)
(0.02 / 0.00 / 0.12 / 0.53)

CMYK percentages

%1.65
%0
%11.57
%52.55

Codes

Color #77796B in popluar color models

77 79 6B
RGB 119 121 107
HSL 69° 6.14% 44.71%
HSB/HSV 69° 11.57% 47.45%
CMYK 1.65% 0.00% 11.57%
52.55%

Color #77796B in popluar number systems.

HEX 77 79 6B
Decimal 119 121 107
Binary 1110111 1111001 1101011
Octal 167 171 153

Shades and tints

Shades of #77796B

#77796B
(119,121,107)
#6D6E62
(109,110,98)
#636359
(99,99,89)
#595850
(89,88,80)
#4F4D47
(79,77,71)
#45423E
(69,66,62)
#3B3735
(59,55,53)
#312C2C
(49,44,44)
#272123
(39,33,35)
#1D161A
(29,22,26)
#130B11
(19,11,17)
#000000
(0,0,0)

Tints of #77796B

#77796B
(119,121,107)
#838578
(131,133,120)
#8F9185
(143,145,133)
#9B9D92
(155,157,146)
#A7A99F
(167,169,159)
#B3B5AC
(179,181,172)
#BFC1B9
(191,193,185)
#CBCDC6
(203,205,198)
#D7D9D3
(215,217,211)
#E3E5E0
(227,229,224)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77796B; }

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

This text font color is #77796B.

Background Color

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

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

This div background color is #77796B.

Border color

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

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

This div border color is #77796B.

Opacity

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

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

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

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

This text has shadow with #77796B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77796B.

Preview

Color preview on black background

This text has color #77796B on black background.


Color preview on white background

This text has color #77796B on white background.


Black color preview on #77796B background

This text has black color on #77796B background.


White color preview on #77796B background

This text has white color on #77796B background.


Related colors

Complementary color

Complementary color for #hex is #888694.


I love getcolorcode.com

Triadic colors

1 #6B7779 and #796B77 with #77796B are triadic colors.

2 #6B7977 and #79776B with #77796B are triadic colors.