COLOR #767983

HEX: #767983
RGB: (118,121,131)

Color info

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

RGB color model

#767983 color RGB value is (118,121,131).

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

RGB channels and saturation

R 118 of 255 = 46%
G 121 of 255 = 47%
B 131 of 255 = 51%

118
121
131

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

Portions of RGB colors in percentages

R + G + B =
118 + 121 + 131 = 370 (100%)
R 118 of 370 ~ 31.89%
G 121 of 370 ~ 32.7%
B 131 of 370 ~ 35.41%

%31.89
%32.7
%35.41

CMYK color model

#767983 color CMYK value is (10,8,0,49).

  • cyan value is 9.92%
  • magenta value is 7.63%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(10,8,0,49)
C10M8Y0K49 
(10%,8%,0%,49%)
(0.10/0.08/0.00/0.49)	

CMYK percentages

%9.92
%7.63
%0
%48.63

Codes

Color #767983 in popluar color models

767983
RGB118121131
HSL226°5.22%48.82%
HSB/HSV226°9.92%51.37%
CMYK9.92%7.63%0.00%
48.63%

Color #767983 in popluar number systems.

HEX767983
Decimal118121131
Binary1110110111100110000011
Octal166171203

Shades and tints

Shades of #767983

#767983
(118,121,131)
#6C6E78
(108,110,120)
#62636D
(98,99,109)
#585862
(88,88,98)
#4E4D57
(78,77,87)
#44424C
(68,66,76)
#3A3741
(58,55,65)
#302C36
(48,44,54)
#26212B
(38,33,43)
#1C1620
(28,22,32)
#120B15
(18,11,21)
#000000
(0,0,0)

Tints of #767983

#767983
(118,121,131)
#82858E
(130,133,142)
#8E9199
(142,145,153)
#9A9DA4
(154,157,164)
#A6A9AF
(166,169,175)
#B2B5BA
(178,181,186)
#BEC1C5
(190,193,197)
#CACDD0
(202,205,208)
#D6D9DB
(214,217,219)
#E2E5E6
(226,229,230)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767983; }

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

This text font color is #767983.


Background Color

.myBgColor { background-color: #767983; }

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

This div background color is #767983.


Border color

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

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

This div border color is #767983.


Opacity

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

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

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

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

This text has shadow with #767983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767983 on black background.


Color preview on white background

This text has color #767983 on white background.



Black color preview on #767983 background

This text has black color on #767983 background.


White color preview on #767983 background

This text has white color on #767983 background.