COLOR #776085

HEX: #776085
RGB: (119,96,133)

Color info

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

RGB color model

#776085 color RGB value is (119,96,133).

  • red value is 119;
  • green value is 96;
  • blue value is 133.
RGB:
(119,96,133)
(47%,38%,52%)

RGB channels and saturation

R 119 of 255 = 47%
G 96 of 255 = 38%
B 133 of 255 = 52%

119
96
133

R + G + B ~ 46%. #776085 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 96 + 133 = 348 (100%)
R 119 of 348 ~ 34.2%
G 96 of 348 ~ 27.59%
B 133 of 348 ~ 38.22%

%34.2
%27.59
%38.22

CMYK color model

#776085 color CMYK value is (11,28,0,48).

  • cyan value is 10.53%
  • magenta value is 27.82%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(11,28,0,48)
C11M28Y0K48 
(11%,28%,0%,48%)
(0.11/0.28/0.00/0.48)	

CMYK percentages

%10.53
%27.82
%0
%47.84

Codes

Color #776085 in popluar color models

776085
RGB11996133
HSL277°16.16%44.90%
HSB/HSV277°27.82%52.16%
CMYK10.53%27.82%0.00%
47.84%

Color #776085 in popluar number systems.

HEX776085
Decimal11996133
Binary1110111110000010000101
Octal167140205

Shades and tints

Shades of #776085

#776085
(119,96,133)
#6D5879
(109,88,121)
#63506D
(99,80,109)
#594861
(89,72,97)
#4F4055
(79,64,85)
#453849
(69,56,73)
#3B303D
(59,48,61)
#312831
(49,40,49)
#272025
(39,32,37)
#1D1819
(29,24,25)
#13100D
(19,16,13)
#000000
(0,0,0)

Tints of #776085

#776085
(119,96,133)
#836E90
(131,110,144)
#8F7C9B
(143,124,155)
#9B8AA6
(155,138,166)
#A798B1
(167,152,177)
#B3A6BC
(179,166,188)
#BFB4C7
(191,180,199)
#CBC2D2
(203,194,210)
#D7D0DD
(215,208,221)
#E3DEE8
(227,222,232)
#EFECF3
(239,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776085 color. Also use rgb(119,96,133) instead hex code.

Text Font Color

.myTextColor { color: #776085; }

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

This text font color is #776085.


Background Color

.myBgColor { background-color: #776085; }

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

This div background color is #776085.


Border color

.myBorderColor { border: 1px solid #776085; }

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

This div border color is #776085.


Opacity

.myOpacity80 { color: #776085; opacity: 0.8; }

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

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

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

This text has shadow with #776085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776085 on black background.


Color preview on white background

This text has color #776085 on white background.



Black color preview on #776085 background

This text has black color on #776085 background.


White color preview on #776085 background

This text has white color on #776085 background.