COLOR #787683

HEX: #787683
RGB: (120,118,131)

Color info

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

RGB color model

#787683 color RGB value is (120,118,131).

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

RGB channels and saturation

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

120
118
131

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

Portions of RGB colors in percentages

R + G + B =
120 + 118 + 131 = 369 (100%)
R 120 of 369 ~ 32.52%
G 118 of 369 ~ 31.98%
B 131 of 369 ~ 35.5%

%32.52
%31.98
%35.5

CMYK color model

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

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

CMYK percentages

%8.4
%9.92
%0
%48.63

Codes

Color #787683 in popluar color models

787683
RGB120118131
HSL249°5.22%48.82%
HSB/HSV249°9.92%51.37%
CMYK8.40%9.92%0.00%
48.63%

Color #787683 in popluar number systems.

HEX787683
Decimal120118131
Binary1111000111011010000011
Octal170166203

Shades and tints

Shades of #787683

#787683
(120,118,131)
#6E6C78
(110,108,120)
#64626D
(100,98,109)
#5A5862
(90,88,98)
#504E57
(80,78,87)
#46444C
(70,68,76)
#3C3A41
(60,58,65)
#323036
(50,48,54)
#28262B
(40,38,43)
#1E1C20
(30,28,32)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #787683

#787683
(120,118,131)
#84828E
(132,130,142)
#908E99
(144,142,153)
#9C9AA4
(156,154,164)
#A8A6AF
(168,166,175)
#B4B2BA
(180,178,186)
#C0BEC5
(192,190,197)
#CCCAD0
(204,202,208)
#D8D6DB
(216,214,219)
#E4E2E6
(228,226,230)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787683; }

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

This text font color is #787683.


Background Color

.myBgColor { background-color: #787683; }

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

This div background color is #787683.


Border color

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

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

This div border color is #787683.


Opacity

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

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

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

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

This text has shadow with #787683 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787683 on black background.


Color preview on white background

This text has color #787683 on white background.



Black color preview on #787683 background

This text has black color on #787683 background.


White color preview on #787683 background

This text has white color on #787683 background.