COLOR #777369

HEX: #777369 RGB: (119,115,105)

Color info

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

RGB color model

#777369 color RGB value is (119,115,105).

RGB: (119,115,105) (47%, 45%, 41%)

RGB channels and saturation

R 119 of 255 = 47%
G 115 of 255 = 45%
B 105 of 255 = 41%

119
115
105

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

Portions of RGB colors in percentages

R + G + B = 119 + 115 + 105 = 339 (100%)
R 119 of 339 ~ 35.1%
G 115 of 339 ~ 33.92%
B 105 of 339 ~ 30.97'%

%35.1
%33.92
%30.97

CMYK color model

#777369 color CMYK value is (0,3,12,53).

  • cyan value is 0.00%
  • magenta value is 3.36%
  • yellow value is 11.76%
  • key color value is 53.33%

CMYK: (0,3,12,53)
C0M3Y12K53 (0%, 3%, 12%, 53%)
(0.00 / 0.03 / 0.12 / 0.53)

CMYK percentages

%0
%3.36
%11.76
%53.33

Codes

Color #777369 in popluar color models

77 73 69
RGB 119 115 105
HSL 43° 6.25% 43.92%
HSB/HSV 43° 11.76% 46.67%
CMYK 0.00% 3.36% 11.76%
53.33%

Color #777369 in popluar number systems.

HEX 77 73 69
Decimal 119 115 105
Binary 1110111 1110011 1101001
Octal 167 163 151

Shades and tints

Shades of #777369

#777369
(119,115,105)
#6D6960
(109,105,96)
#635F57
(99,95,87)
#59554E
(89,85,78)
#4F4B45
(79,75,69)
#45413C
(69,65,60)
#3B3733
(59,55,51)
#312D2A
(49,45,42)
#272321
(39,35,33)
#1D1918
(29,25,24)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #777369

#777369
(119,115,105)
#837F76
(131,127,118)
#8F8B83
(143,139,131)
#9B9790
(155,151,144)
#A7A39D
(167,163,157)
#B3AFAA
(179,175,170)
#BFBBB7
(191,187,183)
#CBC7C4
(203,199,196)
#D7D3D1
(215,211,209)
#E3DFDE
(227,223,222)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777369; }

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

This text font color is #777369.

Background Color

.myBgColor { background-color: #777369; }

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

This div background color is #777369.

Border color

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

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

This div border color is #777369.

Opacity

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

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

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

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

This text has shadow with #777369 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #777369.

Preview

Color preview on black background

This text has color #777369 on black background.


Color preview on white background

This text has color #777369 on white background.


Black color preview on #777369 background

This text has black color on #777369 background.


White color preview on #777369 background

This text has white color on #777369 background.


Related colors

Complementary color

Complementary color for #hex is #888C96.


I love getcolorcode.com

Triadic colors

1 #697773 and #736977 with #777369 are triadic colors.

2 #697377 and #737769 with #777369 are triadic colors.