COLOR #77634D

HEX: #77634D
RGB: (119,99,77)

Color info

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

RGB color model

#77634D color RGB value is (119,99,77).

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

RGB channels and saturation

R 119 of 255 = 47%
G 99 of 255 = 39%
B 77 of 255 = 30%

119
99
77

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

Portions of RGB colors in percentages

R + G + B =
119 + 99 + 77 = 295 (100%)
R 119 of 295 ~ 40.34%
G 99 of 295 ~ 33.56%
B 77 of 295 ~ 26.1%

%40.34
%33.56
%26.1

CMYK color model

#77634D color CMYK value is (0,17,35,53).

  • cyan value is 0.00%
  • magenta value is 16.81%
  • yellow value is 35.29%
  • key color value is 53.33%
CMYK:
(0,17,35,53)
C0M17Y35K53 
(0%,17%,35%,53%)
(0.00/0.17/0.35/0.53)	

CMYK percentages

%0
%16.81
%35.29
%53.33

Codes

Color #77634D in popluar color models

77634D
RGB1199977
HSL31°21.43%38.43%
HSB/HSV31°35.29%46.67%
CMYK0.00%16.81%35.29%
53.33%

Color #77634D in popluar number systems.

HEX77634D
Decimal1199977
Binary111011111000111001101
Octal167143115

Shades and tints

Shades of #77634D

#77634D
(119,99,77)
#6D5A46
(109,90,70)
#63513F
(99,81,63)
#594838
(89,72,56)
#4F3F31
(79,63,49)
#45362A
(69,54,42)
#3B2D23
(59,45,35)
#31241C
(49,36,28)
#271B15
(39,27,21)
#1D120E
(29,18,14)
#130907
(19,9,7)
#000000
(0,0,0)

Tints of #77634D

#77634D
(119,99,77)
#83715D
(131,113,93)
#8F7F6D
(143,127,109)
#9B8D7D
(155,141,125)
#A79B8D
(167,155,141)
#B3A99D
(179,169,157)
#BFB7AD
(191,183,173)
#CBC5BD
(203,197,189)
#D7D3CD
(215,211,205)
#E3E1DD
(227,225,221)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77634D; }

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

This text font color is #77634D.


Background Color

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

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

This div background color is #77634D.


Border color

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

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

This div border color is #77634D.


Opacity

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

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

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

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

This text has shadow with #77634D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77634D on black background.


Color preview on white background

This text has color #77634D on white background.



Black color preview on #77634D background

This text has black color on #77634D background.


White color preview on #77634D background

This text has white color on #77634D background.