COLOR #768083

HEX: #768083
RGB: (118,128,131)

Color info

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

RGB color model

#768083 color RGB value is (118,128,131).

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

RGB channels and saturation

R 118 of 255 = 46%
G 128 of 255 = 50%
B 131 of 255 = 51%

118
128
131

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

Portions of RGB colors in percentages

R + G + B =
118 + 128 + 131 = 377 (100%)
R 118 of 377 ~ 31.3%
G 128 of 377 ~ 33.95%
B 131 of 377 ~ 34.75%

%31.3
%33.95
%34.75

CMYK color model

#768083 color CMYK value is (10,2,0,49).

  • cyan value is 9.92%
  • magenta value is 2.29%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(10,2,0,49)
C10M2Y0K49 
(10%,2%,0%,49%)
(0.10/0.02/0.00/0.49)	

CMYK percentages

%9.92
%2.29
%0
%48.63

Codes

Color #768083 in popluar color models

768083
RGB118128131
HSL194°5.22%48.82%
HSB/HSV194°9.92%51.37%
CMYK9.92%2.29%0.00%
48.63%

Color #768083 in popluar number systems.

HEX768083
Decimal118128131
Binary11101101000000010000011
Octal166200203

Shades and tints

Shades of #768083

#768083
(118,128,131)
#6C7578
(108,117,120)
#626A6D
(98,106,109)
#585F62
(88,95,98)
#4E5457
(78,84,87)
#44494C
(68,73,76)
#3A3E41
(58,62,65)
#303336
(48,51,54)
#26282B
(38,40,43)
#1C1D20
(28,29,32)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #768083

#768083
(118,128,131)
#828B8E
(130,139,142)
#8E9699
(142,150,153)
#9AA1A4
(154,161,164)
#A6ACAF
(166,172,175)
#B2B7BA
(178,183,186)
#BEC2C5
(190,194,197)
#CACDD0
(202,205,208)
#D6D8DB
(214,216,219)
#E2E3E6
(226,227,230)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768083; }

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

This text font color is #768083.


Background Color

.myBgColor { background-color: #768083; }

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

This div background color is #768083.


Border color

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

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

This div border color is #768083.


Opacity

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

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

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

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

This text has shadow with #768083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768083 on black background.


Color preview on white background

This text has color #768083 on white background.



Black color preview on #768083 background

This text has black color on #768083 background.


White color preview on #768083 background

This text has white color on #768083 background.