COLOR #778785

HEX: #778785
RGB: (119,135,133)

Color info

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

RGB color model

#778785 color RGB value is (119,135,133).

  • red value is 119;
  • green value is 135;
  • blue value is 133.
RGB:
(119,135,133)
(47%,53%,52%)

RGB channels and saturation

R 119 of 255 = 47%
G 135 of 255 = 53%
B 133 of 255 = 52%

119
135
133

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

Portions of RGB colors in percentages

R + G + B =
119 + 135 + 133 = 387 (100%)
R 119 of 387 ~ 30.75%
G 135 of 387 ~ 34.88%
B 133 of 387 ~ 34.37%

%30.75
%34.88
%34.37

CMYK color model

#778785 color CMYK value is (12,0,1,47).

  • cyan value is 11.85%
  • magenta value is 0.00%
  • yellow value is 1.48%
  • key color value is 47.06%
CMYK:
(12,0,1,47)
C12M0Y1K47 
(12%,0%,1%,47%)
(0.12/0.00/0.01/0.47)	

CMYK percentages

%11.85
%0
%1.48
%47.06

Codes

Color #778785 in popluar color models

778785
RGB119135133
HSL173°6.30%49.80%
HSB/HSV173°11.85%52.94%
CMYK11.85%0.00%1.48%
47.06%

Color #778785 in popluar number systems.

HEX778785
Decimal119135133
Binary11101111000011110000101
Octal167207205

Shades and tints

Shades of #778785

#778785
(119,135,133)
#6D7B79
(109,123,121)
#636F6D
(99,111,109)
#596361
(89,99,97)
#4F5755
(79,87,85)
#454B49
(69,75,73)
#3B3F3D
(59,63,61)
#313331
(49,51,49)
#272725
(39,39,37)
#1D1B19
(29,27,25)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #778785

#778785
(119,135,133)
#839190
(131,145,144)
#8F9B9B
(143,155,155)
#9BA5A6
(155,165,166)
#A7AFB1
(167,175,177)
#B3B9BC
(179,185,188)
#BFC3C7
(191,195,199)
#CBCDD2
(203,205,210)
#D7D7DD
(215,215,221)
#E3E1E8
(227,225,232)
#EFEBF3
(239,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778785; }

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

This text font color is #778785.


Background Color

.myBgColor { background-color: #778785; }

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

This div background color is #778785.


Border color

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

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

This div border color is #778785.


Opacity

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

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

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

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

This text has shadow with #778785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778785 on black background.


Color preview on white background

This text has color #778785 on white background.



Black color preview on #778785 background

This text has black color on #778785 background.


White color preview on #778785 background

This text has white color on #778785 background.