COLOR #767688

HEX: #767688
RGB: (118,118,136)

Color info

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

RGB color model

#767688 color RGB value is (118,118,136).

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

RGB channels and saturation

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

118
118
136

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

Portions of RGB colors in percentages

R + G + B =
118 + 118 + 136 = 372 (100%)
R 118 of 372 ~ 31.72%
G 118 of 372 ~ 31.72%
B 136 of 372 ~ 36.56%

%31.72
%31.72
%36.56

CMYK color model

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

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

CMYK percentages

%13.24
%13.24
%0
%46.67

Codes

Color #767688 in popluar color models

767688
RGB118118136
HSL240°7.09%49.80%
HSB/HSV240°13.24%53.33%
CMYK13.24%13.24%0.00%
46.67%

Color #767688 in popluar number systems.

HEX767688
Decimal118118136
Binary1110110111011010001000
Octal166166210

Shades and tints

Shades of #767688

#767688
(118,118,136)
#6C6C7C
(108,108,124)
#626270
(98,98,112)
#585864
(88,88,100)
#4E4E58
(78,78,88)
#44444C
(68,68,76)
#3A3A40
(58,58,64)
#303034
(48,48,52)
#262628
(38,38,40)
#1C1C1C
(28,28,28)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #767688

#767688
(118,118,136)
#828292
(130,130,146)
#8E8E9C
(142,142,156)
#9A9AA6
(154,154,166)
#A6A6B0
(166,166,176)
#B2B2BA
(178,178,186)
#BEBEC4
(190,190,196)
#CACACE
(202,202,206)
#D6D6D8
(214,214,216)
#E2E2E2
(226,226,226)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767688; }

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

This text font color is #767688.


Background Color

.myBgColor { background-color: #767688; }

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

This div background color is #767688.


Border color

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

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

This div border color is #767688.


Opacity

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

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

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

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

This text has shadow with #767688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767688 on black background.


Color preview on white background

This text has color #767688 on white background.



Black color preview on #767688 background

This text has black color on #767688 background.


White color preview on #767688 background

This text has white color on #767688 background.