COLOR #767F93

HEX: #767F93
RGB: (118,127,147)

Color info

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

RGB color model

#767F93 color RGB value is (118,127,147).

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

RGB channels and saturation

R 118 of 255 = 46%
G 127 of 255 = 50%
B 147 of 255 = 58%

118
127
147

R + G + B ~ 51%. #767F93 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 127 + 147 = 392 (100%)
R 118 of 392 ~ 30.1%
G 127 of 392 ~ 32.4%
B 147 of 392 ~ 37.5%

%30.1
%32.4
%37.5

CMYK color model

#767F93 color CMYK value is (20,14,0,42).

  • cyan value is 19.73%
  • magenta value is 13.61%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(20,14,0,42)
C20M14Y0K42 
(20%,14%,0%,42%)
(0.20/0.14/0.00/0.42)	

CMYK percentages

%19.73
%13.61
%0
%42.35

Codes

Color #767F93 in popluar color models

767F93
RGB118127147
HSL221°11.84%51.96%
HSB/HSV221°19.73%57.65%
CMYK19.73%13.61%0.00%
42.35%

Color #767F93 in popluar number systems.

HEX767F93
Decimal118127147
Binary1110110111111110010011
Octal166177223

Shades and tints

Shades of #767F93

#767F93
(118,127,147)
#6C7486
(108,116,134)
#626979
(98,105,121)
#585E6C
(88,94,108)
#4E535F
(78,83,95)
#444852
(68,72,82)
#3A3D45
(58,61,69)
#303238
(48,50,56)
#26272B
(38,39,43)
#1C1C1E
(28,28,30)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #767F93

#767F93
(118,127,147)
#828A9C
(130,138,156)
#8E95A5
(142,149,165)
#9AA0AE
(154,160,174)
#A6ABB7
(166,171,183)
#B2B6C0
(178,182,192)
#BEC1C9
(190,193,201)
#CACCD2
(202,204,210)
#D6D7DB
(214,215,219)
#E2E2E4
(226,226,228)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767F93 color. Also use rgb(118,127,147) instead hex code.

Text Font Color

.myTextColor { color: #767F93; }

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

This text font color is #767F93.


Background Color

.myBgColor { background-color: #767F93; }

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

This div background color is #767F93.


Border color

.myBorderColor { border: 1px solid #767F93; }

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

This div border color is #767F93.


Opacity

.myOpacity80 { color: #767F93; opacity: 0.8; }

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

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

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

This text has shadow with #767F93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767F93 on black background.


Color preview on white background

This text has color #767F93 on white background.



Black color preview on #767F93 background

This text has black color on #767F93 background.


White color preview on #767F93 background

This text has white color on #767F93 background.