COLOR #77708C

HEX: #77708C
RGB: (119,112,140)

Color info

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

RGB color model

#77708C color RGB value is (119,112,140).

  • red value is 119;
  • green value is 112;
  • blue value is 140.
RGB:
(119,112,140)
(47%,44%,55%)

RGB channels and saturation

R 119 of 255 = 47%
G 112 of 255 = 44%
B 140 of 255 = 55%

119
112
140

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

Portions of RGB colors in percentages

R + G + B =
119 + 112 + 140 = 371 (100%)
R 119 of 371 ~ 32.08%
G 112 of 371 ~ 30.19%
B 140 of 371 ~ 37.74%

%32.08
%30.19
%37.74

CMYK color model

#77708C color CMYK value is (15,20,0,45).

  • cyan value is 15.00%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(15,20,0,45)
C15M20Y0K45 
(15%,20%,0%,45%)
(0.15/0.20/0.00/0.45)	

CMYK percentages

%15
%20
%0
%45.1

Codes

Color #77708C in popluar color models

77708C
RGB119112140
HSL255°11.11%49.41%
HSB/HSV255°20.00%54.90%
CMYK15.00%20.00%0.00%
45.10%

Color #77708C in popluar number systems.

HEX77708C
Decimal119112140
Binary1110111111000010001100
Octal167160214

Shades and tints

Shades of #77708C

#77708C
(119,112,140)
#6D6680
(109,102,128)
#635C74
(99,92,116)
#595268
(89,82,104)
#4F485C
(79,72,92)
#453E50
(69,62,80)
#3B3444
(59,52,68)
#312A38
(49,42,56)
#27202C
(39,32,44)
#1D1620
(29,22,32)
#130C14
(19,12,20)
#000000
(0,0,0)

Tints of #77708C

#77708C
(119,112,140)
#837D96
(131,125,150)
#8F8AA0
(143,138,160)
#9B97AA
(155,151,170)
#A7A4B4
(167,164,180)
#B3B1BE
(179,177,190)
#BFBEC8
(191,190,200)
#CBCBD2
(203,203,210)
#D7D8DC
(215,216,220)
#E3E5E6
(227,229,230)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77708C color. Also use rgb(119,112,140) instead hex code.

Text Font Color

.myTextColor { color: #77708C; }

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

This text font color is #77708C.


Background Color

.myBgColor { background-color: #77708C; }

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

This div background color is #77708C.


Border color

.myBorderColor { border: 1px solid #77708C; }

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

This div border color is #77708C.


Opacity

.myOpacity80 { color: #77708C; opacity: 0.8; }

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

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

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

This text has shadow with #77708C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77708C on black background.


Color preview on white background

This text has color #77708C on white background.



Black color preview on #77708C background

This text has black color on #77708C background.


White color preview on #77708C background

This text has white color on #77708C background.