COLOR #787484

HEX: #787484
RGB: (120,116,132)

Color info

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

RGB color model

#787484 color RGB value is (120,116,132).

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

RGB channels and saturation

R 120 of 255 = 47%
G 116 of 255 = 45%
B 132 of 255 = 52%

120
116
132

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

Portions of RGB colors in percentages

R + G + B =
120 + 116 + 132 = 368 (100%)
R 120 of 368 ~ 32.61%
G 116 of 368 ~ 31.52%
B 132 of 368 ~ 35.87%

%32.61
%31.52
%35.87

CMYK color model

#787484 color CMYK value is (9,12,0,48).

  • cyan value is 9.09%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(9,12,0,48)
C9M12Y0K48 
(9%,12%,0%,48%)
(0.09/0.12/0.00/0.48)	

CMYK percentages

%9.09
%12.12
%0
%48.24

Codes

Color #787484 in popluar color models

787484
RGB120116132
HSL255°6.45%48.63%
HSB/HSV255°12.12%51.76%
CMYK9.09%12.12%0.00%
48.24%

Color #787484 in popluar number systems.

HEX787484
Decimal120116132
Binary1111000111010010000100
Octal170164204

Shades and tints

Shades of #787484

#787484
(120,116,132)
#6E6A78
(110,106,120)
#64606C
(100,96,108)
#5A5660
(90,86,96)
#504C54
(80,76,84)
#464248
(70,66,72)
#3C383C
(60,56,60)
#322E30
(50,46,48)
#282424
(40,36,36)
#1E1A18
(30,26,24)
#14100C
(20,16,12)
#000000
(0,0,0)

Tints of #787484

#787484
(120,116,132)
#84808F
(132,128,143)
#908C9A
(144,140,154)
#9C98A5
(156,152,165)
#A8A4B0
(168,164,176)
#B4B0BB
(180,176,187)
#C0BCC6
(192,188,198)
#CCC8D1
(204,200,209)
#D8D4DC
(216,212,220)
#E4E0E7
(228,224,231)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787484; }

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

This text font color is #787484.


Background Color

.myBgColor { background-color: #787484; }

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

This div background color is #787484.


Border color

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

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

This div border color is #787484.


Opacity

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

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

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

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

This text has shadow with #787484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787484 on black background.


Color preview on white background

This text has color #787484 on white background.



Black color preview on #787484 background

This text has black color on #787484 background.


White color preview on #787484 background

This text has white color on #787484 background.