COLOR #77665E

HEX: #77665E
RGB: (119,102,94)

Color info

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

RGB color model

#77665E color RGB value is (119,102,94).

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

RGB channels and saturation

R 119 of 255 = 47%
G 102 of 255 = 40%
B 94 of 255 = 37%

119
102
94

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

Portions of RGB colors in percentages

R + G + B =
119 + 102 + 94 = 315 (100%)
R 119 of 315 ~ 37.78%
G 102 of 315 ~ 32.38%
B 94 of 315 ~ 29.84%

%37.78
%32.38
%29.84

CMYK color model

#77665E color CMYK value is (0,14,21,53).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 21.01%
  • key color value is 53.33%
CMYK:
(0,14,21,53)
C0M14Y21K53 
(0%,14%,21%,53%)
(0.00/0.14/0.21/0.53)	

CMYK percentages

%0
%14.29
%21.01
%53.33

Codes

Color #77665E in popluar color models

77665E
RGB11910294
HSL19°11.74%41.76%
HSB/HSV19°21.01%46.67%
CMYK0.00%14.29%21.01%
53.33%

Color #77665E in popluar number systems.

HEX77665E
Decimal11910294
Binary111011111001101011110
Octal167146136

Shades and tints

Shades of #77665E

#77665E
(119,102,94)
#6D5D56
(109,93,86)
#63544E
(99,84,78)
#594B46
(89,75,70)
#4F423E
(79,66,62)
#453936
(69,57,54)
#3B302E
(59,48,46)
#312726
(49,39,38)
#271E1E
(39,30,30)
#1D1516
(29,21,22)
#130C0E
(19,12,14)
#000000
(0,0,0)

Tints of #77665E

#77665E
(119,102,94)
#83736C
(131,115,108)
#8F807A
(143,128,122)
#9B8D88
(155,141,136)
#A79A96
(167,154,150)
#B3A7A4
(179,167,164)
#BFB4B2
(191,180,178)
#CBC1C0
(203,193,192)
#D7CECE
(215,206,206)
#E3DBDC
(227,219,220)
#EFE8EA
(239,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77665E; }

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

This text font color is #77665E.


Background Color

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

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

This div background color is #77665E.


Border color

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

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

This div border color is #77665E.


Opacity

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

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

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

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

This text has shadow with #77665E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77665E on black background.


Color preview on white background

This text has color #77665E on white background.



Black color preview on #77665E background

This text has black color on #77665E background.


White color preview on #77665E background

This text has white color on #77665E background.