COLOR #777D88

HEX: #777D88
RGB: (119,125,136)

Color info

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

RGB color model

#777D88 color RGB value is (119,125,136).

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

RGB channels and saturation

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

119
125
136

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

Portions of RGB colors in percentages

R + G + B =
119 + 125 + 136 = 380 (100%)
R 119 of 380 ~ 31.32%
G 125 of 380 ~ 32.89%
B 136 of 380 ~ 35.79%

%31.32
%32.89
%35.79

CMYK color model

#777D88 color CMYK value is (13,8,0,47).

  • cyan value is 12.50%
  • magenta value is 8.09%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(13,8,0,47)
C13M8Y0K47 
(13%,8%,0%,47%)
(0.13/0.08/0.00/0.47)	

CMYK percentages

%12.5
%8.09
%0
%46.67

Codes

Color #777D88 in popluar color models

777D88
RGB119125136
HSL219°6.67%50.00%
HSB/HSV219°12.50%53.33%
CMYK12.50%8.09%0.00%
46.67%

Color #777D88 in popluar number systems.

HEX777D88
Decimal119125136
Binary1110111111110110001000
Octal167175210

Shades and tints

Shades of #777D88

#777D88
(119,125,136)
#6D727C
(109,114,124)
#636770
(99,103,112)
#595C64
(89,92,100)
#4F5158
(79,81,88)
#45464C
(69,70,76)
#3B3B40
(59,59,64)
#313034
(49,48,52)
#272528
(39,37,40)
#1D1A1C
(29,26,28)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #777D88

#777D88
(119,125,136)
#838892
(131,136,146)
#8F939C
(143,147,156)
#9B9EA6
(155,158,166)
#A7A9B0
(167,169,176)
#B3B4BA
(179,180,186)
#BFBFC4
(191,191,196)
#CBCACE
(203,202,206)
#D7D5D8
(215,213,216)
#E3E0E2
(227,224,226)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777D88; }

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

This text font color is #777D88.


Background Color

.myBgColor { background-color: #777D88; }

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

This div background color is #777D88.


Border color

.myBorderColor { border: 1px solid #777D88; }

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

This div border color is #777D88.


Opacity

.myOpacity80 { color: #777D88; opacity: 0.8; }

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

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

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

This text has shadow with #777D88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777D88 on black background.


Color preview on white background

This text has color #777D88 on white background.



Black color preview on #777D88 background

This text has black color on #777D88 background.


White color preview on #777D88 background

This text has white color on #777D88 background.