COLOR #77705A

HEX: #77705A
RGB: (119,112,90)

Color info

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

RGB color model

#77705A color RGB value is (119,112,90).

  • red value is 119;
  • green value is 112;
  • blue value is 90.
RGB:
(119,112,90)
(47%,44%,35%)

RGB channels and saturation

R 119 of 255 = 47%
G 112 of 255 = 44%
B 90 of 255 = 35%

119
112
90

R + G + B ~ 42%. #77705A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 112 + 90 = 321 (100%)
R 119 of 321 ~ 37.07%
G 112 of 321 ~ 34.89%
B 90 of 321 ~ 28.04%

%37.07
%34.89
%28.04

CMYK color model

#77705A color CMYK value is (0,6,24,53).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 24.37%
  • key color value is 53.33%
CMYK:
(0,6,24,53)
C0M6Y24K53 
(0%,6%,24%,53%)
(0.00/0.06/0.24/0.53)	

CMYK percentages

%0
%5.88
%24.37
%53.33

Codes

Color #77705A in popluar color models

77705A
RGB11911290
HSL46°13.88%40.98%
HSB/HSV46°24.37%46.67%
CMYK0.00%5.88%24.37%
53.33%

Color #77705A in popluar number systems.

HEX77705A
Decimal11911290
Binary111011111100001011010
Octal167160132

Shades and tints

Shades of #77705A

#77705A
(119,112,90)
#6D6652
(109,102,82)
#635C4A
(99,92,74)
#595242
(89,82,66)
#4F483A
(79,72,58)
#453E32
(69,62,50)
#3B342A
(59,52,42)
#312A22
(49,42,34)
#27201A
(39,32,26)
#1D1612
(29,22,18)
#130C0A
(19,12,10)
#000000
(0,0,0)

Tints of #77705A

#77705A
(119,112,90)
#837D69
(131,125,105)
#8F8A78
(143,138,120)
#9B9787
(155,151,135)
#A7A496
(167,164,150)
#B3B1A5
(179,177,165)
#BFBEB4
(191,190,180)
#CBCBC3
(203,203,195)
#D7D8D2
(215,216,210)
#E3E5E1
(227,229,225)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77705A color. Also use rgb(119,112,90) instead hex code.

Text Font Color

.myTextColor { color: #77705A; }

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

This text font color is #77705A.


Background Color

.myBgColor { background-color: #77705A; }

<div style="background-color:#77705A">Inner text</div>

This div background color is #77705A.


Border color

.myBorderColor { border: 1px solid #77705A; }

<div style="border:3px solid #77705A">Div</div>

This div border color is #77705A.


Opacity

.myOpacity80 { color: #77705A; opacity: 0.8; }

<p style="color:#77705A;opacity:0.8;">80%</p>

Text with #77705A 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 #77705A;}

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

This text has shadow with #77705A color.

.textShadow {text-shadow: 3px 3px 1px #77705A, 3px 3px 1px red;}

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

This text has shadow with #77705A primary color and red secondary color.


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

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

This text has shadow with #77705A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77705A on black background.


Color preview on white background

This text has color #77705A on white background.



Black color preview on #77705A background

This text has black color on #77705A background.


White color preview on #77705A background

This text has white color on #77705A background.