COLOR #78769D

HEX: #78769D
RGB: (120,118,157)

Color info

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

RGB color model

#78769D color RGB value is (120,118,157).

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

RGB channels and saturation

R 120 of 255 = 47%
G 118 of 255 = 46%
B 157 of 255 = 62%

120
118
157

R + G + B ~ 52%. #78769D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 118 + 157 = 395 (100%)
R 120 of 395 ~ 30.38%
G 118 of 395 ~ 29.87%
B 157 of 395 ~ 39.75%

%30.38
%29.87
%39.75

CMYK color model

#78769D color CMYK value is (24,25,0,38).

  • cyan value is 23.57%
  • magenta value is 24.84%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(24,25,0,38)
C24M25Y0K38 
(24%,25%,0%,38%)
(0.24/0.25/0.00/0.38)	

CMYK percentages

%23.57
%24.84
%0
%38.43

Codes

Color #78769D in popluar color models

78769D
RGB120118157
HSL243°16.60%53.92%
HSB/HSV243°24.84%61.57%
CMYK23.57%24.84%0.00%
38.43%

Color #78769D in popluar number systems.

HEX78769D
Decimal120118157
Binary1111000111011010011101
Octal170166235

Shades and tints

Shades of #78769D

#78769D
(120,118,157)
#6E6C8F
(110,108,143)
#646281
(100,98,129)
#5A5873
(90,88,115)
#504E65
(80,78,101)
#464457
(70,68,87)
#3C3A49
(60,58,73)
#32303B
(50,48,59)
#28262D
(40,38,45)
#1E1C1F
(30,28,31)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #78769D

#78769D
(120,118,157)
#8482A5
(132,130,165)
#908EAD
(144,142,173)
#9C9AB5
(156,154,181)
#A8A6BD
(168,166,189)
#B4B2C5
(180,178,197)
#C0BECD
(192,190,205)
#CCCAD5
(204,202,213)
#D8D6DD
(216,214,221)
#E4E2E5
(228,226,229)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78769D; }

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

This text font color is #78769D.


Background Color

.myBgColor { background-color: #78769D; }

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

This div background color is #78769D.


Border color

.myBorderColor { border: 1px solid #78769D; }

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

This div border color is #78769D.


Opacity

.myOpacity80 { color: #78769D; opacity: 0.8; }

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

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

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

This text has shadow with #78769D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78769D on black background.


Color preview on white background

This text has color #78769D on white background.



Black color preview on #78769D background

This text has black color on #78769D background.


White color preview on #78769D background

This text has white color on #78769D background.