COLOR #77774B

HEX: #77774B
RGB: (119,119,75)

Color info

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

RGB color model

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

  • red value is 119;
  • green value is 119;
  • blue value is 75.
RGB:
(119,119,75)
(47%,47%,29%)

RGB channels and saturation

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

119
119
75

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

Portions of RGB colors in percentages

R + G + B =
119 + 119 + 75 = 313 (100%)
R 119 of 313 ~ 38.02%
G 119 of 313 ~ 38.02%
B 75 of 313 ~ 23.96%

%38.02
%38.02
%23.96

CMYK color model

#77774B color CMYK value is (0,0,37,53).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 36.97%
  • key color value is 53.33%
CMYK:
(0,0,37,53)
C0M0Y37K53 
(0%,0%,37%,53%)
(0.00/0.00/0.37/0.53)	

CMYK percentages

%0
%0
%36.97
%53.33

Codes

Color #77774B in popluar color models

77774B
RGB11911975
HSL60°22.68%38.04%
HSB/HSV60°36.97%46.67%
CMYK0.00%0.00%36.97%
53.33%

Color #77774B in popluar number systems.

HEX77774B
Decimal11911975
Binary111011111101111001011
Octal167167113

Shades and tints

Shades of #77774B

#77774B
(119,119,75)
#6D6D45
(109,109,69)
#63633F
(99,99,63)
#595939
(89,89,57)
#4F4F33
(79,79,51)
#45452D
(69,69,45)
#3B3B27
(59,59,39)
#313121
(49,49,33)
#27271B
(39,39,27)
#1D1D15
(29,29,21)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #77774B

#77774B
(119,119,75)
#83835B
(131,131,91)
#8F8F6B
(143,143,107)
#9B9B7B
(155,155,123)
#A7A78B
(167,167,139)
#B3B39B
(179,179,155)
#BFBFAB
(191,191,171)
#CBCBBB
(203,203,187)
#D7D7CB
(215,215,203)
#E3E3DB
(227,227,219)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77774B; }

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

This text font color is #77774B.


Background Color

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

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

This div background color is #77774B.


Border color

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

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

This div border color is #77774B.


Opacity

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

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

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

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

This text has shadow with #77774B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77774B on black background.


Color preview on white background

This text has color #77774B on white background.



Black color preview on #77774B background

This text has black color on #77774B background.


White color preview on #77774B background

This text has white color on #77774B background.