COLOR #777888

HEX: #777888 RGB: (119,120,136)

Color info

#777888 contains red, green and blue colors in about the same proportion. Web safe color of #777888 is #666699 (or #669).

RGB color model

#777888 color RGB value is (119,120,136).

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

RGB channels and saturation

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

119
120
136

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

Portions of RGB colors in percentages

R + G + B = 119 + 120 + 136 = 375 (100%)
R 119 of 375 ~ 31.73%
G 120 of 375 ~ 32%
B 136 of 375 ~ 36.27'%

%31.73
%32
%36.27

CMYK color model

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

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

CMYK: (13,12,0,47)
C13M12Y0K47 (13%, 12%, 0%, 47%)
(0.13 / 0.12 / 0.00 / 0.47)

CMYK percentages

%12.5
%11.76
%0
%46.67

Codes

Color #777888 in popluar color models

77 78 88
RGB 119 120 136
HSL 236° 6.67% 50.00%
HSB/HSV 236° 12.50% 53.33%
CMYK 12.50% 11.76% 0.00%
46.67%

Color #777888 in popluar number systems.

HEX 77 78 88
Decimal 119 120 136
Binary 1110111 1111000 10001000
Octal 167 170 210

Shades and tints

Shades of #777888

#777888
(119,120,136)
#6D6E7C
(109,110,124)
#636470
(99,100,112)
#595A64
(89,90,100)
#4F5058
(79,80,88)
#45464C
(69,70,76)
#3B3C40
(59,60,64)
#313234
(49,50,52)
#272828
(39,40,40)
#1D1E1C
(29,30,28)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #777888

#777888
(119,120,136)
#838492
(131,132,146)
#8F909C
(143,144,156)
#9B9CA6
(155,156,166)
#A7A8B0
(167,168,176)
#B3B4BA
(179,180,186)
#BFC0C4
(191,192,196)
#CBCCCE
(203,204,206)
#D7D8D8
(215,216,216)
#E3E4E2
(227,228,226)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777888; }

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

This text font color is #777888.

Background Color

.myBgColor { background-color: #777888; }

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

This div background color is #777888.

Border color

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

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

This div border color is #777888.

Opacity

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

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

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

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

This text has shadow with #777888 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #777888.

Preview

Color preview on black background

This text has color #777888 on black background.


Color preview on white background

This text has color #777888 on white background.


Black color preview on #777888 background

This text has black color on #777888 background.


White color preview on #777888 background

This text has white color on #777888 background.


Related colors

Complementary color

Complementary color for #hex is #888777.


I love getcolorcode.com

Triadic colors

1 #887778 and #788877 with #777888 are triadic colors.

2 #887877 and #787788 with #777888 are triadic colors.