COLOR #777869

HEX: #777869
RGB: (119,120,105)

Color info

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

RGB color model

#777869 color RGB value is (119,120,105).

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

RGB channels and saturation

R 119 of 255 = 47%
G 120 of 255 = 47%
B 105 of 255 = 41%

119
120
105

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

Portions of RGB colors in percentages

R + G + B =
119 + 120 + 105 = 344 (100%)
R 119 of 344 ~ 34.59%
G 120 of 344 ~ 34.88%
B 105 of 344 ~ 30.52%

%34.59
%34.88
%30.52

CMYK color model

#777869 color CMYK value is (1,0,13,53).

  • cyan value is 0.83%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 52.94%
CMYK:
(1,0,13,53)
C1M0Y13K53 
(1%,0%,13%,53%)
(0.01/0.00/0.13/0.53)	

CMYK percentages

%0.83
%0
%12.5
%52.94

Codes

Color #777869 in popluar color models

777869
RGB119120105
HSL64°6.67%44.12%
HSB/HSV64°12.50%47.06%
CMYK0.83%0.00%12.50%
52.94%

Color #777869 in popluar number systems.

HEX777869
Decimal119120105
Binary111011111110001101001
Octal167170151

Shades and tints

Shades of #777869

#777869
(119,120,105)
#6D6E60
(109,110,96)
#636457
(99,100,87)
#595A4E
(89,90,78)
#4F5045
(79,80,69)
#45463C
(69,70,60)
#3B3C33
(59,60,51)
#31322A
(49,50,42)
#272821
(39,40,33)
#1D1E18
(29,30,24)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #777869

#777869
(119,120,105)
#838476
(131,132,118)
#8F9083
(143,144,131)
#9B9C90
(155,156,144)
#A7A89D
(167,168,157)
#B3B4AA
(179,180,170)
#BFC0B7
(191,192,183)
#CBCCC4
(203,204,196)
#D7D8D1
(215,216,209)
#E3E4DE
(227,228,222)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777869; }

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

This text font color is #777869.


Background Color

.myBgColor { background-color: #777869; }

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

This div background color is #777869.


Border color

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

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

This div border color is #777869.


Opacity

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

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

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

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

This text has shadow with #777869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777869 on black background.


Color preview on white background

This text has color #777869 on white background.



Black color preview on #777869 background

This text has black color on #777869 background.


White color preview on #777869 background

This text has white color on #777869 background.