COLOR #77634F

HEX: #77634F RGB: (119,99,79)

Color info

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

RGB color model

#77634F color RGB value is (119,99,79).

RGB: (119,99,79) (47%, 39%, 31%)

RGB channels and saturation

R 119 of 255 = 47%
G 99 of 255 = 39%
B 79 of 255 = 31%

119
99
79

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

Portions of RGB colors in percentages

R + G + B = 119 + 99 + 79 = 297 (100%)
R 119 of 297 ~ 40.07%
G 99 of 297 ~ 33.33%
B 79 of 297 ~ 26.6'%

%40.07
%33.33
%26.6

CMYK color model

#77634F color CMYK value is (0,17,34,53).

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

CMYK: (0,17,34,53)
C0M17Y34K53 (0%, 17%, 34%, 53%)
(0.00 / 0.17 / 0.34 / 0.53)

CMYK percentages

%0
%16.81
%33.61
%53.33

Codes

Color #77634F in popluar color models

77 63 4F
RGB 119 99 79
HSL 30° 20.20% 38.82%
HSB/HSV 30° 33.61% 46.67%
CMYK 0.00% 16.81% 33.61%
53.33%

Color #77634F in popluar number systems.

HEX 77 63 4F
Decimal 119 99 79
Binary 1110111 1100011 1001111
Octal 167 143 117

Shades and tints

Shades of #77634F

#77634F
(119,99,79)
#6D5A48
(109,90,72)
#635141
(99,81,65)
#59483A
(89,72,58)
#4F3F33
(79,63,51)
#45362C
(69,54,44)
#3B2D25
(59,45,37)
#31241E
(49,36,30)
#271B17
(39,27,23)
#1D1210
(29,18,16)
#130909
(19,9,9)
#000000
(0,0,0)

Tints of #77634F

#77634F
(119,99,79)
#83715F
(131,113,95)
#8F7F6F
(143,127,111)
#9B8D7F
(155,141,127)
#A79B8F
(167,155,143)
#B3A99F
(179,169,159)
#BFB7AF
(191,183,175)
#CBC5BF
(203,197,191)
#D7D3CF
(215,211,207)
#E3E1DF
(227,225,223)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77634F; }

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

This text font color is #77634F.

Background Color

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

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

This div background color is #77634F.

Border color

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

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

This div border color is #77634F.

Opacity

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

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

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

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

This text has shadow with #77634F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77634F.

Preview

Color preview on black background

This text has color #77634F on black background.


Color preview on white background

This text has color #77634F on white background.


Black color preview on #77634F background

This text has black color on #77634F background.


White color preview on #77634F background

This text has white color on #77634F background.


Related colors

Complementary color

Complementary color for #hex is #889CB0.


I love getcolorcode.com

Triadic colors

1 #4F7763 and #634F77 with #77634F are triadic colors.

2 #4F6377 and #63774F with #77634F are triadic colors.