COLOR #777159

HEX: #777159 RGB: (119,113,89)

Color info

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

RGB color model

#777159 color RGB value is (119,113,89).

RGB: (119,113,89) (47%, 44%, 35%)

RGB channels and saturation

R 119 of 255 = 47%
G 113 of 255 = 44%
B 89 of 255 = 35%

119
113
89

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

Portions of RGB colors in percentages

R + G + B = 119 + 113 + 89 = 321 (100%)
R 119 of 321 ~ 37.07%
G 113 of 321 ~ 35.2%
B 89 of 321 ~ 27.73'%

%37.07
%35.2
%27.73

CMYK color model

#777159 color CMYK value is (0,5,25,53).

  • cyan value is 0.00%
  • magenta value is 5.04%
  • yellow value is 25.21%
  • key color value is 53.33%

CMYK: (0,5,25,53)
C0M5Y25K53 (0%, 5%, 25%, 53%)
(0.00 / 0.05 / 0.25 / 0.53)

CMYK percentages

%0
%5.04
%25.21
%53.33

Codes

Color #777159 in popluar color models

77 71 59
RGB 119 113 89
HSL 48° 14.42% 40.78%
HSB/HSV 48° 25.21% 46.67%
CMYK 0.00% 5.04% 25.21%
53.33%

Color #777159 in popluar number systems.

HEX 77 71 59
Decimal 119 113 89
Binary 1110111 1110001 1011001
Octal 167 161 131

Shades and tints

Shades of #777159

#777159
(119,113,89)
#6D6751
(109,103,81)
#635D49
(99,93,73)
#595341
(89,83,65)
#4F4939
(79,73,57)
#453F31
(69,63,49)
#3B3529
(59,53,41)
#312B21
(49,43,33)
#272119
(39,33,25)
#1D1711
(29,23,17)
#130D09
(19,13,9)
#000000
(0,0,0)

Tints of #777159

#777159
(119,113,89)
#837D68
(131,125,104)
#8F8977
(143,137,119)
#9B9586
(155,149,134)
#A7A195
(167,161,149)
#B3ADA4
(179,173,164)
#BFB9B3
(191,185,179)
#CBC5C2
(203,197,194)
#D7D1D1
(215,209,209)
#E3DDE0
(227,221,224)
#EFE9EF
(239,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777159; }

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

This text font color is #777159.

Background Color

.myBgColor { background-color: #777159; }

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

This div background color is #777159.

Border color

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

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

This div border color is #777159.

Opacity

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

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

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

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

This text has shadow with #777159 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #777159.

Preview

Color preview on black background

This text has color #777159 on black background.


Color preview on white background

This text has color #777159 on white background.


Black color preview on #777159 background

This text has black color on #777159 background.


White color preview on #777159 background

This text has white color on #777159 background.


Related colors

Complementary color

Complementary color for #hex is #888EA6.


I love getcolorcode.com

Triadic colors

1 #597771 and #715977 with #777159 are triadic colors.

2 #597177 and #717759 with #777159 are triadic colors.