COLOR #776F97

HEX: #776F97
RGB: (119,111,151)

Color info

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

RGB color model

#776F97 color RGB value is (119,111,151).

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

RGB channels and saturation

R 119 of 255 = 47%
G 111 of 255 = 44%
B 151 of 255 = 59%

119
111
151

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

Portions of RGB colors in percentages

R + G + B =
119 + 111 + 151 = 381 (100%)
R 119 of 381 ~ 31.23%
G 111 of 381 ~ 29.13%
B 151 of 381 ~ 39.63%

%31.23
%29.13
%39.63

CMYK color model

#776F97 color CMYK value is (21,26,0,41).

  • cyan value is 21.19%
  • magenta value is 26.49%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(21,26,0,41)
C21M26Y0K41 
(21%,26%,0%,41%)
(0.21/0.26/0.00/0.41)	

CMYK percentages

%21.19
%26.49
%0
%40.78

Codes

Color #776F97 in popluar color models

776F97
RGB119111151
HSL252°16.13%51.37%
HSB/HSV252°26.49%59.22%
CMYK21.19%26.49%0.00%
40.78%

Color #776F97 in popluar number systems.

HEX776F97
Decimal119111151
Binary1110111110111110010111
Octal167157227

Shades and tints

Shades of #776F97

#776F97
(119,111,151)
#6D658A
(109,101,138)
#635B7D
(99,91,125)
#595170
(89,81,112)
#4F4763
(79,71,99)
#453D56
(69,61,86)
#3B3349
(59,51,73)
#31293C
(49,41,60)
#271F2F
(39,31,47)
#1D1522
(29,21,34)
#130B15
(19,11,21)
#000000
(0,0,0)

Tints of #776F97

#776F97
(119,111,151)
#837CA0
(131,124,160)
#8F89A9
(143,137,169)
#9B96B2
(155,150,178)
#A7A3BB
(167,163,187)
#B3B0C4
(179,176,196)
#BFBDCD
(191,189,205)
#CBCAD6
(203,202,214)
#D7D7DF
(215,215,223)
#E3E4E8
(227,228,232)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776F97; }

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

This text font color is #776F97.


Background Color

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

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

This div background color is #776F97.


Border color

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

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

This div border color is #776F97.


Opacity

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

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

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

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

This text has shadow with #776F97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776F97 on black background.


Color preview on white background

This text has color #776F97 on white background.



Black color preview on #776F97 background

This text has black color on #776F97 background.


White color preview on #776F97 background

This text has white color on #776F97 background.