COLOR #77795D

HEX: #77795D
RGB: (119,121,93)

Color info

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

RGB color model

#77795D color RGB value is (119,121,93).

  • red value is 119;
  • green value is 121;
  • blue value is 93.
RGB:
(119,121,93)
(47%,47%,36%)

RGB channels and saturation

R 119 of 255 = 47%
G 121 of 255 = 47%
B 93 of 255 = 36%

119
121
93

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

Portions of RGB colors in percentages

R + G + B =
119 + 121 + 93 = 333 (100%)
R 119 of 333 ~ 35.74%
G 121 of 333 ~ 36.34%
B 93 of 333 ~ 27.93%

%35.74
%36.34
%27.93

CMYK color model

#77795D color CMYK value is (2,0,23,53).

  • cyan value is 1.65%
  • magenta value is 0.00%
  • yellow value is 23.14%
  • key color value is 52.55%
CMYK:
(2,0,23,53)
C2M0Y23K53 
(2%,0%,23%,53%)
(0.02/0.00/0.23/0.53)	

CMYK percentages

%1.65
%0
%23.14
%52.55

Codes

Color #77795D in popluar color models

77795D
RGB11912193
HSL64°13.08%41.96%
HSB/HSV64°23.14%47.45%
CMYK1.65%0.00%23.14%
52.55%

Color #77795D in popluar number systems.

HEX77795D
Decimal11912193
Binary111011111110011011101
Octal167171135

Shades and tints

Shades of #77795D

#77795D
(119,121,93)
#6D6E55
(109,110,85)
#63634D
(99,99,77)
#595845
(89,88,69)
#4F4D3D
(79,77,61)
#454235
(69,66,53)
#3B372D
(59,55,45)
#312C25
(49,44,37)
#27211D
(39,33,29)
#1D1615
(29,22,21)
#130B0D
(19,11,13)
#000000
(0,0,0)

Tints of #77795D

#77795D
(119,121,93)
#83856B
(131,133,107)
#8F9179
(143,145,121)
#9B9D87
(155,157,135)
#A7A995
(167,169,149)
#B3B5A3
(179,181,163)
#BFC1B1
(191,193,177)
#CBCDBF
(203,205,191)
#D7D9CD
(215,217,205)
#E3E5DB
(227,229,219)
#EFF1E9
(239,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77795D color. Also use rgb(119,121,93) instead hex code.

Text Font Color

.myTextColor { color: #77795D; }

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

This text font color is #77795D.


Background Color

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

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

This div background color is #77795D.


Border color

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

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

This div border color is #77795D.


Opacity

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

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

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

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

This text has shadow with #77795D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77795D on black background.


Color preview on white background

This text has color #77795D on white background.



Black color preview on #77795D background

This text has black color on #77795D background.


White color preview on #77795D background

This text has white color on #77795D background.