COLOR #77604A

HEX: #77604A
RGB: (119,96,74)

Color info

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

RGB color model

#77604A color RGB value is (119,96,74).

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

RGB channels and saturation

R 119 of 255 = 47%
G 96 of 255 = 38%
B 74 of 255 = 29%

119
96
74

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

Portions of RGB colors in percentages

R + G + B =
119 + 96 + 74 = 289 (100%)
R 119 of 289 ~ 41.18%
G 96 of 289 ~ 33.22%
B 74 of 289 ~ 25.61%

%41.18
%33.22
%25.61

CMYK color model

#77604A color CMYK value is (0,19,38,53).

  • cyan value is 0.00%
  • magenta value is 19.33%
  • yellow value is 37.82%
  • key color value is 53.33%
CMYK:
(0,19,38,53)
C0M19Y38K53 
(0%,19%,38%,53%)
(0.00/0.19/0.38/0.53)	

CMYK percentages

%0
%19.33
%37.82
%53.33

Codes

Color #77604A in popluar color models

77604A
RGB1199674
HSL29°23.32%37.84%
HSB/HSV29°37.82%46.67%
CMYK0.00%19.33%37.82%
53.33%

Color #77604A in popluar number systems.

HEX77604A
Decimal1199674
Binary111011111000001001010
Octal167140112

Shades and tints

Shades of #77604A

#77604A
(119,96,74)
#6D5844
(109,88,68)
#63503E
(99,80,62)
#594838
(89,72,56)
#4F4032
(79,64,50)
#45382C
(69,56,44)
#3B3026
(59,48,38)
#312820
(49,40,32)
#27201A
(39,32,26)
#1D1814
(29,24,20)
#13100E
(19,16,14)
#000000
(0,0,0)

Tints of #77604A

#77604A
(119,96,74)
#836E5A
(131,110,90)
#8F7C6A
(143,124,106)
#9B8A7A
(155,138,122)
#A7988A
(167,152,138)
#B3A69A
(179,166,154)
#BFB4AA
(191,180,170)
#CBC2BA
(203,194,186)
#D7D0CA
(215,208,202)
#E3DEDA
(227,222,218)
#EFECEA
(239,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77604A; }

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

This text font color is #77604A.


Background Color

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

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

This div background color is #77604A.


Border color

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

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

This div border color is #77604A.


Opacity

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

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

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

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

This text has shadow with #77604A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77604A on black background.


Color preview on white background

This text has color #77604A on white background.



Black color preview on #77604A background

This text has black color on #77604A background.


White color preview on #77604A background

This text has white color on #77604A background.