COLOR #77635F

HEX: #77635F
RGB: (119,99,95)

Color info

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

RGB color model

#77635F color RGB value is (119,99,95).

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

RGB channels and saturation

R 119 of 255 = 47%
G 99 of 255 = 39%
B 95 of 255 = 37%

119
99
95

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

Portions of RGB colors in percentages

R + G + B =
119 + 99 + 95 = 313 (100%)
R 119 of 313 ~ 38.02%
G 99 of 313 ~ 31.63%
B 95 of 313 ~ 30.35%

%38.02
%31.63
%30.35

CMYK color model

#77635F color CMYK value is (0,17,20,53).

  • cyan value is 0.00%
  • magenta value is 16.81%
  • yellow value is 20.17%
  • key color value is 53.33%
CMYK:
(0,17,20,53)
C0M17Y20K53 
(0%,17%,20%,53%)
(0.00/0.17/0.20/0.53)	

CMYK percentages

%0
%16.81
%20.17
%53.33

Codes

Color #77635F in popluar color models

77635F
RGB1199995
HSL10°11.21%41.96%
HSB/HSV10°20.17%46.67%
CMYK0.00%16.81%20.17%
53.33%

Color #77635F in popluar number systems.

HEX77635F
Decimal1199995
Binary111011111000111011111
Octal167143137

Shades and tints

Shades of #77635F

#77635F
(119,99,95)
#6D5A57
(109,90,87)
#63514F
(99,81,79)
#594847
(89,72,71)
#4F3F3F
(79,63,63)
#453637
(69,54,55)
#3B2D2F
(59,45,47)
#312427
(49,36,39)
#271B1F
(39,27,31)
#1D1217
(29,18,23)
#13090F
(19,9,15)
#000000
(0,0,0)

Tints of #77635F

#77635F
(119,99,95)
#83716D
(131,113,109)
#8F7F7B
(143,127,123)
#9B8D89
(155,141,137)
#A79B97
(167,155,151)
#B3A9A5
(179,169,165)
#BFB7B3
(191,183,179)
#CBC5C1
(203,197,193)
#D7D3CF
(215,211,207)
#E3E1DD
(227,225,221)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77635F; }

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

This text font color is #77635F.


Background Color

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

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

This div background color is #77635F.


Border color

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

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

This div border color is #77635F.


Opacity

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

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

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

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

This text has shadow with #77635F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77635F on black background.


Color preview on white background

This text has color #77635F on white background.



Black color preview on #77635F background

This text has black color on #77635F background.


White color preview on #77635F background

This text has white color on #77635F background.