COLOR #77736A

HEX: #77736A
RGB: (119,115,106)

Color info

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

RGB color model

#77736A color RGB value is (119,115,106).

  • red value is 119;
  • green value is 115;
  • blue value is 106.
RGB:
(119,115,106)
(47%,45%,42%)

RGB channels and saturation

R 119 of 255 = 47%
G 115 of 255 = 45%
B 106 of 255 = 42%

119
115
106

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

Portions of RGB colors in percentages

R + G + B =
119 + 115 + 106 = 340 (100%)
R 119 of 340 ~ 35%
G 115 of 340 ~ 33.82%
B 106 of 340 ~ 31.18%

%35
%33.82
%31.18

CMYK color model

#77736A color CMYK value is (0,3,11,53).

  • cyan value is 0.00%
  • magenta value is 3.36%
  • yellow value is 10.92%
  • key color value is 53.33%
CMYK:
(0,3,11,53)
C0M3Y11K53 
(0%,3%,11%,53%)
(0.00/0.03/0.11/0.53)	

CMYK percentages

%0
%3.36
%10.92
%53.33

Codes

Color #77736A in popluar color models

77736A
RGB119115106
HSL42°5.78%44.12%
HSB/HSV42°10.92%46.67%
CMYK0.00%3.36%10.92%
53.33%

Color #77736A in popluar number systems.

HEX77736A
Decimal119115106
Binary111011111100111101010
Octal167163152

Shades and tints

Shades of #77736A

#77736A
(119,115,106)
#6D6961
(109,105,97)
#635F58
(99,95,88)
#59554F
(89,85,79)
#4F4B46
(79,75,70)
#45413D
(69,65,61)
#3B3734
(59,55,52)
#312D2B
(49,45,43)
#272322
(39,35,34)
#1D1919
(29,25,25)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #77736A

#77736A
(119,115,106)
#837F77
(131,127,119)
#8F8B84
(143,139,132)
#9B9791
(155,151,145)
#A7A39E
(167,163,158)
#B3AFAB
(179,175,171)
#BFBBB8
(191,187,184)
#CBC7C5
(203,199,197)
#D7D3D2
(215,211,210)
#E3DFDF
(227,223,223)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77736A color. Also use rgb(119,115,106) instead hex code.

Text Font Color

.myTextColor { color: #77736A; }

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

This text font color is #77736A.


Background Color

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

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

This div background color is #77736A.


Border color

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

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

This div border color is #77736A.


Opacity

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

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

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

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

This text has shadow with #77736A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77736A on black background.


Color preview on white background

This text has color #77736A on white background.



Black color preview on #77736A background

This text has black color on #77736A background.


White color preview on #77736A background

This text has white color on #77736A background.