COLOR #776D95

HEX: #776D95 RGB: (119,109,149)

Color info

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

RGB color model

#776D95 color RGB value is (119,109,149).

RGB: (119,109,149) (47%, 43%, 58%)

RGB channels and saturation

R 119 of 255 = 47%
G 109 of 255 = 43%
B 149 of 255 = 58%

119
109
149

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

Portions of RGB colors in percentages

R + G + B = 119 + 109 + 149 = 377 (100%)
R 119 of 377 ~ 31.56%
G 109 of 377 ~ 28.91%
B 149 of 377 ~ 39.52'%

%31.56
%28.91
%39.52

CMYK color model

#776D95 color CMYK value is (20,27,0,42).

  • cyan value is 20.13%
  • magenta value is 26.85%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (20,27,0,42)
C20M27Y0K42 (20%, 27%, 0%, 42%)
(0.20 / 0.27 / 0.00 / 0.42)

CMYK percentages

%20.13
%26.85
%0
%41.57

Codes

Color #776D95 in popluar color models

77 6D 95
RGB 119 109 149
HSL 255° 15.87% 50.59%
HSB/HSV 255° 26.85% 58.43%
CMYK 20.13% 26.85% 0.00%
41.57%

Color #776D95 in popluar number systems.

HEX 77 6D 95
Decimal 119 109 149
Binary 1110111 1101101 10010101
Octal 167 155 225

Shades and tints

Shades of #776D95

#776D95
(119,109,149)
#6D6488
(109,100,136)
#635B7B
(99,91,123)
#59526E
(89,82,110)
#4F4961
(79,73,97)
#454054
(69,64,84)
#3B3747
(59,55,71)
#312E3A
(49,46,58)
#27252D
(39,37,45)
#1D1C20
(29,28,32)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #776D95

#776D95
(119,109,149)
#837A9E
(131,122,158)
#8F87A7
(143,135,167)
#9B94B0
(155,148,176)
#A7A1B9
(167,161,185)
#B3AEC2
(179,174,194)
#BFBBCB
(191,187,203)
#CBC8D4
(203,200,212)
#D7D5DD
(215,213,221)
#E3E2E6
(227,226,230)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776D95; }

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

This text font color is #776D95.

Background Color

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

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

This div background color is #776D95.

Border color

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

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

This div border color is #776D95.

Opacity

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

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

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

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

This text has shadow with #776D95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #776D95.

Preview

Color preview on black background

This text has color #776D95 on black background.


Color preview on white background

This text has color #776D95 on white background.


Black color preview on #776D95 background

This text has black color on #776D95 background.


White color preview on #776D95 background

This text has white color on #776D95 background.


Related colors

Complementary color

Complementary color for #hex is #88926A.


I love getcolorcode.com

Triadic colors

1 #95776D and #6D9577 with #776D95 are triadic colors.

2 #956D77 and #6D7795 with #776D95 are triadic colors.