COLOR #778888

HEX: #778888 RGB: (119,136,136)

Color info

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

RGB color model

#778888 color RGB value is (119,136,136).

RGB: (119,136,136) (47%, 53%, 53%)

RGB channels and saturation

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

119
136
136

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

Portions of RGB colors in percentages

R + G + B = 119 + 136 + 136 = 391 (100%)
R 119 of 391 ~ 30.43%
G 136 of 391 ~ 34.78%
B 136 of 391 ~ 34.78'%

%30.43
%34.78
%34.78

CMYK color model

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

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (13,0,0,47)
C13M0Y0K47 (13%, 0%, 0%, 47%)
(0.13 / 0.00 / 0.00 / 0.47)

CMYK percentages

%12.5
%0
%0
%46.67

Codes

Color #778888 in popluar color models

77 88 88
RGB 119 136 136
HSL 180° 6.67% 50.00%
HSB/HSV 180° 12.50% 53.33%
CMYK 12.50% 0.00% 0.00%
46.67%

Color #778888 in popluar number systems.

HEX 77 88 88
Decimal 119 136 136
Binary 1110111 10001000 10001000
Octal 167 210 210

Shades and tints

Shades of #778888

#778888
(119,136,136)
#6D7C7C
(109,124,124)
#637070
(99,112,112)
#596464
(89,100,100)
#4F5858
(79,88,88)
#454C4C
(69,76,76)
#3B4040
(59,64,64)
#313434
(49,52,52)
#272828
(39,40,40)
#1D1C1C
(29,28,28)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #778888

#778888
(119,136,136)
#839292
(131,146,146)
#8F9C9C
(143,156,156)
#9BA6A6
(155,166,166)
#A7B0B0
(167,176,176)
#B3BABA
(179,186,186)
#BFC4C4
(191,196,196)
#CBCECE
(203,206,206)
#D7D8D8
(215,216,216)
#E3E2E2
(227,226,226)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778888; }

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

This text font color is #778888.

Background Color

.myBgColor { background-color: #778888; }

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

This div background color is #778888.

Border color

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

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

This div border color is #778888.

Opacity

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

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

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

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

This text has shadow with #778888 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #778888.

Preview

Color preview on black background

This text has color #778888 on black background.


Color preview on white background

This text has color #778888 on white background.


Black color preview on #778888 background

This text has black color on #778888 background.


White color preview on #778888 background

This text has white color on #778888 background.


Related colors

Complementary color

Complementary color for #hex is #887777.


I love getcolorcode.com