COLOR #767695

HEX: #767695
RGB: (118,118,149)

Color info

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

RGB color model

#767695 color RGB value is (118,118,149).

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

RGB channels and saturation

R 118 of 255 = 46%
G 118 of 255 = 46%
B 149 of 255 = 58%

118
118
149

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

Portions of RGB colors in percentages

R + G + B =
118 + 118 + 149 = 385 (100%)
R 118 of 385 ~ 30.65%
G 118 of 385 ~ 30.65%
B 149 of 385 ~ 38.7%

%30.65
%30.65
%38.7

CMYK color model

#767695 color CMYK value is (21,21,0,42).

  • cyan value is 20.81%
  • magenta value is 20.81%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(21,21,0,42)
C21M21Y0K42 
(21%,21%,0%,42%)
(0.21/0.21/0.00/0.42)	

CMYK percentages

%20.81
%20.81
%0
%41.57

Codes

Color #767695 in popluar color models

767695
RGB118118149
HSL240°12.76%52.35%
HSB/HSV240°20.81%58.43%
CMYK20.81%20.81%0.00%
41.57%

Color #767695 in popluar number systems.

HEX767695
Decimal118118149
Binary1110110111011010010101
Octal166166225

Shades and tints

Shades of #767695

#767695
(118,118,149)
#6C6C88
(108,108,136)
#62627B
(98,98,123)
#58586E
(88,88,110)
#4E4E61
(78,78,97)
#444454
(68,68,84)
#3A3A47
(58,58,71)
#30303A
(48,48,58)
#26262D
(38,38,45)
#1C1C20
(28,28,32)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #767695

#767695
(118,118,149)
#82829E
(130,130,158)
#8E8EA7
(142,142,167)
#9A9AB0
(154,154,176)
#A6A6B9
(166,166,185)
#B2B2C2
(178,178,194)
#BEBECB
(190,190,203)
#CACAD4
(202,202,212)
#D6D6DD
(214,214,221)
#E2E2E6
(226,226,230)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767695; }

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

This text font color is #767695.


Background Color

.myBgColor { background-color: #767695; }

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

This div background color is #767695.


Border color

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

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

This div border color is #767695.


Opacity

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

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

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

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

This text has shadow with #767695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767695 on black background.


Color preview on white background

This text has color #767695 on white background.



Black color preview on #767695 background

This text has black color on #767695 background.


White color preview on #767695 background

This text has white color on #767695 background.