COLOR #777255

HEX: #777255 RGB: (119,114,85)

Color info

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

RGB color model

#777255 color RGB value is (119,114,85).

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

RGB channels and saturation

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

119
114
85

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

Portions of RGB colors in percentages

R + G + B = 119 + 114 + 85 = 318 (100%)
R 119 of 318 ~ 37.42%
G 114 of 318 ~ 35.85%
B 85 of 318 ~ 26.73'%

%37.42
%35.85
%26.73

CMYK color model

#777255 color CMYK value is (0,4,29,53).

  • cyan value is 0.00%
  • magenta value is 4.20%
  • yellow value is 28.57%
  • key color value is 53.33%

CMYK: (0,4,29,53)
C0M4Y29K53 (0%, 4%, 29%, 53%)
(0.00 / 0.04 / 0.29 / 0.53)

CMYK percentages

%0
%4.2
%28.57
%53.33

Codes

Color #777255 in popluar color models

77 72 55
RGB 119 114 85
HSL 51° 16.67% 40.00%
HSB/HSV 51° 28.57% 46.67%
CMYK 0.00% 4.20% 28.57%
53.33%

Color #777255 in popluar number systems.

HEX 77 72 55
Decimal 119 114 85
Binary 1110111 1110010 1010101
Octal 167 162 125

Shades and tints

Shades of #777255

#777255
(119,114,85)
#6D684E
(109,104,78)
#635E47
(99,94,71)
#595440
(89,84,64)
#4F4A39
(79,74,57)
#454032
(69,64,50)
#3B362B
(59,54,43)
#312C24
(49,44,36)
#27221D
(39,34,29)
#1D1816
(29,24,22)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #777255

#777255
(119,114,85)
#837E64
(131,126,100)
#8F8A73
(143,138,115)
#9B9682
(155,150,130)
#A7A291
(167,162,145)
#B3AEA0
(179,174,160)
#BFBAAF
(191,186,175)
#CBC6BE
(203,198,190)
#D7D2CD
(215,210,205)
#E3DEDC
(227,222,220)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777255; }

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

This text font color is #777255.

Background Color

.myBgColor { background-color: #777255; }

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

This div background color is #777255.

Border color

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

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

This div border color is #777255.

Opacity

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

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

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

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

This text has shadow with #777255 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #777255.

Preview

Color preview on black background

This text has color #777255 on black background.


Color preview on white background

This text has color #777255 on white background.


Black color preview on #777255 background

This text has black color on #777255 background.


White color preview on #777255 background

This text has white color on #777255 background.


Related colors

Complementary color

Complementary color for #hex is #888DAA.


I love getcolorcode.com

Triadic colors

1 #557772 and #725577 with #777255 are triadic colors.

2 #557277 and #727755 with #777255 are triadic colors.