COLOR #777059

HEX: #777059 RGB: (119,112,89)

Color info

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

RGB color model

#777059 color RGB value is (119,112,89).

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

RGB channels and saturation

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

119
112
89

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

Portions of RGB colors in percentages

R + G + B = 119 + 112 + 89 = 320 (100%)
R 119 of 320 ~ 37.19%
G 112 of 320 ~ 35%
B 89 of 320 ~ 27.81'%

%37.19
%35
%27.81

CMYK color model

#777059 color CMYK value is (0,6,25,53).

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

CMYK: (0,6,25,53)
C0M6Y25K53 (0%, 6%, 25%, 53%)
(0.00 / 0.06 / 0.25 / 0.53)

CMYK percentages

%0
%5.88
%25.21
%53.33

Codes

Color #777059 in popluar color models

77 70 59
RGB 119 112 89
HSL 46° 14.42% 40.78%
HSB/HSV 46° 25.21% 46.67%
CMYK 0.00% 5.88% 25.21%
53.33%

Color #777059 in popluar number systems.

HEX 77 70 59
Decimal 119 112 89
Binary 1110111 1110000 1011001
Octal 167 160 131

Shades and tints

Shades of #777059

#777059
(119,112,89)
#6D6651
(109,102,81)
#635C49
(99,92,73)
#595241
(89,82,65)
#4F4839
(79,72,57)
#453E31
(69,62,49)
#3B3429
(59,52,41)
#312A21
(49,42,33)
#272019
(39,32,25)
#1D1611
(29,22,17)
#130C09
(19,12,9)
#000000
(0,0,0)

Tints of #777059

#777059
(119,112,89)
#837D68
(131,125,104)
#8F8A77
(143,138,119)
#9B9786
(155,151,134)
#A7A495
(167,164,149)
#B3B1A4
(179,177,164)
#BFBEB3
(191,190,179)
#CBCBC2
(203,203,194)
#D7D8D1
(215,216,209)
#E3E5E0
(227,229,224)
#EFF2EF
(239,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777059; }

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

This text font color is #777059.

Background Color

.myBgColor { background-color: #777059; }

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

This div background color is #777059.

Border color

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

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

This div border color is #777059.

Opacity

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

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

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

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

This text has shadow with #777059 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #777059.

Preview

Color preview on black background

This text has color #777059 on black background.


Color preview on white background

This text has color #777059 on white background.


Black color preview on #777059 background

This text has black color on #777059 background.


White color preview on #777059 background

This text has white color on #777059 background.


Related colors

Complementary color

Complementary color for #hex is #888FA6.


I love getcolorcode.com

Triadic colors

1 #597770 and #705977 with #777059 are triadic colors.

2 #597077 and #707759 with #777059 are triadic colors.