COLOR #778788

HEX: #778788
RGB: (119,135,136)

Color info

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

RGB color model

#778788 color RGB value is (119,135,136).

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

RGB channels and saturation

R 119 of 255 = 47%
G 135 of 255 = 53%
B 136 of 255 = 53%

119
135
136

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

Portions of RGB colors in percentages

R + G + B =
119 + 135 + 136 = 390 (100%)
R 119 of 390 ~ 30.51%
G 135 of 390 ~ 34.62%
B 136 of 390 ~ 34.87%

%30.51
%34.62
%34.87

CMYK color model

#778788 color CMYK value is (13,1,0,47).

  • cyan value is 12.50%
  • magenta value is 0.74%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(13,1,0,47)
C13M1Y0K47 
(13%,1%,0%,47%)
(0.13/0.01/0.00/0.47)	

CMYK percentages

%12.5
%0.74
%0
%46.67

Codes

Color #778788 in popluar color models

778788
RGB119135136
HSL184°6.67%50.00%
HSB/HSV184°12.50%53.33%
CMYK12.50%0.74%0.00%
46.67%

Color #778788 in popluar number systems.

HEX778788
Decimal119135136
Binary11101111000011110001000
Octal167207210

Shades and tints

Shades of #778788

#778788
(119,135,136)
#6D7B7C
(109,123,124)
#636F70
(99,111,112)
#596364
(89,99,100)
#4F5758
(79,87,88)
#454B4C
(69,75,76)
#3B3F40
(59,63,64)
#313334
(49,51,52)
#272728
(39,39,40)
#1D1B1C
(29,27,28)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #778788

#778788
(119,135,136)
#839192
(131,145,146)
#8F9B9C
(143,155,156)
#9BA5A6
(155,165,166)
#A7AFB0
(167,175,176)
#B3B9BA
(179,185,186)
#BFC3C4
(191,195,196)
#CBCDCE
(203,205,206)
#D7D7D8
(215,215,216)
#E3E1E2
(227,225,226)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778788; }

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

This text font color is #778788.


Background Color

.myBgColor { background-color: #778788; }

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

This div background color is #778788.


Border color

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

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

This div border color is #778788.


Opacity

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

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

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

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

This text has shadow with #778788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778788 on black background.


Color preview on white background

This text has color #778788 on white background.



Black color preview on #778788 background

This text has black color on #778788 background.


White color preview on #778788 background

This text has white color on #778788 background.