COLOR #77604D

HEX: #77604D
RGB: (119,96,77)

Color info

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

RGB color model

#77604D color RGB value is (119,96,77).

  • red value is 119;
  • green value is 96;
  • blue value is 77.
RGB:
(119,96,77)
(47%,38%,30%)

RGB channels and saturation

R 119 of 255 = 47%
G 96 of 255 = 38%
B 77 of 255 = 30%

119
96
77

R + G + B ~ 38%. #77604D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 96 + 77 = 292 (100%)
R 119 of 292 ~ 40.75%
G 96 of 292 ~ 32.88%
B 77 of 292 ~ 26.37%

%40.75
%32.88
%26.37

CMYK color model

#77604D color CMYK value is (0,19,35,53).

  • cyan value is 0.00%
  • magenta value is 19.33%
  • yellow value is 35.29%
  • key color value is 53.33%
CMYK:
(0,19,35,53)
C0M19Y35K53 
(0%,19%,35%,53%)
(0.00/0.19/0.35/0.53)	

CMYK percentages

%0
%19.33
%35.29
%53.33

Codes

Color #77604D in popluar color models

77604D
RGB1199677
HSL27°21.43%38.43%
HSB/HSV27°35.29%46.67%
CMYK0.00%19.33%35.29%
53.33%

Color #77604D in popluar number systems.

HEX77604D
Decimal1199677
Binary111011111000001001101
Octal167140115

Shades and tints

Shades of #77604D

#77604D
(119,96,77)
#6D5846
(109,88,70)
#63503F
(99,80,63)
#594838
(89,72,56)
#4F4031
(79,64,49)
#45382A
(69,56,42)
#3B3023
(59,48,35)
#31281C
(49,40,28)
#272015
(39,32,21)
#1D180E
(29,24,14)
#131007
(19,16,7)
#000000
(0,0,0)

Tints of #77604D

#77604D
(119,96,77)
#836E5D
(131,110,93)
#8F7C6D
(143,124,109)
#9B8A7D
(155,138,125)
#A7988D
(167,152,141)
#B3A69D
(179,166,157)
#BFB4AD
(191,180,173)
#CBC2BD
(203,194,189)
#D7D0CD
(215,208,205)
#E3DEDD
(227,222,221)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77604D; }

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

This text font color is #77604D.


Background Color

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

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

This div background color is #77604D.


Border color

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

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

This div border color is #77604D.


Opacity

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

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

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

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

This text has shadow with #77604D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77604D on black background.


Color preview on white background

This text has color #77604D on white background.



Black color preview on #77604D background

This text has black color on #77604D background.


White color preview on #77604D background

This text has white color on #77604D background.