COLOR #778469

HEX: #778469
RGB: (119,132,105)

Color info

#778469 contains red, green and blue colors in about the same proportion. Web safe color of #778469 is #669966 (or #696).

RGB color model

#778469 color RGB value is (119,132,105).

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

RGB channels and saturation

R 119 of 255 = 47%
G 132 of 255 = 52%
B 105 of 255 = 41%

119
132
105

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

Portions of RGB colors in percentages

R + G + B =
119 + 132 + 105 = 356 (100%)
R 119 of 356 ~ 33.43%
G 132 of 356 ~ 37.08%
B 105 of 356 ~ 29.49%

%33.43
%37.08
%29.49

CMYK color model

#778469 color CMYK value is (10,0,20,48).

  • cyan value is 9.85%
  • magenta value is 0.00%
  • yellow value is 20.45%
  • key color value is 48.24%
CMYK:
(10,0,20,48)
C10M0Y20K48 
(10%,0%,20%,48%)
(0.10/0.00/0.20/0.48)	

CMYK percentages

%9.85
%0
%20.45
%48.24

Codes

Color #778469 in popluar color models

778469
RGB119132105
HSL89°11.39%46.47%
HSB/HSV89°20.45%51.76%
CMYK9.85%0.00%20.45%
48.24%

Color #778469 in popluar number systems.

HEX778469
Decimal119132105
Binary1110111100001001101001
Octal167204151

Shades and tints

Shades of #778469

#778469
(119,132,105)
#6D7860
(109,120,96)
#636C57
(99,108,87)
#59604E
(89,96,78)
#4F5445
(79,84,69)
#45483C
(69,72,60)
#3B3C33
(59,60,51)
#31302A
(49,48,42)
#272421
(39,36,33)
#1D1818
(29,24,24)
#130C0F
(19,12,15)
#000000
(0,0,0)

Tints of #778469

#778469
(119,132,105)
#838F76
(131,143,118)
#8F9A83
(143,154,131)
#9BA590
(155,165,144)
#A7B09D
(167,176,157)
#B3BBAA
(179,187,170)
#BFC6B7
(191,198,183)
#CBD1C4
(203,209,196)
#D7DCD1
(215,220,209)
#E3E7DE
(227,231,222)
#EFF2EB
(239,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778469; }

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

This text font color is #778469.


Background Color

.myBgColor { background-color: #778469; }

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

This div background color is #778469.


Border color

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

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

This div border color is #778469.


Opacity

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

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

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

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

This text has shadow with #778469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778469 on black background.


Color preview on white background

This text has color #778469 on white background.



Black color preview on #778469 background

This text has black color on #778469 background.


White color preview on #778469 background

This text has white color on #778469 background.