COLOR #777160

HEX: #777160 RGB: (119,113,96)

Color info

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

RGB color model

#777160 color RGB value is (119,113,96).

RGB: (119,113,96) (47%, 44%, 38%)

RGB channels and saturation

R 119 of 255 = 47%
G 113 of 255 = 44%
B 96 of 255 = 38%

119
113
96

R + G + B ~ 43%. #777160 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 113 + 96 = 328 (100%)
R 119 of 328 ~ 36.28%
G 113 of 328 ~ 34.45%
B 96 of 328 ~ 29.27'%

%36.28
%34.45
%29.27

CMYK color model

#777160 color CMYK value is (0,5,19,53).

  • cyan value is 0.00%
  • magenta value is 5.04%
  • yellow value is 19.33%
  • key color value is 53.33%
CMYK: (0,5,19,53) C0M5Y19K53 (0%,5%,19%,53%) (0.00/0.05/0.19/0.53) 

CMYK percentages

%0
%5.04
%19.33
%53.33

Codes

Color #777160 in popluar color models

77 71 60
RGB 119 113 96
HSL 44° 10.70% 42.16%
HSB/HSV 44° 19.33% 46.67%
CMYK 0.00% 5.04% 19.33%
53.33%

Color #777160 in popluar number systems.

HEX 77 71 60
Decimal 119 113 96
Binary 1110111 1110001 1100000
Octal 167 161 140

Shades and tints

Shades of #777160

#777160
(119,113,96)
#6D6758
(109,103,88)
#635D50
(99,93,80)
#595348
(89,83,72)
#4F4940
(79,73,64)
#453F38
(69,63,56)
#3B3530
(59,53,48)
#312B28
(49,43,40)
#272120
(39,33,32)
#1D1718
(29,23,24)
#130D10
(19,13,16)
#000000
(0,0,0)

Tints of #777160

#777160
(119,113,96)
#837D6E
(131,125,110)
#8F897C
(143,137,124)
#9B958A
(155,149,138)
#A7A198
(167,161,152)
#B3ADA6
(179,173,166)
#BFB9B4
(191,185,180)
#CBC5C2
(203,197,194)
#D7D1D0
(215,209,208)
#E3DDDE
(227,221,222)
#EFE9EC
(239,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777160 color. Also use rgb(119,113,96) instead hex code.

Text Font Color

.myTextColor { color: #777160; }

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

This text font color is #777160.

Background Color

.myBgColor { background-color: #777160; }

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

This div background color is #777160.

Border color

.myBorderColor { border: 1px solid #777160; }

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

This div border color is #777160.

Opacity

.myOpacity80 { color: #777160; opacity: 0.8; }

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

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

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

This text has shadow with #777160 color.


.textShadow {text-shadow: 3px 3px 1px #777160', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #777160; -webkit-box-shadow: 1px 1px 3px 2px #777160; box-shadow:1px 1px 3px 2px #777160;">
Div content here
</div>

This div box has shadow with color #777160.

Preview

Color preview on black background

This text has color #777160 on black background.


Color preview on white background

This text has color #777160 on white background.


Black color preview on #777160 background

This text has black color on #777160 background.


White color preview on #777160 background

This text has white color on #777160 background.


Related colors

Complementary color

Complementary color for #hex is #888E9F.


I love getcolorcode.com

Triadic colors

1 #607771 and #716077 with #777160 are triadic colors.

2 #607177 and #717760 with #777160 are triadic colors.