COLOR #77665C

HEX: #77665C
RGB: (119,102,92)

Color info

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

RGB color model

#77665C color RGB value is (119,102,92).

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

RGB channels and saturation

R 119 of 255 = 47%
G 102 of 255 = 40%
B 92 of 255 = 36%

119
102
92

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

Portions of RGB colors in percentages

R + G + B =
119 + 102 + 92 = 313 (100%)
R 119 of 313 ~ 38.02%
G 102 of 313 ~ 32.59%
B 92 of 313 ~ 29.39%

%38.02
%32.59
%29.39

CMYK color model

#77665C color CMYK value is (0,14,23,53).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 22.69%
  • key color value is 53.33%
CMYK:
(0,14,23,53)
C0M14Y23K53 
(0%,14%,23%,53%)
(0.00/0.14/0.23/0.53)	

CMYK percentages

%0
%14.29
%22.69
%53.33

Codes

Color #77665C in popluar color models

77665C
RGB11910292
HSL22°12.80%41.37%
HSB/HSV22°22.69%46.67%
CMYK0.00%14.29%22.69%
53.33%

Color #77665C in popluar number systems.

HEX77665C
Decimal11910292
Binary111011111001101011100
Octal167146134

Shades and tints

Shades of #77665C

#77665C
(119,102,92)
#6D5D54
(109,93,84)
#63544C
(99,84,76)
#594B44
(89,75,68)
#4F423C
(79,66,60)
#453934
(69,57,52)
#3B302C
(59,48,44)
#312724
(49,39,36)
#271E1C
(39,30,28)
#1D1514
(29,21,20)
#130C0C
(19,12,12)
#000000
(0,0,0)

Tints of #77665C

#77665C
(119,102,92)
#83736A
(131,115,106)
#8F8078
(143,128,120)
#9B8D86
(155,141,134)
#A79A94
(167,154,148)
#B3A7A2
(179,167,162)
#BFB4B0
(191,180,176)
#CBC1BE
(203,193,190)
#D7CECC
(215,206,204)
#E3DBDA
(227,219,218)
#EFE8E8
(239,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77665C; }

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

This text font color is #77665C.


Background Color

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

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

This div background color is #77665C.


Border color

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

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

This div border color is #77665C.


Opacity

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

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

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

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

This text has shadow with #77665C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77665C on black background.


Color preview on white background

This text has color #77665C on white background.



Black color preview on #77665C background

This text has black color on #77665C background.


White color preview on #77665C background

This text has white color on #77665C background.