COLOR #77635C

HEX: #77635C
RGB: (119,99,92)

Color info

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

RGB color model

#77635C color RGB value is (119,99,92).

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

RGB channels and saturation

R 119 of 255 = 47%
G 99 of 255 = 39%
B 92 of 255 = 36%

119
99
92

R + G + B ~ 41%. #77635C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 99 + 92 = 310 (100%)
R 119 of 310 ~ 38.39%
G 99 of 310 ~ 31.94%
B 92 of 310 ~ 29.68%

%38.39
%31.94
%29.68

CMYK color model

#77635C color CMYK value is (0,17,23,53).

  • cyan value is 0.00%
  • magenta value is 16.81%
  • yellow value is 22.69%
  • key color value is 53.33%
CMYK:
(0,17,23,53)
C0M17Y23K53 
(0%,17%,23%,53%)
(0.00/0.17/0.23/0.53)	

CMYK percentages

%0
%16.81
%22.69
%53.33

Codes

Color #77635C in popluar color models

77635C
RGB1199992
HSL16°12.80%41.37%
HSB/HSV16°22.69%46.67%
CMYK0.00%16.81%22.69%
53.33%

Color #77635C in popluar number systems.

HEX77635C
Decimal1199992
Binary111011111000111011100
Octal167143134

Shades and tints

Shades of #77635C

#77635C
(119,99,92)
#6D5A54
(109,90,84)
#63514C
(99,81,76)
#594844
(89,72,68)
#4F3F3C
(79,63,60)
#453634
(69,54,52)
#3B2D2C
(59,45,44)
#312424
(49,36,36)
#271B1C
(39,27,28)
#1D1214
(29,18,20)
#13090C
(19,9,12)
#000000
(0,0,0)

Tints of #77635C

#77635C
(119,99,92)
#83716A
(131,113,106)
#8F7F78
(143,127,120)
#9B8D86
(155,141,134)
#A79B94
(167,155,148)
#B3A9A2
(179,169,162)
#BFB7B0
(191,183,176)
#CBC5BE
(203,197,190)
#D7D3CC
(215,211,204)
#E3E1DA
(227,225,218)
#EFEFE8
(239,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77635C color. Also use rgb(119,99,92) instead hex code.

Text Font Color

.myTextColor { color: #77635C; }

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

This text font color is #77635C.


Background Color

.myBgColor { background-color: #77635C; }

<div style="background-color:#77635C">Inner text</div>

This div background color is #77635C.


Border color

.myBorderColor { border: 1px solid #77635C; }

<div style="border:3px solid #77635C">Div</div>

This div border color is #77635C.


Opacity

.myOpacity80 { color: #77635C; opacity: 0.8; }

<p style="color:#77635C;opacity:0.8;">80%</p>

Text with #77635C 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 #77635C;}

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

This text has shadow with #77635C color.

.textShadow {text-shadow: 3px 3px 1px #77635C, 3px 3px 1px red;}

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

This text has shadow with #77635C primary color and red secondary color.


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

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

This text has shadow with #77635C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77635C on black background.


Color preview on white background

This text has color #77635C on white background.



Black color preview on #77635C background

This text has black color on #77635C background.


White color preview on #77635C background

This text has white color on #77635C background.