COLOR #776282

HEX: #776282
RGB: (119,98,130)

Color info

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

RGB color model

#776282 color RGB value is (119,98,130).

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

RGB channels and saturation

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

119
98
130

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

Portions of RGB colors in percentages

R + G + B =
119 + 98 + 130 = 347 (100%)
R 119 of 347 ~ 34.29%
G 98 of 347 ~ 28.24%
B 130 of 347 ~ 37.46%

%34.29
%28.24
%37.46

CMYK color model

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

  • cyan value is 8.46%
  • magenta value is 24.62%
  • 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
%24.62
%0
%49.02

Codes

Color #776282 in popluar color models

776282
RGB11998130
HSL279°14.04%44.71%
HSB/HSV279°24.62%50.98%
CMYK8.46%24.62%0.00%
49.02%

Color #776282 in popluar number systems.

HEX776282
Decimal11998130
Binary1110111110001010000010
Octal167142202

Shades and tints

Shades of #776282

#776282
(119,98,130)
#6D5A77
(109,90,119)
#63526C
(99,82,108)
#594A61
(89,74,97)
#4F4256
(79,66,86)
#453A4B
(69,58,75)
#3B3240
(59,50,64)
#312A35
(49,42,53)
#27222A
(39,34,42)
#1D1A1F
(29,26,31)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #776282

#776282
(119,98,130)
#83708D
(131,112,141)
#8F7E98
(143,126,152)
#9B8CA3
(155,140,163)
#A79AAE
(167,154,174)
#B3A8B9
(179,168,185)
#BFB6C4
(191,182,196)
#CBC4CF
(203,196,207)
#D7D2DA
(215,210,218)
#E3E0E5
(227,224,229)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776282; }

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

This text font color is #776282.


Background Color

.myBgColor { background-color: #776282; }

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

This div background color is #776282.


Border color

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

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

This div border color is #776282.


Opacity

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

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

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

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

This text has shadow with #776282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776282 on black background.


Color preview on white background

This text has color #776282 on white background.



Black color preview on #776282 background

This text has black color on #776282 background.


White color preview on #776282 background

This text has white color on #776282 background.