COLOR #776D98

HEX: #776D98 RGB: (119,109,152)

Color info

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

RGB color model

#776D98 color RGB value is (119,109,152).

RGB: (119,109,152) (47%, 43%, 60%)

RGB channels and saturation

R 119 of 255 = 47%
G 109 of 255 = 43%
B 152 of 255 = 60%

119
109
152

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

Portions of RGB colors in percentages

R + G + B = 119 + 109 + 152 = 380 (100%)
R 119 of 380 ~ 31.32%
G 109 of 380 ~ 28.68%
B 152 of 380 ~ 40'%

%31.32
%28.68
%40

CMYK color model

#776D98 color CMYK value is (22,28,0,40).

  • cyan value is 21.71%
  • magenta value is 28.29%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK: (22,28,0,40) C22M28Y0K40 (22%,28%,0%,40%) (0.22/0.28/0.00/0.40) 

CMYK percentages

%21.71
%28.29
%0
%40.39

Codes

Color #776D98 in popluar color models

77 6D 98
RGB 119 109 152
HSL 254° 17.27% 51.18%
HSB/HSV 254° 28.29% 59.61%
CMYK 21.71% 28.29% 0.00%
40.39%

Color #776D98 in popluar number systems.

HEX 77 6D 98
Decimal 119 109 152
Binary 1110111 1101101 10011000
Octal 167 155 230

Shades and tints

Shades of #776D98

#776D98
(119,109,152)
#6D648B
(109,100,139)
#635B7E
(99,91,126)
#595271
(89,82,113)
#4F4964
(79,73,100)
#454057
(69,64,87)
#3B374A
(59,55,74)
#312E3D
(49,46,61)
#272530
(39,37,48)
#1D1C23
(29,28,35)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #776D98

#776D98
(119,109,152)
#837AA1
(131,122,161)
#8F87AA
(143,135,170)
#9B94B3
(155,148,179)
#A7A1BC
(167,161,188)
#B3AEC5
(179,174,197)
#BFBBCE
(191,187,206)
#CBC8D7
(203,200,215)
#D7D5E0
(215,213,224)
#E3E2E9
(227,226,233)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776D98 color. Also use rgb(119,109,152) instead hex code.

Text Font Color

.myTextColor { color: #776D98; }

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

This text font color is #776D98.

Background Color

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

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

This div background color is #776D98.

Border color

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

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

This div border color is #776D98.

Opacity

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

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

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

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

This text has shadow with #776D98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #776D98.

Preview

Color preview on black background

This text has color #776D98 on black background.


Color preview on white background

This text has color #776D98 on white background.


Black color preview on #776D98 background

This text has black color on #776D98 background.


White color preview on #776D98 background

This text has white color on #776D98 background.


Related colors

Complementary color

Complementary color for #hex is #889267.


I love getcolorcode.com

Triadic colors

1 #98776D and #6D9877 with #776D98 are triadic colors.

2 #986D77 and #6D7798 with #776D98 are triadic colors.