COLOR #77754D

HEX: #77754D RGB: (119,117,77)

Color info

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

RGB color model

#77754D color RGB value is (119,117,77).

RGB: (119,117,77) (47%, 46%, 30%)

RGB channels and saturation

R 119 of 255 = 47%
G 117 of 255 = 46%
B 77 of 255 = 30%

119
117
77

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

Portions of RGB colors in percentages

R + G + B = 119 + 117 + 77 = 313 (100%)
R 119 of 313 ~ 38.02%
G 117 of 313 ~ 37.38%
B 77 of 313 ~ 24.6'%

%38.02
%37.38
%24.6

CMYK color model

#77754D color CMYK value is (0,2,35,53).

  • cyan value is 0.00%
  • magenta value is 1.68%
  • yellow value is 35.29%
  • key color value is 53.33%

CMYK: (0,2,35,53)
C0M2Y35K53 (0%, 2%, 35%, 53%)
(0.00 / 0.02 / 0.35 / 0.53)

CMYK percentages

%0
%1.68
%35.29
%53.33

Codes

Color #77754D in popluar color models

77 75 4D
RGB 119 117 77
HSL 57° 21.43% 38.43%
HSB/HSV 57° 35.29% 46.67%
CMYK 0.00% 1.68% 35.29%
53.33%

Color #77754D in popluar number systems.

HEX 77 75 4D
Decimal 119 117 77
Binary 1110111 1110101 1001101
Octal 167 165 115

Shades and tints

Shades of #77754D

#77754D
(119,117,77)
#6D6B46
(109,107,70)
#63613F
(99,97,63)
#595738
(89,87,56)
#4F4D31
(79,77,49)
#45432A
(69,67,42)
#3B3923
(59,57,35)
#312F1C
(49,47,28)
#272515
(39,37,21)
#1D1B0E
(29,27,14)
#131107
(19,17,7)
#000000
(0,0,0)

Tints of #77754D

#77754D
(119,117,77)
#83815D
(131,129,93)
#8F8D6D
(143,141,109)
#9B997D
(155,153,125)
#A7A58D
(167,165,141)
#B3B19D
(179,177,157)
#BFBDAD
(191,189,173)
#CBC9BD
(203,201,189)
#D7D5CD
(215,213,205)
#E3E1DD
(227,225,221)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77754D color. Also use rgb(119,117,77) instead hex code.

Text Font Color

.myTextColor { color: #77754D; }

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

This text font color is #77754D.

Background Color

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

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

This div background color is #77754D.

Border color

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

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

This div border color is #77754D.

Opacity

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

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

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

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

This text has shadow with #77754D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77754D.

Preview

Color preview on black background

This text has color #77754D on black background.


Color preview on white background

This text has color #77754D on white background.


Black color preview on #77754D background

This text has black color on #77754D background.


White color preview on #77754D background

This text has white color on #77754D background.


Related colors

Complementary color

Complementary color for #hex is #888AB2.


I love getcolorcode.com

Triadic colors

1 #4D7775 and #754D77 with #77754D are triadic colors.

2 #4D7577 and #75774D with #77754D are triadic colors.