COLOR #767993

HEX: #767993
RGB: (118,121,147)

Color info

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

RGB color model

#767993 color RGB value is (118,121,147).

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

RGB channels and saturation

R 118 of 255 = 46%
G 121 of 255 = 47%
B 147 of 255 = 58%

118
121
147

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

Portions of RGB colors in percentages

R + G + B =
118 + 121 + 147 = 386 (100%)
R 118 of 386 ~ 30.57%
G 121 of 386 ~ 31.35%
B 147 of 386 ~ 38.08%

%30.57
%31.35
%38.08

CMYK color model

#767993 color CMYK value is (20,18,0,42).

  • cyan value is 19.73%
  • magenta value is 17.69%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(20,18,0,42)
C20M18Y0K42 
(20%,18%,0%,42%)
(0.20/0.18/0.00/0.42)	

CMYK percentages

%19.73
%17.69
%0
%42.35

Codes

Color #767993 in popluar color models

767993
RGB118121147
HSL234°11.84%51.96%
HSB/HSV234°19.73%57.65%
CMYK19.73%17.69%0.00%
42.35%

Color #767993 in popluar number systems.

HEX767993
Decimal118121147
Binary1110110111100110010011
Octal166171223

Shades and tints

Shades of #767993

#767993
(118,121,147)
#6C6E86
(108,110,134)
#626379
(98,99,121)
#58586C
(88,88,108)
#4E4D5F
(78,77,95)
#444252
(68,66,82)
#3A3745
(58,55,69)
#302C38
(48,44,56)
#26212B
(38,33,43)
#1C161E
(28,22,30)
#120B11
(18,11,17)
#000000
(0,0,0)

Tints of #767993

#767993
(118,121,147)
#82859C
(130,133,156)
#8E91A5
(142,145,165)
#9A9DAE
(154,157,174)
#A6A9B7
(166,169,183)
#B2B5C0
(178,181,192)
#BEC1C9
(190,193,201)
#CACDD2
(202,205,210)
#D6D9DB
(214,217,219)
#E2E5E4
(226,229,228)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767993; }

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

This text font color is #767993.


Background Color

.myBgColor { background-color: #767993; }

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

This div background color is #767993.


Border color

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

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

This div border color is #767993.


Opacity

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

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

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

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

This text has shadow with #767993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767993 on black background.


Color preview on white background

This text has color #767993 on white background.



Black color preview on #767993 background

This text has black color on #767993 background.


White color preview on #767993 background

This text has white color on #767993 background.