COLOR #77794B

HEX: #77794B RGB: (119,121,75)

Color info

#77794B contains red, green and blue colors in about the same proportion. Web safe color of #77794B is #666633 (or #663).

RGB color model

#77794B color RGB value is (119,121,75).

RGB: (119,121,75) (47%, 47%, 29%)

RGB channels and saturation

R 119 of 255 = 47%
G 121 of 255 = 47%
B 75 of 255 = 29%

119
121
75

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

Portions of RGB colors in percentages

R + G + B = 119 + 121 + 75 = 315 (100%)
R 119 of 315 ~ 37.78%
G 121 of 315 ~ 38.41%
B 75 of 315 ~ 23.81'%

%37.78
%38.41
%23.81

CMYK color model

#77794B color CMYK value is (2,0,38,53).

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

CMYK: (2,0,38,53)
C2M0Y38K53 (2%, 0%, 38%, 53%)
(0.02 / 0.00 / 0.38 / 0.53)

CMYK percentages

%1.65
%0
%38.02
%52.55

Codes

Color #77794B in popluar color models

77 79 4B
RGB 119 121 75
HSL 63° 23.47% 38.43%
HSB/HSV 63° 38.02% 47.45%
CMYK 1.65% 0.00% 38.02%
52.55%

Color #77794B in popluar number systems.

HEX 77 79 4B
Decimal 119 121 75
Binary 1110111 1111001 1001011
Octal 167 171 113

Shades and tints

Shades of #77794B

#77794B
(119,121,75)
#6D6E45
(109,110,69)
#63633F
(99,99,63)
#595839
(89,88,57)
#4F4D33
(79,77,51)
#45422D
(69,66,45)
#3B3727
(59,55,39)
#312C21
(49,44,33)
#27211B
(39,33,27)
#1D1615
(29,22,21)
#130B0F
(19,11,15)
#000000
(0,0,0)

Tints of #77794B

#77794B
(119,121,75)
#83855B
(131,133,91)
#8F916B
(143,145,107)
#9B9D7B
(155,157,123)
#A7A98B
(167,169,139)
#B3B59B
(179,181,155)
#BFC1AB
(191,193,171)
#CBCDBB
(203,205,187)
#D7D9CB
(215,217,203)
#E3E5DB
(227,229,219)
#EFF1EB
(239,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77794B; }

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

This text font color is #77794B.

Background Color

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

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

This div background color is #77794B.

Border color

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

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

This div border color is #77794B.

Opacity

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

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

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

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

This text has shadow with #77794B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77794B.

Preview

Color preview on black background

This text has color #77794B on black background.


Color preview on white background

This text has color #77794B on white background.


Black color preview on #77794B background

This text has black color on #77794B background.


White color preview on #77794B background

This text has white color on #77794B background.


Related colors

Complementary color

Complementary color for #hex is #8886B4.


I love getcolorcode.com

Triadic colors

1 #4B7779 and #794B77 with #77794B are triadic colors.

2 #4B7977 and #79774B with #77794B are triadic colors.