COLOR #77705D

HEX: #77705D
RGB: (119,112,93)

Color info

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

RGB color model

#77705D color RGB value is (119,112,93).

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

RGB channels and saturation

R 119 of 255 = 47%
G 112 of 255 = 44%
B 93 of 255 = 36%

119
112
93

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

Portions of RGB colors in percentages

R + G + B =
119 + 112 + 93 = 324 (100%)
R 119 of 324 ~ 36.73%
G 112 of 324 ~ 34.57%
B 93 of 324 ~ 28.7%

%36.73
%34.57
%28.7

CMYK color model

#77705D color CMYK value is (0,6,22,53).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 21.85%
  • key color value is 53.33%
CMYK:
(0,6,22,53)
C0M6Y22K53 
(0%,6%,22%,53%)
(0.00/0.06/0.22/0.53)	

CMYK percentages

%0
%5.88
%21.85
%53.33

Codes

Color #77705D in popluar color models

77705D
RGB11911293
HSL44°12.26%41.57%
HSB/HSV44°21.85%46.67%
CMYK0.00%5.88%21.85%
53.33%

Color #77705D in popluar number systems.

HEX77705D
Decimal11911293
Binary111011111100001011101
Octal167160135

Shades and tints

Shades of #77705D

#77705D
(119,112,93)
#6D6655
(109,102,85)
#635C4D
(99,92,77)
#595245
(89,82,69)
#4F483D
(79,72,61)
#453E35
(69,62,53)
#3B342D
(59,52,45)
#312A25
(49,42,37)
#27201D
(39,32,29)
#1D1615
(29,22,21)
#130C0D
(19,12,13)
#000000
(0,0,0)

Tints of #77705D

#77705D
(119,112,93)
#837D6B
(131,125,107)
#8F8A79
(143,138,121)
#9B9787
(155,151,135)
#A7A495
(167,164,149)
#B3B1A3
(179,177,163)
#BFBEB1
(191,190,177)
#CBCBBF
(203,203,191)
#D7D8CD
(215,216,205)
#E3E5DB
(227,229,219)
#EFF2E9
(239,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77705D; }

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

This text font color is #77705D.


Background Color

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

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

This div background color is #77705D.


Border color

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

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

This div border color is #77705D.


Opacity

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

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

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

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

This text has shadow with #77705D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77705D on black background.


Color preview on white background

This text has color #77705D on white background.



Black color preview on #77705D background

This text has black color on #77705D background.


White color preview on #77705D background

This text has white color on #77705D background.