COLOR #778384

HEX: #778384
RGB: (119,131,132)

Color info

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

RGB color model

#778384 color RGB value is (119,131,132).

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

RGB channels and saturation

R 119 of 255 = 47%
G 131 of 255 = 51%
B 132 of 255 = 52%

119
131
132

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

Portions of RGB colors in percentages

R + G + B =
119 + 131 + 132 = 382 (100%)
R 119 of 382 ~ 31.15%
G 131 of 382 ~ 34.29%
B 132 of 382 ~ 34.55%

%31.15
%34.29
%34.55

CMYK color model

#778384 color CMYK value is (10,1,0,48).

  • cyan value is 9.85%
  • magenta value is 0.76%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(10,1,0,48)
C10M1Y0K48 
(10%,1%,0%,48%)
(0.10/0.01/0.00/0.48)	

CMYK percentages

%9.85
%0.76
%0
%48.24

Codes

Color #778384 in popluar color models

778384
RGB119131132
HSL185°5.18%49.22%
HSB/HSV185°9.85%51.76%
CMYK9.85%0.76%0.00%
48.24%

Color #778384 in popluar number systems.

HEX778384
Decimal119131132
Binary11101111000001110000100
Octal167203204

Shades and tints

Shades of #778384

#778384
(119,131,132)
#6D7878
(109,120,120)
#636D6C
(99,109,108)
#596260
(89,98,96)
#4F5754
(79,87,84)
#454C48
(69,76,72)
#3B413C
(59,65,60)
#313630
(49,54,48)
#272B24
(39,43,36)
#1D2018
(29,32,24)
#13150C
(19,21,12)
#000000
(0,0,0)

Tints of #778384

#778384
(119,131,132)
#838E8F
(131,142,143)
#8F999A
(143,153,154)
#9BA4A5
(155,164,165)
#A7AFB0
(167,175,176)
#B3BABB
(179,186,187)
#BFC5C6
(191,197,198)
#CBD0D1
(203,208,209)
#D7DBDC
(215,219,220)
#E3E6E7
(227,230,231)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778384; }

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

This text font color is #778384.


Background Color

.myBgColor { background-color: #778384; }

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

This div background color is #778384.


Border color

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

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

This div border color is #778384.


Opacity

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

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

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

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

This text has shadow with #778384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778384 on black background.


Color preview on white background

This text has color #778384 on white background.



Black color preview on #778384 background

This text has black color on #778384 background.


White color preview on #778384 background

This text has white color on #778384 background.