COLOR #787483

HEX: #787483
RGB: (120,116,131)

Color info

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

RGB color model

#787483 color RGB value is (120,116,131).

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

RGB channels and saturation

R 120 of 255 = 47%
G 116 of 255 = 45%
B 131 of 255 = 51%

120
116
131

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

Portions of RGB colors in percentages

R + G + B =
120 + 116 + 131 = 367 (100%)
R 120 of 367 ~ 32.7%
G 116 of 367 ~ 31.61%
B 131 of 367 ~ 35.69%

%32.7
%31.61
%35.69

CMYK color model

#787483 color CMYK value is (8,11,0,49).

  • cyan value is 8.40%
  • magenta value is 11.45%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(8,11,0,49)
C8M11Y0K49 
(8%,11%,0%,49%)
(0.08/0.11/0.00/0.49)	

CMYK percentages

%8.4
%11.45
%0
%48.63

Codes

Color #787483 in popluar color models

787483
RGB120116131
HSL256°6.07%48.43%
HSB/HSV256°11.45%51.37%
CMYK8.40%11.45%0.00%
48.63%

Color #787483 in popluar number systems.

HEX787483
Decimal120116131
Binary1111000111010010000011
Octal170164203

Shades and tints

Shades of #787483

#787483
(120,116,131)
#6E6A78
(110,106,120)
#64606D
(100,96,109)
#5A5662
(90,86,98)
#504C57
(80,76,87)
#46424C
(70,66,76)
#3C3841
(60,56,65)
#322E36
(50,46,54)
#28242B
(40,36,43)
#1E1A20
(30,26,32)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #787483

#787483
(120,116,131)
#84808E
(132,128,142)
#908C99
(144,140,153)
#9C98A4
(156,152,164)
#A8A4AF
(168,164,175)
#B4B0BA
(180,176,186)
#C0BCC5
(192,188,197)
#CCC8D0
(204,200,208)
#D8D4DB
(216,212,219)
#E4E0E6
(228,224,230)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787483; }

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

This text font color is #787483.


Background Color

.myBgColor { background-color: #787483; }

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

This div background color is #787483.


Border color

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

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

This div border color is #787483.


Opacity

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

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

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

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

This text has shadow with #787483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787483 on black background.


Color preview on white background

This text has color #787483 on white background.



Black color preview on #787483 background

This text has black color on #787483 background.


White color preview on #787483 background

This text has white color on #787483 background.