COLOR #77785D

HEX: #77785D
RGB: (119,120,93)

Color info

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

RGB color model

#77785D color RGB value is (119,120,93).

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

RGB channels and saturation

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

119
120
93

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

Portions of RGB colors in percentages

R + G + B =
119 + 120 + 93 = 332 (100%)
R 119 of 332 ~ 35.84%
G 120 of 332 ~ 36.14%
B 93 of 332 ~ 28.01%

%35.84
%36.14
%28.01

CMYK color model

#77785D color CMYK value is (1,0,23,53).

  • cyan value is 0.83%
  • magenta value is 0.00%
  • yellow value is 22.50%
  • key color value is 52.94%
CMYK:
(1,0,23,53)
C1M0Y23K53 
(1%,0%,23%,53%)
(0.01/0.00/0.23/0.53)	

CMYK percentages

%0.83
%0
%22.5
%52.94

Codes

Color #77785D in popluar color models

77785D
RGB11912093
HSL62°12.68%41.76%
HSB/HSV62°22.50%47.06%
CMYK0.83%0.00%22.50%
52.94%

Color #77785D in popluar number systems.

HEX77785D
Decimal11912093
Binary111011111110001011101
Octal167170135

Shades and tints

Shades of #77785D

#77785D
(119,120,93)
#6D6E55
(109,110,85)
#63644D
(99,100,77)
#595A45
(89,90,69)
#4F503D
(79,80,61)
#454635
(69,70,53)
#3B3C2D
(59,60,45)
#313225
(49,50,37)
#27281D
(39,40,29)
#1D1E15
(29,30,21)
#13140D
(19,20,13)
#000000
(0,0,0)

Tints of #77785D

#77785D
(119,120,93)
#83846B
(131,132,107)
#8F9079
(143,144,121)
#9B9C87
(155,156,135)
#A7A895
(167,168,149)
#B3B4A3
(179,180,163)
#BFC0B1
(191,192,177)
#CBCCBF
(203,204,191)
#D7D8CD
(215,216,205)
#E3E4DB
(227,228,219)
#EFF0E9
(239,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77785D; }

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

This text font color is #77785D.


Background Color

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

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

This div background color is #77785D.


Border color

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

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

This div border color is #77785D.


Opacity

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

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

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

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

This text has shadow with #77785D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77785D on black background.


Color preview on white background

This text has color #77785D on white background.



Black color preview on #77785D background

This text has black color on #77785D background.


White color preview on #77785D background

This text has white color on #77785D background.