COLOR #778F6B

HEX: #778F6B
RGB: (119,143,107)

Color info

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

RGB color model

#778F6B color RGB value is (119,143,107).

  • red value is 119;
  • green value is 143;
  • blue value is 107.
RGB:
(119,143,107)
(47%,56%,42%)

RGB channels and saturation

R 119 of 255 = 47%
G 143 of 255 = 56%
B 107 of 255 = 42%

119
143
107

R + G + B ~ 48%. #778F6B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 143 + 107 = 369 (100%)
R 119 of 369 ~ 32.25%
G 143 of 369 ~ 38.75%
B 107 of 369 ~ 29%

%32.25
%38.75
%29

CMYK color model

#778F6B color CMYK value is (17,0,25,44).

  • cyan value is 16.78%
  • magenta value is 0.00%
  • yellow value is 25.17%
  • key color value is 43.92%
CMYK:
(17,0,25,44)
C17M0Y25K44 
(17%,0%,25%,44%)
(0.17/0.00/0.25/0.44)	

CMYK percentages

%16.78
%0
%25.17
%43.92

Codes

Color #778F6B in popluar color models

778F6B
RGB119143107
HSL100°14.40%49.02%
HSB/HSV100°25.17%56.08%
CMYK16.78%0.00%25.17%
43.92%

Color #778F6B in popluar number systems.

HEX778F6B
Decimal119143107
Binary1110111100011111101011
Octal167217153

Shades and tints

Shades of #778F6B

#778F6B
(119,143,107)
#6D8262
(109,130,98)
#637559
(99,117,89)
#596850
(89,104,80)
#4F5B47
(79,91,71)
#454E3E
(69,78,62)
#3B4135
(59,65,53)
#31342C
(49,52,44)
#272723
(39,39,35)
#1D1A1A
(29,26,26)
#130D11
(19,13,17)
#000000
(0,0,0)

Tints of #778F6B

#778F6B
(119,143,107)
#839978
(131,153,120)
#8FA385
(143,163,133)
#9BAD92
(155,173,146)
#A7B79F
(167,183,159)
#B3C1AC
(179,193,172)
#BFCBB9
(191,203,185)
#CBD5C6
(203,213,198)
#D7DFD3
(215,223,211)
#E3E9E0
(227,233,224)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #778F6B color. Also use rgb(119,143,107) instead hex code.

Text Font Color

.myTextColor { color: #778F6B; }

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

This text font color is #778F6B.


Background Color

.myBgColor { background-color: #778F6B; }

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

This div background color is #778F6B.


Border color

.myBorderColor { border: 1px solid #778F6B; }

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

This div border color is #778F6B.


Opacity

.myOpacity80 { color: #778F6B; opacity: 0.8; }

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

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

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

This text has shadow with #778F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778F6B on black background.


Color preview on white background

This text has color #778F6B on white background.



Black color preview on #778F6B background

This text has black color on #778F6B background.


White color preview on #778F6B background

This text has white color on #778F6B background.