COLOR #778F8F

HEX: #778F8F
RGB: (119,143,143)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

119
143
143

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

Portions of RGB colors in percentages

R + G + B =
119 + 143 + 143 = 405 (100%)
R 119 of 405 ~ 29.38%
G 143 of 405 ~ 35.31%
B 143 of 405 ~ 35.31%

%29.38
%35.31
%35.31

CMYK color model

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

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

CMYK percentages

%16.78
%0
%0
%43.92

Codes

Color #778F8F in popluar color models

778F8F
RGB119143143
HSL180°9.68%51.37%
HSB/HSV180°16.78%56.08%
CMYK16.78%0.00%0.00%
43.92%

Color #778F8F in popluar number systems.

HEX778F8F
Decimal119143143
Binary11101111000111110001111
Octal167217217

Shades and tints

Shades of #778F8F

#778F8F
(119,143,143)
#6D8282
(109,130,130)
#637575
(99,117,117)
#596868
(89,104,104)
#4F5B5B
(79,91,91)
#454E4E
(69,78,78)
#3B4141
(59,65,65)
#313434
(49,52,52)
#272727
(39,39,39)
#1D1A1A
(29,26,26)
#130D0D
(19,13,13)
#000000
(0,0,0)

Tints of #778F8F

#778F8F
(119,143,143)
#839999
(131,153,153)
#8FA3A3
(143,163,163)
#9BADAD
(155,173,173)
#A7B7B7
(167,183,183)
#B3C1C1
(179,193,193)
#BFCBCB
(191,203,203)
#CBD5D5
(203,213,213)
#D7DFDF
(215,223,223)
#E3E9E9
(227,233,233)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778F8F; }

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

This text font color is #778F8F.


Background Color

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

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

This div background color is #778F8F.


Border color

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

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

This div border color is #778F8F.


Opacity

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

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

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

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

This text has shadow with #778F8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778F8F on black background.


Color preview on white background

This text has color #778F8F on white background.



Black color preview on #778F8F background

This text has black color on #778F8F background.


White color preview on #778F8F background

This text has white color on #778F8F background.