COLOR #776F92

HEX: #776F92
RGB: (119,111,146)

Color info

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

RGB color model

#776F92 color RGB value is (119,111,146).

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

RGB channels and saturation

R 119 of 255 = 47%
G 111 of 255 = 44%
B 146 of 255 = 57%

119
111
146

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

Portions of RGB colors in percentages

R + G + B =
119 + 111 + 146 = 376 (100%)
R 119 of 376 ~ 31.65%
G 111 of 376 ~ 29.52%
B 146 of 376 ~ 38.83%

%31.65
%29.52
%38.83

CMYK color model

#776F92 color CMYK value is (18,24,0,43).

  • cyan value is 18.49%
  • magenta value is 23.97%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(18,24,0,43)
C18M24Y0K43 
(18%,24%,0%,43%)
(0.18/0.24/0.00/0.43)	

CMYK percentages

%18.49
%23.97
%0
%42.75

Codes

Color #776F92 in popluar color models

776F92
RGB119111146
HSL254°13.83%50.39%
HSB/HSV254°23.97%57.25%
CMYK18.49%23.97%0.00%
42.75%

Color #776F92 in popluar number systems.

HEX776F92
Decimal119111146
Binary1110111110111110010010
Octal167157222

Shades and tints

Shades of #776F92

#776F92
(119,111,146)
#6D6585
(109,101,133)
#635B78
(99,91,120)
#59516B
(89,81,107)
#4F475E
(79,71,94)
#453D51
(69,61,81)
#3B3344
(59,51,68)
#312937
(49,41,55)
#271F2A
(39,31,42)
#1D151D
(29,21,29)
#130B10
(19,11,16)
#000000
(0,0,0)

Tints of #776F92

#776F92
(119,111,146)
#837C9B
(131,124,155)
#8F89A4
(143,137,164)
#9B96AD
(155,150,173)
#A7A3B6
(167,163,182)
#B3B0BF
(179,176,191)
#BFBDC8
(191,189,200)
#CBCAD1
(203,202,209)
#D7D7DA
(215,215,218)
#E3E4E3
(227,228,227)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776F92; }

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

This text font color is #776F92.


Background Color

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

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

This div background color is #776F92.


Border color

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

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

This div border color is #776F92.


Opacity

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

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

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

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

This text has shadow with #776F92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776F92 on black background.


Color preview on white background

This text has color #776F92 on white background.



Black color preview on #776F92 background

This text has black color on #776F92 background.


White color preview on #776F92 background

This text has white color on #776F92 background.