COLOR #777469

HEX: #777469
RGB: (119,116,105)

Color info

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

RGB color model

#777469 color RGB value is (119,116,105).

  • red value is 119;
  • green value is 116;
  • blue value is 105.
RGB:
(119,116,105)
(47%,45%,41%)

RGB channels and saturation

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

119
116
105

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

Portions of RGB colors in percentages

R + G + B =
119 + 116 + 105 = 340 (100%)
R 119 of 340 ~ 35%
G 116 of 340 ~ 34.12%
B 105 of 340 ~ 30.88%

%35
%34.12
%30.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.52%
  • 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
%2.52
%11.76
%53.33

Codes

Color #777469 in popluar color models

777469
RGB119116105
HSL47°6.25%43.92%
HSB/HSV47°11.76%46.67%
CMYK0.00%2.52%11.76%
53.33%

Color #777469 in popluar number systems.

HEX777469
Decimal119116105
Binary111011111101001101001
Octal167164151

Shades and tints

Shades of #777469

#777469
(119,116,105)
#6D6A60
(109,106,96)
#636057
(99,96,87)
#59564E
(89,86,78)
#4F4C45
(79,76,69)
#45423C
(69,66,60)
#3B3833
(59,56,51)
#312E2A
(49,46,42)
#272421
(39,36,33)
#1D1A18
(29,26,24)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #777469

#777469
(119,116,105)
#838076
(131,128,118)
#8F8C83
(143,140,131)
#9B9890
(155,152,144)
#A7A49D
(167,164,157)
#B3B0AA
(179,176,170)
#BFBCB7
(191,188,183)
#CBC8C4
(203,200,196)
#D7D4D1
(215,212,209)
#E3E0DE
(227,224,222)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777469; }

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

This text font color is #777469.


Background Color

.myBgColor { background-color: #777469; }

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

This div background color is #777469.


Border color

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

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

This div border color is #777469.


Opacity

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

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

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

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

This text has shadow with #777469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777469 on black background.


Color preview on white background

This text has color #777469 on white background.



Black color preview on #777469 background

This text has black color on #777469 background.


White color preview on #777469 background

This text has white color on #777469 background.