COLOR #787093

HEX: #787093 RGB: (120,112,147)

Color info

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

RGB color model

#787093 color RGB value is (120,112,147).

RGB: (120,112,147) (47%, 44%, 58%)

RGB channels and saturation

R 120 of 255 = 47%
G 112 of 255 = 44%
B 147 of 255 = 58%

120
112
147

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

Portions of RGB colors in percentages

R + G + B = 120 + 112 + 147 = 379 (100%)
R 120 of 379 ~ 31.66%
G 112 of 379 ~ 29.55%
B 147 of 379 ~ 38.79'%

%31.66
%29.55
%38.79

CMYK color model

#787093 color CMYK value is (18,24,0,42).

  • cyan value is 18.37%
  • magenta value is 23.81%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (18,24,0,42)
C18M24Y0K42 (18%, 24%, 0%, 42%)
(0.18 / 0.24 / 0.00 / 0.42)

CMYK percentages

%18.37
%23.81
%0
%42.35

Codes

Color #787093 in popluar color models

78 70 93
RGB 120 112 147
HSL 254° 13.94% 50.78%
HSB/HSV 254° 23.81% 57.65%
CMYK 18.37% 23.81% 0.00%
42.35%

Color #787093 in popluar number systems.

HEX 78 70 93
Decimal 120 112 147
Binary 1111000 1110000 10010011
Octal 170 160 223

Shades and tints

Shades of #787093

#787093
(120,112,147)
#6E6686
(110,102,134)
#645C79
(100,92,121)
#5A526C
(90,82,108)
#50485F
(80,72,95)
#463E52
(70,62,82)
#3C3445
(60,52,69)
#322A38
(50,42,56)
#28202B
(40,32,43)
#1E161E
(30,22,30)
#140C11
(20,12,17)
#000000
(0,0,0)

Tints of #787093

#787093
(120,112,147)
#847D9C
(132,125,156)
#908AA5
(144,138,165)
#9C97AE
(156,151,174)
#A8A4B7
(168,164,183)
#B4B1C0
(180,177,192)
#C0BEC9
(192,190,201)
#CCCBD2
(204,203,210)
#D8D8DB
(216,216,219)
#E4E5E4
(228,229,228)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787093 color. Also use rgb(120,112,147) instead hex code.

Text Font Color

.myTextColor { color: #787093; }

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

This text font color is #787093.

Background Color

.myBgColor { background-color: #787093; }

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

This div background color is #787093.

Border color

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

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

This div border color is #787093.

Opacity

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

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

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

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

This text has shadow with #787093 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #787093.

Preview

Color preview on black background

This text has color #787093 on black background.


Color preview on white background

This text has color #787093 on white background.


Black color preview on #787093 background

This text has black color on #787093 background.


White color preview on #787093 background

This text has white color on #787093 background.


Related colors

Complementary color

Complementary color for #hex is #878F6C.


I love getcolorcode.com

Triadic colors

1 #937870 and #709378 with #787093 are triadic colors.

2 #937078 and #707893 with #787093 are triadic colors.