COLOR #776E92

HEX: #776E92 RGB: (119,110,146)

Color info

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

RGB color model

#776E92 color RGB value is (119,110,146).

RGB: (119,110,146) (47%, 43%, 57%)

RGB channels and saturation

R 119 of 255 = 47%
G 110 of 255 = 43%
B 146 of 255 = 57%

119
110
146

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

Portions of RGB colors in percentages

R + G + B = 119 + 110 + 146 = 375 (100%)
R 119 of 375 ~ 31.73%
G 110 of 375 ~ 29.33%
B 146 of 375 ~ 38.93'%

%31.73
%29.33
%38.93

CMYK color model

#776E92 color CMYK value is (18,25,0,43).

  • cyan value is 18.49%
  • magenta value is 24.66%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (18,25,0,43)
C18M25Y0K43 (18%, 25%, 0%, 43%)
(0.18 / 0.25 / 0.00 / 0.43)

CMYK percentages

%18.49
%24.66
%0
%42.75

Codes

Color #776E92 in popluar color models

77 6E 92
RGB 119 110 146
HSL 255° 14.17% 50.20%
HSB/HSV 255° 24.66% 57.25%
CMYK 18.49% 24.66% 0.00%
42.75%

Color #776E92 in popluar number systems.

HEX 77 6E 92
Decimal 119 110 146
Binary 1110111 1101110 10010010
Octal 167 156 222

Shades and tints

Shades of #776E92

#776E92
(119,110,146)
#6D6485
(109,100,133)
#635A78
(99,90,120)
#59506B
(89,80,107)
#4F465E
(79,70,94)
#453C51
(69,60,81)
#3B3244
(59,50,68)
#312837
(49,40,55)
#271E2A
(39,30,42)
#1D141D
(29,20,29)
#130A10
(19,10,16)
#000000
(0,0,0)

Tints of #776E92

#776E92
(119,110,146)
#837B9B
(131,123,155)
#8F88A4
(143,136,164)
#9B95AD
(155,149,173)
#A7A2B6
(167,162,182)
#B3AFBF
(179,175,191)
#BFBCC8
(191,188,200)
#CBC9D1
(203,201,209)
#D7D6DA
(215,214,218)
#E3E3E3
(227,227,227)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776E92; }

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

This text font color is #776E92.

Background Color

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

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

This div background color is #776E92.

Border color

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

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

This div border color is #776E92.

Opacity

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

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

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

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

This text has shadow with #776E92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #776E92.

Preview

Color preview on black background

This text has color #776E92 on black background.


Color preview on white background

This text has color #776E92 on white background.


Black color preview on #776E92 background

This text has black color on #776E92 background.


White color preview on #776E92 background

This text has white color on #776E92 background.


Related colors

Complementary color

Complementary color for #hex is #88916D.


I love getcolorcode.com

Triadic colors

1 #92776E and #6E9277 with #776E92 are triadic colors.

2 #926E77 and #6E7792 with #776E92 are triadic colors.