COLOR #77604F

HEX: #77604F RGB: (119,96,79)

Color info

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

RGB color model

#77604F color RGB value is (119,96,79).

RGB: (119,96,79) (47%, 38%, 31%)

RGB channels and saturation

R 119 of 255 = 47%
G 96 of 255 = 38%
B 79 of 255 = 31%

119
96
79

R + G + B ~ 39%. #77604F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 119 + 96 + 79 = 294 (100%)
R 119 of 294 ~ 40.48%
G 96 of 294 ~ 32.65%
B 79 of 294 ~ 26.87'%

%40.48
%32.65
%26.87

CMYK color model

#77604F color CMYK value is (0,19,34,53).

  • cyan value is 0.00%
  • magenta value is 19.33%
  • yellow value is 33.61%
  • key color value is 53.33%

CMYK: (0,19,34,53)
C0M19Y34K53 (0%, 19%, 34%, 53%)
(0.00 / 0.19 / 0.34 / 0.53)

CMYK percentages

%0
%19.33
%33.61
%53.33

Codes

Color #77604F in popluar color models

77 60 4F
RGB 119 96 79
HSL 26° 20.20% 38.82%
HSB/HSV 26° 33.61% 46.67%
CMYK 0.00% 19.33% 33.61%
53.33%

Color #77604F in popluar number systems.

HEX 77 60 4F
Decimal 119 96 79
Binary 1110111 1100000 1001111
Octal 167 140 117

Shades and tints

Shades of #77604F

#77604F
(119,96,79)
#6D5848
(109,88,72)
#635041
(99,80,65)
#59483A
(89,72,58)
#4F4033
(79,64,51)
#45382C
(69,56,44)
#3B3025
(59,48,37)
#31281E
(49,40,30)
#272017
(39,32,23)
#1D1810
(29,24,16)
#131009
(19,16,9)
#000000
(0,0,0)

Tints of #77604F

#77604F
(119,96,79)
#836E5F
(131,110,95)
#8F7C6F
(143,124,111)
#9B8A7F
(155,138,127)
#A7988F
(167,152,143)
#B3A69F
(179,166,159)
#BFB4AF
(191,180,175)
#CBC2BF
(203,194,191)
#D7D0CF
(215,208,207)
#E3DEDF
(227,222,223)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77604F; }

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

This text font color is #77604F.

Background Color

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

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

This div background color is #77604F.

Border color

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

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

This div border color is #77604F.

Opacity

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

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

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

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

This text has shadow with #77604F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77604F.

Preview

Color preview on black background

This text has color #77604F on black background.


Color preview on white background

This text has color #77604F on white background.


Black color preview on #77604F background

This text has black color on #77604F background.


White color preview on #77604F background

This text has white color on #77604F background.


Related colors

Complementary color

Complementary color for #hex is #889FB0.


I love getcolorcode.com

Triadic colors

1 #4F7760 and #604F77 with #77604F are triadic colors.

2 #4F6077 and #60774F with #77604F are triadic colors.