COLOR #776182

HEX: #776182
RGB: (119,97,130)

Color info

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

RGB color model

#776182 color RGB value is (119,97,130).

  • red value is 119;
  • green value is 97;
  • blue value is 130.
RGB:
(119,97,130)
(47%,38%,51%)

RGB channels and saturation

R 119 of 255 = 47%
G 97 of 255 = 38%
B 130 of 255 = 51%

119
97
130

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

Portions of RGB colors in percentages

R + G + B =
119 + 97 + 130 = 346 (100%)
R 119 of 346 ~ 34.39%
G 97 of 346 ~ 28.03%
B 130 of 346 ~ 37.57%

%34.39
%28.03
%37.57

CMYK color model

#776182 color CMYK value is (8,25,0,49).

  • cyan value is 8.46%
  • magenta value is 25.38%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(8,25,0,49)
C8M25Y0K49 
(8%,25%,0%,49%)
(0.08/0.25/0.00/0.49)	

CMYK percentages

%8.46
%25.38
%0
%49.02

Codes

Color #776182 in popluar color models

776182
RGB11997130
HSL280°14.54%44.51%
HSB/HSV280°25.38%50.98%
CMYK8.46%25.38%0.00%
49.02%

Color #776182 in popluar number systems.

HEX776182
Decimal11997130
Binary1110111110000110000010
Octal167141202

Shades and tints

Shades of #776182

#776182
(119,97,130)
#6D5977
(109,89,119)
#63516C
(99,81,108)
#594961
(89,73,97)
#4F4156
(79,65,86)
#45394B
(69,57,75)
#3B3140
(59,49,64)
#312935
(49,41,53)
#27212A
(39,33,42)
#1D191F
(29,25,31)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #776182

#776182
(119,97,130)
#836F8D
(131,111,141)
#8F7D98
(143,125,152)
#9B8BA3
(155,139,163)
#A799AE
(167,153,174)
#B3A7B9
(179,167,185)
#BFB5C4
(191,181,196)
#CBC3CF
(203,195,207)
#D7D1DA
(215,209,218)
#E3DFE5
(227,223,229)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776182 color. Also use rgb(119,97,130) instead hex code.

Text Font Color

.myTextColor { color: #776182; }

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

This text font color is #776182.


Background Color

.myBgColor { background-color: #776182; }

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

This div background color is #776182.


Border color

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

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

This div border color is #776182.


Opacity

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

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

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

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

This text has shadow with #776182 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776182 on black background.


Color preview on white background

This text has color #776182 on white background.



Black color preview on #776182 background

This text has black color on #776182 background.


White color preview on #776182 background

This text has white color on #776182 background.