COLOR #778569

HEX: #778569 RGB: (119,133,105)

Color info

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

RGB color model

#778569 color RGB value is (119,133,105).

RGB: (119,133,105) (47%, 52%, 41%)

RGB channels and saturation

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

119
133
105

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

Portions of RGB colors in percentages

R + G + B = 119 + 133 + 105 = 357 (100%)
R 119 of 357 ~ 33.33%
G 133 of 357 ~ 37.25%
B 105 of 357 ~ 29.41'%

%33.33
%37.25
%29.41

CMYK color model

#778569 color CMYK value is (11,0,21,48).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 47.84%

CMYK: (11,0,21,48)
C11M0Y21K48 (11%, 0%, 21%, 48%)
(0.11 / 0.00 / 0.21 / 0.48)

CMYK percentages

%10.53
%0
%21.05
%47.84

Codes

Color #778569 in popluar color models

77 85 69
RGB 119 133 105
HSL 90° 11.76% 46.67%
HSB/HSV 90° 21.05% 52.16%
CMYK 10.53% 0.00% 21.05%
47.84%

Color #778569 in popluar number systems.

HEX 77 85 69
Decimal 119 133 105
Binary 1110111 10000101 1101001
Octal 167 205 151

Shades and tints

Shades of #778569

#778569
(119,133,105)
#6D7960
(109,121,96)
#636D57
(99,109,87)
#59614E
(89,97,78)
#4F5545
(79,85,69)
#45493C
(69,73,60)
#3B3D33
(59,61,51)
#31312A
(49,49,42)
#272521
(39,37,33)
#1D1918
(29,25,24)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #778569

#778569
(119,133,105)
#839076
(131,144,118)
#8F9B83
(143,155,131)
#9BA690
(155,166,144)
#A7B19D
(167,177,157)
#B3BCAA
(179,188,170)
#BFC7B7
(191,199,183)
#CBD2C4
(203,210,196)
#D7DDD1
(215,221,209)
#E3E8DE
(227,232,222)
#EFF3EB
(239,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778569; }

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

This text font color is #778569.

Background Color

.myBgColor { background-color: #778569; }

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

This div background color is #778569.

Border color

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

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

This div border color is #778569.

Opacity

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

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

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

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

This text has shadow with #778569 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #778569.

Preview

Color preview on black background

This text has color #778569 on black background.


Color preview on white background

This text has color #778569 on white background.


Black color preview on #778569 background

This text has black color on #778569 background.


White color preview on #778569 background

This text has white color on #778569 background.


Related colors

Complementary color

Complementary color for #hex is #887A96.


I love getcolorcode.com

Triadic colors

1 #697785 and #856977 with #778569 are triadic colors.

2 #698577 and #857769 with #778569 are triadic colors.