COLOR #777355

HEX: #777355 RGB: (119,115,85)

Color info

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

RGB color model

#777355 color RGB value is (119,115,85).

RGB: (119,115,85) (47%, 45%, 33%)

RGB channels and saturation

R 119 of 255 = 47%
G 115 of 255 = 45%
B 85 of 255 = 33%

119
115
85

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

Portions of RGB colors in percentages

R + G + B = 119 + 115 + 85 = 319 (100%)
R 119 of 319 ~ 37.3%
G 115 of 319 ~ 36.05%
B 85 of 319 ~ 26.65'%

%37.3
%36.05
%26.65

CMYK color model

#777355 color CMYK value is (0,3,29,53).

  • cyan value is 0.00%
  • magenta value is 3.36%
  • yellow value is 28.57%
  • key color value is 53.33%
CMYK: (0,3,29,53) C0M3Y29K53 (0%,3%,29%,53%) (0.00/0.03/0.29/0.53) 

CMYK percentages

%0
%3.36
%28.57
%53.33

Codes

Color #777355 in popluar color models

77 73 55
RGB 119 115 85
HSL 53° 16.67% 40.00%
HSB/HSV 53° 28.57% 46.67%
CMYK 0.00% 3.36% 28.57%
53.33%

Color #777355 in popluar number systems.

HEX 77 73 55
Decimal 119 115 85
Binary 1110111 1110011 1010101
Octal 167 163 125

Shades and tints

Shades of #777355

#777355
(119,115,85)
#6D694E
(109,105,78)
#635F47
(99,95,71)
#595540
(89,85,64)
#4F4B39
(79,75,57)
#454132
(69,65,50)
#3B372B
(59,55,43)
#312D24
(49,45,36)
#27231D
(39,35,29)
#1D1916
(29,25,22)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #777355

#777355
(119,115,85)
#837F64
(131,127,100)
#8F8B73
(143,139,115)
#9B9782
(155,151,130)
#A7A391
(167,163,145)
#B3AFA0
(179,175,160)
#BFBBAF
(191,187,175)
#CBC7BE
(203,199,190)
#D7D3CD
(215,211,205)
#E3DFDC
(227,223,220)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777355 color. Also use rgb(119,115,85) instead hex code.

Text Font Color

.myTextColor { color: #777355; }

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

This text font color is #777355.

Background Color

.myBgColor { background-color: #777355; }

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

This div background color is #777355.

Border color

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

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

This div border color is #777355.

Opacity

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

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

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

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

This text has shadow with #777355 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #777355.

Preview

Color preview on black background

This text has color #777355 on black background.


Color preview on white background

This text has color #777355 on white background.


Black color preview on #777355 background

This text has black color on #777355 background.


White color preview on #777355 background

This text has white color on #777355 background.


Related colors

Complementary color

Complementary color for #hex is #888CAA.


I love getcolorcode.com

Triadic colors

1 #557773 and #735577 with #777355 are triadic colors.

2 #557377 and #737755 with #777355 are triadic colors.