COLOR #778F81

HEX: #778F81
RGB: (119,143,129)

Color info

#778F81 contains red, green and blue colors in about the same proportion. Web safe color of #778F81 is #669999 (or #699).

RGB color model

#778F81 color RGB value is (119,143,129).

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

RGB channels and saturation

R 119 of 255 = 47%
G 143 of 255 = 56%
B 129 of 255 = 51%

119
143
129

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

Portions of RGB colors in percentages

R + G + B =
119 + 143 + 129 = 391 (100%)
R 119 of 391 ~ 30.43%
G 143 of 391 ~ 36.57%
B 129 of 391 ~ 32.99%

%30.43
%36.57
%32.99

CMYK color model

#778F81 color CMYK value is (17,0,10,44).

  • cyan value is 16.78%
  • magenta value is 0.00%
  • yellow value is 9.79%
  • key color value is 43.92%
CMYK:
(17,0,10,44)
C17M0Y10K44 
(17%,0%,10%,44%)
(0.17/0.00/0.10/0.44)	

CMYK percentages

%16.78
%0
%9.79
%43.92

Codes

Color #778F81 in popluar color models

778F81
RGB119143129
HSL145°9.68%51.37%
HSB/HSV145°16.78%56.08%
CMYK16.78%0.00%9.79%
43.92%

Color #778F81 in popluar number systems.

HEX778F81
Decimal119143129
Binary11101111000111110000001
Octal167217201

Shades and tints

Shades of #778F81

#778F81
(119,143,129)
#6D8276
(109,130,118)
#63756B
(99,117,107)
#596860
(89,104,96)
#4F5B55
(79,91,85)
#454E4A
(69,78,74)
#3B413F
(59,65,63)
#313434
(49,52,52)
#272729
(39,39,41)
#1D1A1E
(29,26,30)
#130D13
(19,13,19)
#000000
(0,0,0)

Tints of #778F81

#778F81
(119,143,129)
#83998C
(131,153,140)
#8FA397
(143,163,151)
#9BADA2
(155,173,162)
#A7B7AD
(167,183,173)
#B3C1B8
(179,193,184)
#BFCBC3
(191,203,195)
#CBD5CE
(203,213,206)
#D7DFD9
(215,223,217)
#E3E9E4
(227,233,228)
#EFF3EF
(239,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778F81; }

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

This text font color is #778F81.


Background Color

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

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

This div background color is #778F81.


Border color

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

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

This div border color is #778F81.


Opacity

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

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

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

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

This text has shadow with #778F81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778F81 on black background.


Color preview on white background

This text has color #778F81 on white background.



Black color preview on #778F81 background

This text has black color on #778F81 background.


White color preview on #778F81 background

This text has white color on #778F81 background.