COLOR #766188

HEX: #766188
RGB: (118,97,136)

Color info

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

RGB color model

#766188 color RGB value is (118,97,136).

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

RGB channels and saturation

R 118 of 255 = 46%
G 97 of 255 = 38%
B 136 of 255 = 53%

118
97
136

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

Portions of RGB colors in percentages

R + G + B =
118 + 97 + 136 = 351 (100%)
R 118 of 351 ~ 33.62%
G 97 of 351 ~ 27.64%
B 136 of 351 ~ 38.75%

%33.62
%27.64
%38.75

CMYK color model

#766188 color CMYK value is (13,29,0,47).

  • cyan value is 13.24%
  • magenta value is 28.68%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(13,29,0,47)
C13M29Y0K47 
(13%,29%,0%,47%)
(0.13/0.29/0.00/0.47)	

CMYK percentages

%13.24
%28.68
%0
%46.67

Codes

Color #766188 in popluar color models

766188
RGB11897136
HSL272°16.74%45.69%
HSB/HSV272°28.68%53.33%
CMYK13.24%28.68%0.00%
46.67%

Color #766188 in popluar number systems.

HEX766188
Decimal11897136
Binary1110110110000110001000
Octal166141210

Shades and tints

Shades of #766188

#766188
(118,97,136)
#6C597C
(108,89,124)
#625170
(98,81,112)
#584964
(88,73,100)
#4E4158
(78,65,88)
#44394C
(68,57,76)
#3A3140
(58,49,64)
#302934
(48,41,52)
#262128
(38,33,40)
#1C191C
(28,25,28)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #766188

#766188
(118,97,136)
#826F92
(130,111,146)
#8E7D9C
(142,125,156)
#9A8BA6
(154,139,166)
#A699B0
(166,153,176)
#B2A7BA
(178,167,186)
#BEB5C4
(190,181,196)
#CAC3CE
(202,195,206)
#D6D1D8
(214,209,216)
#E2DFE2
(226,223,226)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766188; }

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

This text font color is #766188.


Background Color

.myBgColor { background-color: #766188; }

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

This div background color is #766188.


Border color

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

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

This div border color is #766188.


Opacity

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

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

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

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

This text has shadow with #766188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766188 on black background.


Color preview on white background

This text has color #766188 on white background.



Black color preview on #766188 background

This text has black color on #766188 background.


White color preview on #766188 background

This text has white color on #766188 background.