COLOR #766182

HEX: #766182
RGB: (118,97,130)

Color info

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

RGB color model

#766182 color RGB value is (118,97,130).

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

RGB channels and saturation

R 118 of 255 = 46%
G 97 of 255 = 38%
B 130 of 255 = 51%

118
97
130

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

Portions of RGB colors in percentages

R + G + B =
118 + 97 + 130 = 345 (100%)
R 118 of 345 ~ 34.2%
G 97 of 345 ~ 28.12%
B 130 of 345 ~ 37.68%

%34.2
%28.12
%37.68

CMYK color model

#766182 color CMYK value is (9,25,0,49).

  • cyan value is 9.23%
  • magenta value is 25.38%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(9,25,0,49)
C9M25Y0K49 
(9%,25%,0%,49%)
(0.09/0.25/0.00/0.49)	

CMYK percentages

%9.23
%25.38
%0
%49.02

Codes

Color #766182 in popluar color models

766182
RGB11897130
HSL278°14.54%44.51%
HSB/HSV278°25.38%50.98%
CMYK9.23%25.38%0.00%
49.02%

Color #766182 in popluar number systems.

HEX766182
Decimal11897130
Binary1110110110000110000010
Octal166141202

Shades and tints

Shades of #766182

#766182
(118,97,130)
#6C5977
(108,89,119)
#62516C
(98,81,108)
#584961
(88,73,97)
#4E4156
(78,65,86)
#44394B
(68,57,75)
#3A3140
(58,49,64)
#302935
(48,41,53)
#26212A
(38,33,42)
#1C191F
(28,25,31)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #766182

#766182
(118,97,130)
#826F8D
(130,111,141)
#8E7D98
(142,125,152)
#9A8BA3
(154,139,163)
#A699AE
(166,153,174)
#B2A7B9
(178,167,185)
#BEB5C4
(190,181,196)
#CAC3CF
(202,195,207)
#D6D1DA
(214,209,218)
#E2DFE5
(226,223,229)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766182; }

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

This text font color is #766182.


Background Color

.myBgColor { background-color: #766182; }

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

This div background color is #766182.


Border color

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

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

This div border color is #766182.


Opacity

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

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

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

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

This text has shadow with #766182 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766182 on black background.


Color preview on white background

This text has color #766182 on white background.



Black color preview on #766182 background

This text has black color on #766182 background.


White color preview on #766182 background

This text has white color on #766182 background.