COLOR #766F88

HEX: #766F88
RGB: (118,111,136)

Color info

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

RGB color model

#766F88 color RGB value is (118,111,136).

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

RGB channels and saturation

R 118 of 255 = 46%
G 111 of 255 = 44%
B 136 of 255 = 53%

118
111
136

R + G + B ~ 48%. #766F88 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 111 + 136 = 365 (100%)
R 118 of 365 ~ 32.33%
G 111 of 365 ~ 30.41%
B 136 of 365 ~ 37.26%

%32.33
%30.41
%37.26

CMYK color model

#766F88 color CMYK value is (13,18,0,47).

  • cyan value is 13.24%
  • magenta value is 18.38%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(13,18,0,47)
C13M18Y0K47 
(13%,18%,0%,47%)
(0.13/0.18/0.00/0.47)	

CMYK percentages

%13.24
%18.38
%0
%46.67

Codes

Color #766F88 in popluar color models

766F88
RGB118111136
HSL257°10.12%48.43%
HSB/HSV257°18.38%53.33%
CMYK13.24%18.38%0.00%
46.67%

Color #766F88 in popluar number systems.

HEX766F88
Decimal118111136
Binary1110110110111110001000
Octal166157210

Shades and tints

Shades of #766F88

#766F88
(118,111,136)
#6C657C
(108,101,124)
#625B70
(98,91,112)
#585164
(88,81,100)
#4E4758
(78,71,88)
#443D4C
(68,61,76)
#3A3340
(58,51,64)
#302934
(48,41,52)
#261F28
(38,31,40)
#1C151C
(28,21,28)
#120B10
(18,11,16)
#000000
(0,0,0)

Tints of #766F88

#766F88
(118,111,136)
#827C92
(130,124,146)
#8E899C
(142,137,156)
#9A96A6
(154,150,166)
#A6A3B0
(166,163,176)
#B2B0BA
(178,176,186)
#BEBDC4
(190,189,196)
#CACACE
(202,202,206)
#D6D7D8
(214,215,216)
#E2E4E2
(226,228,226)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766F88; }

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

This text font color is #766F88.


Background Color

.myBgColor { background-color: #766F88; }

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

This div background color is #766F88.


Border color

.myBorderColor { border: 1px solid #766F88; }

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

This div border color is #766F88.


Opacity

.myOpacity80 { color: #766F88; opacity: 0.8; }

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

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

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

This text has shadow with #766F88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766F88 on black background.


Color preview on white background

This text has color #766F88 on white background.



Black color preview on #766F88 background

This text has black color on #766F88 background.


White color preview on #766F88 background

This text has white color on #766F88 background.