COLOR #776F99

HEX: #776F99
RGB: (119,111,153)

Color info

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

RGB color model

#776F99 color RGB value is (119,111,153).

  • red value is 119;
  • green value is 111;
  • blue value is 153.
RGB:
(119,111,153)
(47%,44%,60%)

RGB channels and saturation

R 119 of 255 = 47%
G 111 of 255 = 44%
B 153 of 255 = 60%

119
111
153

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

Portions of RGB colors in percentages

R + G + B =
119 + 111 + 153 = 383 (100%)
R 119 of 383 ~ 31.07%
G 111 of 383 ~ 28.98%
B 153 of 383 ~ 39.95%

%31.07
%28.98
%39.95

CMYK color model

#776F99 color CMYK value is (22,27,0,40).

  • cyan value is 22.22%
  • magenta value is 27.45%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(22,27,0,40)
C22M27Y0K40 
(22%,27%,0%,40%)
(0.22/0.27/0.00/0.40)	

CMYK percentages

%22.22
%27.45
%0
%40

Codes

Color #776F99 in popluar color models

776F99
RGB119111153
HSL251°17.07%51.76%
HSB/HSV251°27.45%60.00%
CMYK22.22%27.45%0.00%
40.00%

Color #776F99 in popluar number systems.

HEX776F99
Decimal119111153
Binary1110111110111110011001
Octal167157231

Shades and tints

Shades of #776F99

#776F99
(119,111,153)
#6D658C
(109,101,140)
#635B7F
(99,91,127)
#595172
(89,81,114)
#4F4765
(79,71,101)
#453D58
(69,61,88)
#3B334B
(59,51,75)
#31293E
(49,41,62)
#271F31
(39,31,49)
#1D1524
(29,21,36)
#130B17
(19,11,23)
#000000
(0,0,0)

Tints of #776F99

#776F99
(119,111,153)
#837CA2
(131,124,162)
#8F89AB
(143,137,171)
#9B96B4
(155,150,180)
#A7A3BD
(167,163,189)
#B3B0C6
(179,176,198)
#BFBDCF
(191,189,207)
#CBCAD8
(203,202,216)
#D7D7E1
(215,215,225)
#E3E4EA
(227,228,234)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776F99 color. Also use rgb(119,111,153) instead hex code.

Text Font Color

.myTextColor { color: #776F99; }

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

This text font color is #776F99.


Background Color

.myBgColor { background-color: #776F99; }

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

This div background color is #776F99.


Border color

.myBorderColor { border: 1px solid #776F99; }

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

This div border color is #776F99.


Opacity

.myOpacity80 { color: #776F99; opacity: 0.8; }

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

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

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

This text has shadow with #776F99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776F99 on black background.


Color preview on white background

This text has color #776F99 on white background.



Black color preview on #776F99 background

This text has black color on #776F99 background.


White color preview on #776F99 background

This text has white color on #776F99 background.