COLOR #78769E

HEX: #78769E RGB: (120,118,158)

Color info

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

RGB color model

#78769E color RGB value is (120,118,158).

RGB: (120,118,158) (47%, 46%, 62%)

RGB channels and saturation

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

120
118
158

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

Portions of RGB colors in percentages

R + G + B = 120 + 118 + 158 = 396 (100%)
R 120 of 396 ~ 30.3%
G 118 of 396 ~ 29.8%
B 158 of 396 ~ 39.9'%

%30.3
%29.8
%39.9

CMYK color model

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

  • cyan value is 24.05%
  • magenta value is 25.32%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (24,25,0,38)
C24M25Y0K38 (24%, 25%, 0%, 38%)
(0.24 / 0.25 / 0.00 / 0.38)

CMYK percentages

%24.05
%25.32
%0
%38.04

Codes

Color #78769E in popluar color models

78 76 9E
RGB 120 118 158
HSL 243° 17.09% 54.12%
HSB/HSV 243° 25.32% 61.96%
CMYK 24.05% 25.32% 0.00%
38.04%

Color #78769E in popluar number systems.

HEX 78 76 9E
Decimal 120 118 158
Binary 1111000 1110110 10011110
Octal 170 166 236

Shades and tints

Shades of #78769E

#78769E
(120,118,158)
#6E6C90
(110,108,144)
#646282
(100,98,130)
#5A5874
(90,88,116)
#504E66
(80,78,102)
#464458
(70,68,88)
#3C3A4A
(60,58,74)
#32303C
(50,48,60)
#28262E
(40,38,46)
#1E1C20
(30,28,32)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #78769E

#78769E
(120,118,158)
#8482A6
(132,130,166)
#908EAE
(144,142,174)
#9C9AB6
(156,154,182)
#A8A6BE
(168,166,190)
#B4B2C6
(180,178,198)
#C0BECE
(192,190,206)
#CCCAD6
(204,202,214)
#D8D6DE
(216,214,222)
#E4E2E6
(228,226,230)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78769E; }

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

This text font color is #78769E.

Background Color

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

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

This div background color is #78769E.

Border color

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

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

This div border color is #78769E.

Opacity

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

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

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

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

This text has shadow with #78769E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78769E.

Preview

Color preview on black background

This text has color #78769E on black background.


Color preview on white background

This text has color #78769E on white background.


Black color preview on #78769E background

This text has black color on #78769E background.


White color preview on #78769E background

This text has white color on #78769E background.


Related colors

Complementary color

Complementary color for #hex is #878961.


I love getcolorcode.com

Triadic colors

1 #9E7876 and #769E78 with #78769E are triadic colors.

2 #9E7678 and #76789E with #78769E are triadic colors.