COLOR #78869F

HEX: #78869F RGB: (120,134,159)

Color info

#78869F contains red, green and blue colors in about the same proportion. Web safe color of #78869F is #669999 (or #699).

RGB color model

#78869F color RGB value is (120,134,159).

RGB: (120,134,159) (47%, 53%, 62%)

RGB channels and saturation

R 120 of 255 = 47%
G 134 of 255 = 53%
B 159 of 255 = 62%

120
134
159

R + G + B ~ 54%. #78869F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 120 + 134 + 159 = 413 (100%)
R 120 of 413 ~ 29.06%
G 134 of 413 ~ 32.45%
B 159 of 413 ~ 38.5'%

%29.06
%32.45
%38.5

CMYK color model

#78869F color CMYK value is (25,16,0,38).

  • cyan value is 24.53%
  • magenta value is 15.72%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (25,16,0,38)
C25M16Y0K38 (25%, 16%, 0%, 38%)
(0.25 / 0.16 / 0.00 / 0.38)

CMYK percentages

%24.53
%15.72
%0
%37.65

Codes

Color #78869F in popluar color models

78 86 9F
RGB 120 134 159
HSL 218° 16.88% 54.71%
HSB/HSV 218° 24.53% 62.35%
CMYK 24.53% 15.72% 0.00%
37.65%

Color #78869F in popluar number systems.

HEX 78 86 9F
Decimal 120 134 159
Binary 1111000 10000110 10011111
Octal 170 206 237

Shades and tints

Shades of #78869F

#78869F
(120,134,159)
#6E7A91
(110,122,145)
#646E83
(100,110,131)
#5A6275
(90,98,117)
#505667
(80,86,103)
#464A59
(70,74,89)
#3C3E4B
(60,62,75)
#32323D
(50,50,61)
#28262F
(40,38,47)
#1E1A21
(30,26,33)
#140E13
(20,14,19)
#000000
(0,0,0)

Tints of #78869F

#78869F
(120,134,159)
#8491A7
(132,145,167)
#909CAF
(144,156,175)
#9CA7B7
(156,167,183)
#A8B2BF
(168,178,191)
#B4BDC7
(180,189,199)
#C0C8CF
(192,200,207)
#CCD3D7
(204,211,215)
#D8DEDF
(216,222,223)
#E4E9E7
(228,233,231)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78869F color. Also use rgb(120,134,159) instead hex code.

Text Font Color

.myTextColor { color: #78869F; }

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

This text font color is #78869F.

Background Color

.myBgColor { background-color: #78869F; }

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

This div background color is #78869F.

Border color

.myBorderColor { border: 1px solid #78869F; }

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

This div border color is #78869F.

Opacity

.myOpacity80 { color: #78869F; opacity: 0.8; }

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

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

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

This text has shadow with #78869F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78869F.

Preview

Color preview on black background

This text has color #78869F on black background.


Color preview on white background

This text has color #78869F on white background.


Black color preview on #78869F background

This text has black color on #78869F background.


White color preview on #78869F background

This text has white color on #78869F background.


Related colors

Complementary color

Complementary color for #hex is #877960.


I love getcolorcode.com

Triadic colors

1 #9F7886 and #869F78 with #78869F are triadic colors.

2 #9F8678 and #86789F with #78869F are triadic colors.